Home
last modified time | relevance | path

Searched defs:isIndex (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/test/intltest/
Dtestidn.cpp218 getValues(uint32_t result, int32_t& value, UBool& isIndex){ in getValues()
291 UBool isIndex = FALSE; in testAllCodepoints() local
331 UBool isIndex; in compareMapping() local
406 UBool isIndex=FALSE; in compareFlagsForRange() local
/external/icu4c/test/cintltst/
Dsprpdata.c110 getValues(uint32_t result, int32_t* value, UBool* isIndex){ in getValues()
150 UBool isIndex = FALSE; in compareMapping() local
232 UBool isIndex=FALSE; in compareFlagsForRange() local
/external/icu4c/common/
Dusprep.cpp476 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ in getValues()
530 UBool isIndex; in usprep_map() local
749 UBool isIndex; in usprep_prepare() local
/external/clang/lib/CodeGen/
DCGBlocks.h140 bool isIndex() const { return (Data & 1) != 0; } in isIndex() function
/external/sqlite/dist/
Dsqlite3.c12029 Bool isIndex; /* True if an index containing keys only - no data */ member