Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/vfs/
H A Dvfs_utfconv.c883 getmappedvalue32(const unicode_mappings32 *theTable, u_int32_t numElem, in getmappedvalue32() argument
888 if ((character < theTable[0]._key) || (character > theTable[numElem - 1]._key)) { in getmappedvalue32()
892 p = theTable; in getmappedvalue32()
916 getmappedvalue16(const unicode_mappings16 *theTable, u_int32_t numElem, in getmappedvalue16() argument
921 if ((character < theTable[0]._key) || (character > theTable[numElem - 1]._key)) { in getmappedvalue16()
925 p = theTable; in getmappedvalue16()