Home
last modified time | relevance | path

Searched refs:defaultCE32 (Results 1 – 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationIterator.java511 int defaultCE32 = d.getCE32FromContexts(index); // Default if no suffix match. in appendCEsFromCE32() local
515 ce32 = defaultCE32; in appendCEsFromCE32()
525 ce32 = defaultCE32; in appendCEsFromCE32()
532 ce32 = defaultCE32; in appendCEsFromCE32()
539 ce32 = defaultCE32; in appendCEsFromCE32()
546 ce32 = defaultCE32; in appendCEsFromCE32()
550 ce32 = nextCE32FromContraction(d, ce32, d.contexts, index + 2, defaultCE32, nextCp); in appendCEsFromCE32()
DCollationDataBuilder.java358 defaultCE32 = Collation.NO_CE32; in ConditionalCE32()
383 int defaultCE32; field in CollationDataBuilder.ConditionalCE32
1071 if(cond.defaultCE32 != Collation.NO_CE32 && in buildContext()
1075 emptySuffixCE32 = cond.defaultCE32; in buildContext()
1109 firstCond.defaultCE32 = ce32; in buildContext()
1122 assert(head.defaultCE32 != Collation.NO_CE32); in buildContext()
1123 int index = addContextTrie(head.defaultCE32, prefixBuilder); in buildContext()
1132 protected int addContextTrie(int defaultCE32, CharsTrieBuilder trieBuilder) { in addContextTrie() argument
1134 context.append((char)(defaultCE32 >> 16)).append((char)defaultCE32); in addContextTrie()
/external/icu/icu4c/source/i18n/
Dcollationiterator.cpp307 uint32_t defaultCE32 = CollationData::readCE32(p); // Default if no suffix match. in appendCEsFromCE32() local
311 ce32 = defaultCE32; in appendCEsFromCE32()
321 ce32 = defaultCE32; in appendCEsFromCE32()
328 ce32 = defaultCE32; in appendCEsFromCE32()
335 ce32 = defaultCE32; in appendCEsFromCE32()
342 ce32 = defaultCE32; in appendCEsFromCE32()
346 ce32 = nextCE32FromContraction(d, ce32, p + 2, defaultCE32, nextCp, errorCode); in appendCEsFromCE32()
Dcollationdatabuilder.cpp56 ce32(0), defaultCE32(Collation::NO_CE32), builtCE32(Collation::NO_CE32), in ConditionalCE32()
60 ce32(ce), defaultCE32(Collation::NO_CE32), builtCE32(Collation::NO_CE32), in ConditionalCE32()
83 uint32_t defaultCE32; member
1404 if(cond->defaultCE32 != Collation::NO_CE32 && in buildContext()
1406 emptySuffixCE32 = cond->defaultCE32; in buildContext()
1440 firstCond->defaultCE32 = ce32; in buildContext()
1453 U_ASSERT(head->defaultCE32 != Collation::NO_CE32); in buildContext()
1454 int32_t index = addContextTrie(head->defaultCE32, prefixBuilder, errorCode); in buildContext()
1464 CollationDataBuilder::addContextTrie(uint32_t defaultCE32, UCharsTrieBuilder &trieBuilder, in addContextTrie() argument
1467 context.append((UChar)(defaultCE32 >> 16)).append((UChar)defaultCE32); in addContextTrie()
Dcollationdatabuilder.h216 int32_t addContextTrie(uint32_t defaultCE32, UCharsTrieBuilder &trieBuilder,
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationIterator.java509 int defaultCE32 = d.getCE32FromContexts(index); // Default if no suffix match. in appendCEsFromCE32() local
513 ce32 = defaultCE32; in appendCEsFromCE32()
523 ce32 = defaultCE32; in appendCEsFromCE32()
530 ce32 = defaultCE32; in appendCEsFromCE32()
537 ce32 = defaultCE32; in appendCEsFromCE32()
544 ce32 = defaultCE32; in appendCEsFromCE32()
548 ce32 = nextCE32FromContraction(d, ce32, d.contexts, index + 2, defaultCE32, nextCp); in appendCEsFromCE32()
DCollationDataBuilder.java357 defaultCE32 = Collation.NO_CE32; in ConditionalCE32()
382 int defaultCE32; field in CollationDataBuilder.ConditionalCE32
1070 if(cond.defaultCE32 != Collation.NO_CE32 && in buildContext()
1074 emptySuffixCE32 = cond.defaultCE32; in buildContext()
1108 firstCond.defaultCE32 = ce32; in buildContext()
1121 assert(head.defaultCE32 != Collation.NO_CE32); in buildContext()
1122 int index = addContextTrie(head.defaultCE32, prefixBuilder); in buildContext()
1131 protected int addContextTrie(int defaultCE32, CharsTrieBuilder trieBuilder) { in addContextTrie() argument
1133 context.append((char)(defaultCE32 >> 16)).append((char)defaultCE32); in addContextTrie()