Searched refs:theTable (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_utfconv.c835 getmappedvalue32(const unicode_mappings32 *theTable, u_int32_t numElem, argument
840 if ((character < theTable[0]._key) || (character > theTable[numElem-1]._key))
843 p = theTable;
863 getmappedvalue16(const unicode_mappings16 *theTable, u_int32_t numElem, argument
868 if ((character < theTable[0]._key) || (character > theTable[numElem-1]._key))
871 p = theTable;

Completed in 10 milliseconds