/third_party/icu/icu4c/source/test/intltest/ |
H A 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() 410 UBool isIndex=false; compareFlagsForRange() local [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A 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() [all...] |
/third_party/icu/icu4c/source/common/ |
H A 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/node/deps/icu-small/source/common/ |
H A 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/ |
H A 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/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A 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/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A 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/lzma/C/ |
H A D | XzIn.c | 34 SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStreamPtr inStream, BoolInt *isIndex, UInt32 *headerSizeRes)
in XzBlock_ReadHeader() argument 44 *isIndex = True;
in XzBlock_ReadHeader() 48 *isIndex = False;
in XzBlock_ReadHeader()
|
H A D | Xz.h | 58 SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStreamPtr inStream, BoolInt *isIndex, UInt32 *headerSizeRes);
|
/third_party/node/deps/v8/src/inspector/ |
H A D | value-mirror.h | 40 bool isIndex; member
|
H A D | value-mirror.cc | 918 if (mirror.isIndex && m_skipIndex > 0) { 922 int* limit = mirror.isIndex ? m_indexLimit : m_nameLimit;
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | XzHandler.cpp | 516 BoolInt isIndex;
in Open2() local 519 SRes res2 = XzBlock_ReadHeader(&block, &inStreamWrap.vt, &isIndex, &headerSizeRes);
in Open2() 538 else if (!isIndex)
in Open2()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/sqlite/src/ |
H A D | sqlite3.c | 68797 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) global() argument [all...] |