Searched refs:defaultCE32 (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | collationiterator.cpp | 305 uint32_t defaultCE32 = CollationData::readCE32(p); // Default if no suffix match. in appendCEsFromCE32() local 309 ce32 = defaultCE32; in appendCEsFromCE32() 319 ce32 = defaultCE32; in appendCEsFromCE32() 326 ce32 = defaultCE32; in appendCEsFromCE32() 333 ce32 = defaultCE32; in appendCEsFromCE32() 340 ce32 = defaultCE32; in appendCEsFromCE32() 344 ce32 = nextCE32FromContraction(d, ce32, p + 2, defaultCE32, nextCp, errorCode); in appendCEsFromCE32()
|
D | collationdatabuilder.cpp | 56 ce32(ce), defaultCE32(Collation::NO_CE32), builtCE32(Collation::NO_CE32), in ConditionalCE32() 79 uint32_t defaultCE32; member 1397 if(cond->defaultCE32 != Collation::NO_CE32 && in buildContext() 1399 emptySuffixCE32 = cond->defaultCE32; in buildContext() 1433 firstCond->defaultCE32 = ce32; in buildContext() 1446 U_ASSERT(head->defaultCE32 != Collation::NO_CE32); in buildContext() 1447 int32_t index = addContextTrie(head->defaultCE32, prefixBuilder, errorCode); in buildContext() 1457 CollationDataBuilder::addContextTrie(uint32_t defaultCE32, UCharsTrieBuilder &trieBuilder, in addContextTrie() argument 1460 context.append((UChar)(defaultCE32 >> 16)).append((UChar)defaultCE32); in addContextTrie()
|
D | collationdatabuilder.h | 214 int32_t addContextTrie(uint32_t defaultCE32, UCharsTrieBuilder &trieBuilder,
|