Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtestidn.cpp220 getValues(uint32_t result, int32_t& value, UBool& isIndex){ in getValues() argument
231 isIndex =FALSE; in getValues()
235 isIndex =FALSE; in getValues()
242 isIndex = TRUE; in getValues()
246 isIndex = FALSE; in getValues()
253 isIndex =FALSE; in getValues()
293 UBool isIndex = FALSE; in testAllCodepoints() local
298 type = getValues(result,value, isIndex); in testAllCodepoints()
333 UBool isIndex; in compareMapping() local
337 retType = getValues(result,value,isIndex); in compareMapping()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dsprpdata.c111 getValues(uint32_t result, int32_t* value, UBool* isIndex){ in getValues() argument
128 *isIndex = TRUE; in getValues()
132 *isIndex = FALSE; in getValues()
139 isIndex =FALSE; in getValues()
151 UBool isIndex = FALSE; in compareMapping() local
162 retType = getValues(result,&value,&isIndex); in compareMapping()
171 if(isIndex){ in compareMapping()
203 if(isIndex){ in compareMapping()
233 UBool isIndex=FALSE; in compareFlagsForRange() local
256 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/android_icu4j/src/main/java/android/icu/text/
DStringPrep.java331 boolean isIndex; field in StringPrep.Values
335 isIndex = false; in reset()
357 values.isIndex = true; in getValues()
361 values.isIndex = false; in getValues()
369 values.isIndex = false; in getValues()
399 if(val.isIndex){ in map()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrep.java348 boolean isIndex; field in StringPrep.Values
352 isIndex = false; in reset()
374 values.isIndex = true; in getValues()
378 values.isIndex = false; in getValues()
386 values.isIndex = false; in getValues()
416 if(val.isIndex){ in map()
/external/lzma/C/
DXzIn.c25 SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStream *inStream, Bool *isIndex, UInt32 *headerSizeRes) in XzBlock_ReadHeader() argument
35 *isIndex = True; in XzBlock_ReadHeader()
39 *isIndex = False; in XzBlock_ReadHeader()
DXz.h55 SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStream *inStream, Bool *isIndex, UInt32 *headerSizeRes);
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp478 Bool isIndex; in Open2() local
480 SRes res2 = XzBlock_ReadHeader(&block, &inStreamWrap.p, &isIndex, &headerSizeRes); in Open2()
481 if (res2 == SZ_OK && !isIndex) in Open2()
/external/tpm2/
DNV.c231 BOOL isIndex // IN: TRUE if the entity is an index in NvTestSpace() argument
238 if(isIndex) in NvTestSpace()
Dpart4.txt9280 136 BOOL isIndex // IN: TRUE if the entity is an index
9288 144 if(isIndex)
/external/chromium-trace/catapult/third_party/polymer/components/polymer/
Dpolymer.js4245 function isIndex(s) { function
5811 if (!isIndex(record.name))
/external/chromium-trace/catapult/tracing/third_party/components/polymer/
Dpolymer.js4245 function isIndex(s) { function
5811 if (!isIndex(record.name))
/external/sqlite/dist/
Dsqlite3.c54664 int isIndex, /* True if iRoot is the root of an index b-tree */
54686 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){
54694 if( isIndex ){
/external/sqlite/dist/orig/
Dsqlite3.c54646 int isIndex, /* True if iRoot is the root of an index b-tree */
54668 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){
54676 if( isIndex ){