Home
last modified time | relevance | path

Searched refs:isIndex (Results 1 - 14 of 14) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dtestidn.cpp222 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 Dsprpdata.c116 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 Dusprep.cpp467 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 Dusprep.cpp467 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 Dusprep.cpp467 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 DStringPrep.java345 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 DStringPrep.java328 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 DXzIn.c34 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 DXz.h58 SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStreamPtr inStream, BoolInt *isIndex, UInt32 *headerSizeRes);
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.h40 bool isIndex; member
H A Dvalue-mirror.cc918 if (mirror.isIndex && m_skipIndex > 0) {
922 int* limit = mirror.isIndex ? m_indexLimit : m_nameLimit;
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp516 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 Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/sqlite/src/
H A Dsqlite3.c68797 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) global() argument
[all...]

Completed in 201 milliseconds