Home
last modified time | relevance | path

Searched refs:errorValue (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/test/cintltst/
Dtrie2test.c113 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/
Dutrie2.cpp62 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()
Dutrie2_builder.c109 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()
Dutrie2.h125 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
Dutrie2_impl.h147 uint32_t initialValue, errorValue; member
Dpropsvec.h162 int32_t errorValue; member
Dpropsvec.c507 toUTrie2->errorValue=rowIndex; in upvec_compactToUTrie2Handler()
516 toUTrie2->errorValue, pErrorCode); in upvec_compactToUTrie2Handler()
/external/icu4c/tools/toolutil/
Dwritesrc.c213 (long)pTrie->initialValue, (long)pTrie->errorValue, in usrc_writeUTrie2Struct()