Searched refs:defaultCE32 (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationIterator.java | 501 int defaultCE32 = d.getCE32FromContexts(index); // Default if no suffix match. in appendCEsFromCE32() local 505 ce32 = defaultCE32; in appendCEsFromCE32() 515 ce32 = defaultCE32; in appendCEsFromCE32() 522 ce32 = defaultCE32; in appendCEsFromCE32() 529 ce32 = defaultCE32; in appendCEsFromCE32() 536 ce32 = defaultCE32; in appendCEsFromCE32() 540 ce32 = nextCE32FromContraction(d, ce32, d.contexts, index + 2, defaultCE32, nextCp); in appendCEsFromCE32()
|
D | CollationDataBuilder.java | 355 defaultCE32 = Collation.NO_CE32; in ConditionalCE32() 380 int defaultCE32; field in CollationDataBuilder.ConditionalCE32 1068 if(cond.defaultCE32 != Collation.NO_CE32 && in buildContext() 1072 emptySuffixCE32 = cond.defaultCE32; in buildContext() 1106 firstCond.defaultCE32 = ce32; in buildContext() 1119 assert(head.defaultCE32 != Collation.NO_CE32); in buildContext() 1120 int index = addContextTrie(head.defaultCE32, prefixBuilder); in buildContext() 1129 protected int addContextTrie(int defaultCE32, CharsTrieBuilder trieBuilder) { in addContextTrie() argument 1131 context.append((char)(defaultCE32 >> 16)).append((char)defaultCE32); in addContextTrie()
|
/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 | 54 ce32(0), defaultCE32(Collation::NO_CE32), builtCE32(Collation::NO_CE32), in ConditionalCE32() 58 ce32(ce), defaultCE32(Collation::NO_CE32), builtCE32(Collation::NO_CE32), in ConditionalCE32() 81 uint32_t defaultCE32; member 1402 if(cond->defaultCE32 != Collation::NO_CE32 && in buildContext() 1404 emptySuffixCE32 = cond->defaultCE32; in buildContext() 1438 firstCond->defaultCE32 = ce32; in buildContext() 1451 U_ASSERT(head->defaultCE32 != Collation::NO_CE32); in buildContext() 1452 int32_t index = addContextTrie(head->defaultCE32, prefixBuilder, errorCode); in buildContext() 1462 CollationDataBuilder::addContextTrie(uint32_t defaultCE32, UCharsTrieBuilder &trieBuilder, in addContextTrie() argument 1465 context.append((UChar)(defaultCE32 >> 16)).append((UChar)defaultCE32); in addContextTrie()
|
D | collationdatabuilder.h | 214 int32_t addContextTrie(uint32_t defaultCE32, UCharsTrieBuilder &trieBuilder,
|