/external/icu/icu4c/source/test/intltest/ |
D | testidn.cpp | 222 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/ |
D | sprpdata.c | 113 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/ |
D | CGBlocks.h | 167 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/ |
D | usprep.cpp | 468 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/ |
D | StringPrep.java | 345 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/ |
D | StringPrep.java | 332 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/ |
D | XzIn.c | 31 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()
|
D | Xz.h | 56 SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStream *inStream, BoolInt *isIndex, UInt32 *headerSizeRe…
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 491 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/ |
D | sqlite3.c | 60574 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/ |
D | sqlite3.c | 60590 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 ){
|