Searched refs:errorValue (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/test/cintltst/ |
D | trie2test.c | 113 uint32_t initialValue, errorValue; in testTrieGetters() local 121 countSpecials=getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue); in testTrieGetters() 198 if(errorValue!=value2) { in testTrieGetters() 200 typeName, testName, (long)start, (long)value2, (long)errorValue); in testTrieGetters() 212 value=errorValue; in testTrieGetters() 255 if(value!=errorValue || value2!=errorValue) { in testTrieGetters() 262 if(value!=errorValue || value2!=errorValue) { in testTrieGetters() 375 uint32_t initialValue, errorValue; in testTrieUTF8() local 381 countSpecials=getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue); in testTrieUTF8() 388 values[countValues++]=errorValue; in testTrieUTF8() [all …]
|
/external/icu4c/common/ |
D | utrie2.cpp | 62 return trie->errorValue; in utrie2_get32() 71 return trie->errorValue; in utrie2_get32FromLeadSurrogateCodeUnit() 211 trie->errorValue=trie->data16[UTRIE2_BAD_UTF8_DATA_OFFSET]; in utrie2_openFromSerialized() 217 trie->errorValue=trie->data32[UTRIE2_BAD_UTF8_DATA_OFFSET]; in utrie2_openFromSerialized() 232 uint32_t initialValue, uint32_t errorValue, in utrie2_openDummy() argument 288 trie->errorValue=errorValue; in utrie2_openDummy() 331 *dest16++=(uint16_t)errorValue; in utrie2_openDummy() 347 *p++=errorValue; in utrie2_openDummy()
|
D | utrie2_builder.c | 109 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) { in utrie2_open() argument 132 trie->errorValue=errorValue; in utrie2_open() 139 newTrie->errorValue=errorValue; in utrie2_open() 154 newTrie->data[i]=errorValue; in utrie2_open() 270 trie->errorValue=other->errorValue; in cloneBuilder() 382 context.trie=utrie2_open(other->initialValue, other->errorValue, pErrorCode); in utrie2_cloneAsThawed() 410 utrie2_fromUTrie(const UTrie *trie1, uint32_t errorValue, UErrorCode *pErrorCode) { in utrie2_fromUTrie() argument 421 context.trie=utrie2_open(trie1->initialValue, errorValue, pErrorCode); in utrie2_fromUTrie() 1186 highValue=trie->errorValue; in compactTrie()
|
D | utrie2.h | 125 uint32_t initialValue, uint32_t errorValue, 206 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode); 372 utrie2_fromUTrie(const UTrie *trie1, uint32_t errorValue, UErrorCode *pErrorCode); 705 uint32_t errorValue; member
|
D | utrie2_impl.h | 147 uint32_t initialValue, errorValue; member
|
D | propsvec.h | 162 int32_t errorValue; member
|
D | propsvec.c | 507 toUTrie2->errorValue=rowIndex; in upvec_compactToUTrie2Handler() 516 toUTrie2->errorValue, pErrorCode); in upvec_compactToUTrie2Handler()
|
/external/icu4c/tools/toolutil/ |
D | writesrc.c | 213 (long)pTrie->initialValue, (long)pTrie->errorValue, in usrc_writeUTrie2Struct()
|