/external/icu/icu4c/source/test/intltest/ |
D | testidn.cpp | 220 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/ |
D | sprpdata.c | 111 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/ |
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/android_icu4j/src/main/java/android/icu/text/ |
D | StringPrep.java | 331 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/ |
D | StringPrep.java | 348 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/ |
D | XzIn.c | 25 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()
|
D | Xz.h | 55 SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStream *inStream, Bool *isIndex, UInt32 *headerSizeRes);
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 478 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/ |
D | NV.c | 231 BOOL isIndex // IN: TRUE if the entity is an index in NvTestSpace() argument 238 if(isIndex) in NvTestSpace()
|
D | part4.txt | 9280 136 BOOL isIndex // IN: TRUE if the entity is an index 9288 144 if(isIndex)
|
/external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
D | polymer.js | 4245 function isIndex(s) { function 5811 if (!isIndex(record.name))
|
/external/chromium-trace/catapult/tracing/third_party/components/polymer/ |
D | polymer.js | 4245 function isIndex(s) { function 5811 if (!isIndex(record.name))
|
/external/sqlite/dist/ |
D | sqlite3.c | 54664 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/ |
D | sqlite3.c | 54646 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 ){
|