Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtestidn.cpp222 getValues(uint32_t result, int32_t& value, UBool& isIndex){ in getValues() argument
233 isIndex =FALSE; in getValues()
237 isIndex =FALSE; in getValues()
244 isIndex = TRUE; in getValues()
248 isIndex = FALSE; in getValues()
255 isIndex =FALSE; in getValues()
295 UBool isIndex = FALSE; in testAllCodepoints() local
300 type = getValues(result,value, isIndex); in testAllCodepoints()
335 UBool isIndex; in compareMapping() local
339 retType = getValues(result,value,isIndex); in compareMapping()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dsprpdata.c113 getValues(uint32_t result, int32_t* value, UBool* isIndex){ in getValues() argument
130 *isIndex = TRUE; in getValues()
134 *isIndex = FALSE; in getValues()
141 isIndex =FALSE; in getValues()
153 UBool isIndex = FALSE; in compareMapping() local
164 retType = getValues(result,&value,&isIndex); in compareMapping()
173 if(isIndex){ in compareMapping()
205 if(isIndex){ in compareMapping()
235 UBool isIndex=FALSE; in compareFlagsForRange() local
258 retType = getValues(result, &value, &isIndex); in compareFlagsForRange()
/external/clang/lib/CodeGen/
DCGBlocks.h167 bool isIndex() const { return (Data & 1) != 0; } in isIndex() function
168 bool isConstant() const { return !isIndex(); } in isConstant()
171 assert(isIndex()); in getIndex()
175 assert(isIndex()); in getOffset()
179 assert(isIndex()); in getCleanup()
183 assert(isIndex()); in setCleanup()
/external/icu/icu4c/source/common/
Dusprep.cpp468 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ in getValues() argument
478 isIndex =FALSE; in getValues()
482 isIndex =FALSE; in getValues()
489 isIndex = TRUE; in getValues()
492 isIndex = FALSE; in getValues()
499 isIndex =FALSE; in getValues()
521 UBool isIndex; in usprep_map() local
536 type = getValues(result, value, isIndex); in usprep_map()
549 if(isIndex){ in usprep_map()
724 UBool isIndex; in usprep_prepare() local
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrep.java345 boolean isIndex; field in StringPrep.Values
349 isIndex = false; in reset()
371 values.isIndex = true; in getValues()
375 values.isIndex = false; in getValues()
383 values.isIndex = false; in getValues()
413 if(val.isIndex){ in map()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringPrep.java332 boolean isIndex; field in StringPrep.Values
336 isIndex = false; in reset()
358 values.isIndex = true; in getValues()
362 values.isIndex = false; in getValues()
370 values.isIndex = false; in getValues()
400 if(val.isIndex){ in map()
/external/lzma/C/
DXzIn.c31 SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStream *inStream, BoolInt *isIndex, UInt32 *headerSizeRe… in XzBlock_ReadHeader() argument
41 *isIndex = True; in XzBlock_ReadHeader()
45 *isIndex = False; in XzBlock_ReadHeader()
DXz.h56 SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStream *inStream, BoolInt *isIndex, UInt32 *headerSizeRe…
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp491 BoolInt isIndex; in Open2() local
493 SRes res2 = XzBlock_ReadHeader(&block, &inStreamWrap.vt, &isIndex, &headerSizeRes); in Open2()
494 if (res2 == SZ_OK && !isIndex) in Open2()
/external/sqlite/dist/orig/
Dsqlite3.c60574 int isIndex, /* True if iRoot is the root of an index b-tree */
60596 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){
60604 if( isIndex ){
/external/sqlite/dist/
Dsqlite3.c60590 int isIndex, /* True if iRoot is the root of an index b-tree */
60612 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){
60620 if( isIndex ){