/third_party/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 …]
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | sprpdata.c | 116 getValues(uint32_t result, int32_t* value, UBool* isIndex){ in getValues() argument 133 *isIndex = true; in getValues() 137 *isIndex = false; in getValues() 144 isIndex =false; in getValues() 156 UBool isIndex = false; in compareMapping() local 167 retType = getValues(result,&value,&isIndex); in compareMapping() 176 if(isIndex){ in compareMapping() 208 if(isIndex){ in compareMapping() 238 UBool isIndex=false; in compareFlagsForRange() local 261 retType = getValues(result, &value, &isIndex); in compareFlagsForRange()
|
/third_party/node/deps/icu-small/source/common/ |
D | usprep.cpp | 467 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ in getValues() argument 477 isIndex =false; in getValues() 481 isIndex =false; in getValues() 488 isIndex = true; in getValues() 491 isIndex = false; in getValues() 498 isIndex =false; in getValues() 520 UBool isIndex; in usprep_map() local 535 type = getValues(result, value, isIndex); in usprep_map() 548 if(isIndex){ in usprep_map() 723 UBool isIndex; in usprep_prepare() local [all …]
|
/third_party/icu/icu4c/source/common/ |
D | usprep.cpp | 467 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ in getValues() argument 477 isIndex =false; in getValues() 481 isIndex =false; in getValues() 488 isIndex = true; in getValues() 491 isIndex = false; in getValues() 498 isIndex =false; in getValues() 520 UBool isIndex; in usprep_map() local 535 type = getValues(result, value, isIndex); in usprep_map() 548 if(isIndex){ in usprep_map() 723 UBool isIndex; in usprep_prepare() local [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | usprep.cpp | 467 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ in getValues() argument 477 isIndex =FALSE; in getValues() 481 isIndex =FALSE; in getValues() 488 isIndex = TRUE; in getValues() 491 isIndex = FALSE; in getValues() 498 isIndex =FALSE; in getValues() 520 UBool isIndex; in usprep_map() local 535 type = getValues(result, value, isIndex); in usprep_map() 548 if(isIndex){ in usprep_map() 723 UBool isIndex; in usprep_prepare() local [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | StringPrep.java | 328 boolean isIndex; field in StringPrep.Values 332 isIndex = false; in reset() 354 values.isIndex = true; in getValues() 358 values.isIndex = false; in getValues() 366 values.isIndex = false; in getValues() 396 if(val.isIndex){ in map()
|
/third_party/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()
|
/third_party/lzma/C/ |
D | XzIn.c | 34 SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStreamPtr inStream, BoolInt *isIndex, UInt32 *headerSize… in XzBlock_ReadHeader() argument 44 *isIndex = True; in XzBlock_ReadHeader() 48 *isIndex = False; in XzBlock_ReadHeader()
|
D | Xz.h | 58 SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStreamPtr inStream, BoolInt *isIndex, UInt32 *headerSize…
|
/third_party/node/deps/v8/src/inspector/ |
D | value-mirror.h | 40 bool isIndex; member
|
D | value-mirror.cc | 918 if (mirror.isIndex && m_skipIndex > 0) { in Add() 922 int* limit = mirror.isIndex ? m_indexLimit : m_nameLimit; in Add()
|
/third_party/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 516 BoolInt isIndex; 519 SRes res2 = XzBlock_ReadHeader(&block, &inStreamWrap.vt, &isIndex, &headerSizeRes); 538 else if (!isIndex)
|
/third_party/sqlite/src/ |
D | sqlite3.c | 68609 int isIndex, /* True if iRoot is the root of an index b-tree */ 68631 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){ 68639 if( isIndex ){
|