Home
last modified time | relevance | path

Searched refs:isIndex (Results 1 – 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
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()
[all …]
/third_party/icu/icu4c/source/test/cintltst/
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()
/third_party/node/deps/icu-small/source/common/
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/icu4c/source/common/
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/
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/ohos_icu4j/src/main/java/ohos/global/icu/text/
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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
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/lzma/C/
DXzIn.c34 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()
DXz.h58 SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStreamPtr inStream, BoolInt *isIndex, UInt32 *headerSize…
/third_party/node/deps/v8/src/inspector/
Dvalue-mirror.h40 bool isIndex; member
Dvalue-mirror.cc918 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/
DXzHandler.cpp516 BoolInt isIndex;
519 SRes res2 = XzBlock_ReadHeader(&block, &inStreamWrap.vt, &isIndex, &headerSizeRes);
538 else if (!isIndex)
/third_party/sqlite/src/
Dsqlite3.c68609 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 ){