Home
last modified time | relevance | path

Searched refs:ifound (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/wizards/com/sun/star/wizards/db/
H A DCommandMetaData.java384 int ifound = java.util.Arrays.binarySearch(NumericTypes, iType); in isnumeric() local
385 if ((ifound < NumericTypes.length) && (ifound > 0)) in isnumeric()
387 return (NumericTypes[ifound] == iType); in isnumeric()

Completed in 13 milliseconds