Searched defs:ce32 (Results 26 - 27 of 27) sorted by relevance

12

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationDataBuilder.java45 long modifyCE32(int ce32); argument
120 int ce32 = encodeCEs(ces, cesLength);
121 addCE32(prefix, s, ce32);
125 * Encodes the ces as either the returned ce32 by itself,
126 * or by storing an expansion, with the returned ce32 referring to that.
166 int ce32 = encodeOneCEAsCE32(ces[i]);
167 if(ce32 == Collation.NO_CE32) { break; }
168 newCE32s[i] = ce32;
173 void addCE32(CharSequence prefix, CharSequence s, int ce32) { argument
198 trie.set(c, ce32);
376 int ce32; field in class:CollationDataBuilder.ConditionalCE32
397 getCE32FromOffsetCE32(boolean fromBase, int c, int ce32) argument
413 addCE32(int ce32) argument
422 addConditionalCE32(String context, int ce32) argument
438 getConditionalCE32ForCE32(int ce32) argument
445 isBuilderContextCE32(int ce32) argument
546 copyFromBaseCE32(int c, int ce32, boolean withContext) argument
635 copyContractionsFromBaseCE32(StringBuilder context, int c, int ce32, ConditionalCE32 cond) argument
677 copyRangeCE32(int start, int end, int ce32) argument
685 copyCE32(int ce32) argument
1300 getCE32FromBuilderData(int ce32) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp746 uint32_t ce32 = Collation::UNASSIGNED_CE32; local
752 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32, errorCode);
754 addWithClosure(nfdPrefix, nfdString, ces, cesLength, ce32, errorCode);
1102 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
1105 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode);
1106 ce32 = addOnlyClosure(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode);
1108 return ce32;
1101 addWithClosure(const UnicodeString &nfdPrefix, const UnicodeString &nfdString, const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, UErrorCode &errorCode) argument
1112 addOnlyClosure(const UnicodeString &nfdPrefix, const UnicodeString &nfdString, const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, UErrorCode &errorCode) argument
1206 uint32_t ce32 = addIfDifferent(nfdPrefix, newString, local
1346 addIfDifferent(const UnicodeString &prefix, const UnicodeString &str, const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, UErrorCode &errorCode) argument
[all...]

Completed in 1046 milliseconds

12