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

12

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DTailoredSet.java66 private void enumTailoredRange(int start, int end, int ce32, TailoredSet ts) { argument
67 if (ce32 == Collation.FALLBACK_CE32) {
70 ts.handleCE32(start, end, ce32);
76 private void handleCE32(int start, int end, int ce32) { argument
77 assert (ce32 != Collation.FALLBACK_CE32);
78 if (Collation.isSpecialCE32(ce32)) {
79 ce32 = data.getIndirectCE32(ce32);
80 if (ce32 == Collation.FALLBACK_CE32) {
86 // Do not just continue if ce32
100 compare(int c, int ce32, int baseCE32) argument
353 addPrefix(CollationData d, CharSequence pfx, int c, int ce32) argument
[all...]
H A DCollationData.java80 * Requires that ce32 is special.
82 int getIndirectCE32(int ce32) { argument
83 assert(Collation.isSpecialCE32(ce32));
84 int tag = Collation.tagFromCE32(ce32);
87 ce32 = ce32s[Collation.indexFromCE32(ce32)];
89 ce32 = Collation.UNASSIGNED_CE32;
91 // Fetch the normal ce32 for U+0000.
92 ce32 = ce32s[0];
94 return ce32;
101 getFinalCE32(int ce32) argument
111 getCEFromOffsetCE32(int c, int ce32) argument
[all...]
H A DCollationFastLatinBuilder.java203 int ce32 = data.getCE32(c);
204 if(ce32 == Collation.FALLBACK_CE32) {
206 ce32 = d.getCE32(c);
210 if(getCEsFromCE32(d, c, ce32)) {
233 private boolean getCEsFromCE32(CollationData data, int c, int ce32) { argument
234 ce32 = data.getFinalCE32(ce32);
236 if(Collation.isSimpleOrLongCE32(ce32)) {
237 ce0 = Collation.ceFromCE32(ce32);
239 switch(Collation.tagFromCE32(ce32)) {
326 getCEsFromContractionCE32(CollationData data, int ce32) argument
[all...]
H A DContractionsAndExpansions.java77 private void enumCnERange(int start, int end, int ce32, ContractionsAndExpansions cne) { argument
83 if (ce32 == Collation.FALLBACK_CE32) {
100 cne.handleCE32(cne.ranges.getRangeStart(i), cne.ranges.getRangeEnd(i), ce32);
103 cne.handleCE32(start, end, ce32);
107 int ce32 = d.getCE32(c);
108 if (ce32 == Collation.FALLBACK_CE32) {
110 ce32 = d.getCE32(c);
113 handleCE32(c, c, ce32);
116 private void handleCE32(int start, int end, int ce32) { argument
118 if ((ce32
231 handlePrefixes(int start, int end, int ce32) argument
251 handleContractions(int start, int end, int ce32) argument
[all...]
H A DCollationIterator.java251 int ce32 = (int)cAndCE32;
252 int t = ce32 & 0xff;
253 if(t < Collation.SPECIAL_CE32_LOW_BYTE) { // Forced-inline of isSpecialCE32(ce32).
255 // Forced-inline of ceFromSimpleCE32(ce32).
257 ((long)(ce32 & 0xffff0000) << 32) | ((long)(ce32 & 0xff00) << 16) | (t << 8));
267 ce32 = d.getCE32(c);
268 t = ce32 & 0xff;
272 ((long)(ce32 & 0xffff0000) << 32) | ((long)(ce32
411 makeCodePointAndCE32Pair(int c, int ce32) argument
456 getCE32FromBuilderData(int ce32) argument
460 appendCEsFromCE32(CollationData d, int c, int ce32, boolean forward) argument
664 nextCEFromCE32(CollationData d, int c, int ce32) argument
670 getCE32FromPrefix(CollationData d, int ce32) argument
708 nextCE32FromContraction( CollationData d, int contractionCE32, CharSequence trieChars, int trieOffset, int ce32, int c) argument
774 nextCE32FromDiscontiguousContraction( CollationData d, CharsTrie suffixes, int ce32, int lookAhead, int c) argument
971 appendNumericCEs(int ce32, boolean forward) argument
[all...]
H A DCollation.java280 static boolean isAssignedCE32(int ce32) { argument
281 return ce32 != FALLBACK_CE32 && ce32 != UNASSIGNED_CE32;
316 static long primaryFromLongPrimaryCE32(int ce32) { argument
317 return (long)ce32 & 0xffffff00L;
319 static long ceFromLongPrimaryCE32(int ce32) { argument
320 return ((long)(ce32 & 0xffffff00) << 32) | COMMON_SEC_AND_TER_CE;
326 static long ceFromLongSecondaryCE32(int ce32) { argument
327 return (long)ce32 & 0xffffff00L;
339 static boolean isSpecialCE32(int ce32) { argument
343 tagFromCE32(int ce32) argument
347 hasCE32Tag(int ce32, int tag) argument
351 isLongPrimaryCE32(int ce32) argument
355 isSimpleOrLongCE32(int ce32) argument
364 isSelfContainedCE32(int ce32) argument
371 isPrefixCE32(int ce32) argument
375 isContractionCE32(int ce32) argument
379 ce32HasContext(int ce32) argument
389 latinCE0FromCE32(int ce32) argument
397 latinCE1FromCE32(int ce32) argument
404 indexFromCE32(int ce32) argument
411 lengthFromCE32(int ce32) argument
418 digitFromCE32(int ce32) argument
423 ceFromSimpleCE32(int ce32) argument
430 ceFromCE32(int ce32) argument
[all...]
H A DCollationBuilder.java516 int ce32 = Collation.UNASSIGNED_CE32;
522 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32);
524 addWithClosure(nfdPrefix, nfdString, ces, cesLength, ce32);
857 * Takes ce32=dataBuilder.encodeCEs(...) so that the data builder
861 long[] newCEs, int newCEsLength, int ce32) {
863 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32);
864 ce32 = addOnlyClosure(nfdPrefix, nfdString, newCEs, newCEsLength, ce32);
860 addWithClosure(CharSequence nfdPrefix, CharSequence nfdString, long[] newCEs, int newCEsLength, int ce32) argument
869 addOnlyClosure(CharSequence nfdPrefix, CharSequence nfdString, long[] newCEs, int newCEsLength, int ce32) argument
1096 addIfDifferent(CharSequence prefix, CharSequence str, long[] newCEs, int newCEsLength, int ce32) argument
1331 modifyCE32(int ce32) argument
1410 isTempCE32(int ce32) argument
[all...]
H A DCollationDataBuilder.java46 long modifyCE32(int ce32); argument
121 int ce32 = encodeCEs(ces, cesLength);
122 addCE32(prefix, s, ce32);
126 * Encodes the ces as either the returned ce32 by itself,
127 * or by storing an expansion, with the returned ce32 referring to that.
167 int ce32 = encodeOneCEAsCE32(ces[i]);
168 if(ce32 == Collation.NO_CE32) { break; }
169 newCE32s[i] = ce32;
174 void addCE32(CharSequence prefix, CharSequence s, int ce32) { argument
199 trie.set(c, ce32);
377 int ce32; field in class:CollationDataBuilder.ConditionalCE32
398 getCE32FromOffsetCE32(boolean fromBase, int c, int ce32) argument
414 addCE32(int ce32) argument
423 addConditionalCE32(String context, int ce32) argument
439 getConditionalCE32ForCE32(int ce32) argument
446 isBuilderContextCE32(int ce32) argument
547 copyFromBaseCE32(int c, int ce32, boolean withContext) argument
636 copyContractionsFromBaseCE32(StringBuilder context, int c, int ce32, ConditionalCE32 cond) argument
678 copyRangeCE32(int start, int end, int ce32) argument
686 copyCE32(int ce32) argument
1301 getCE32FromBuilderData(int ce32) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationdata.cpp31 CollationData::getIndirectCE32(uint32_t ce32) const {
32 U_ASSERT(Collation::isSpecialCE32(ce32));
33 int32_t tag = Collation::tagFromCE32(ce32);
36 ce32 = ce32s[Collation::indexFromCE32(ce32)];
38 ce32 = Collation::UNASSIGNED_CE32;
40 // Fetch the normal ce32 for U+0000.
41 ce32 = ce32s[0];
43 return ce32;
47 CollationData::getFinalCE32(uint32_t ce32) cons
59 uint32_t ce32 = getCE32(c); local
[all...]
H A Dcollationdatabuilder.h58 virtual int64_t modifyCE32(uint32_t ce32) const = 0;
102 * Encodes the ces as either the returned ce32 by itself,
103 * or by storing an expansion, with the returned ce32 referring to that.
109 uint32_t ce32, UErrorCode &errorCode);
173 uint32_t getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const;
176 int32_t addCE32(uint32_t ce32, UErrorCode &errorCode);
177 int32_t addConditionalCE32(const UnicodeString &context, uint32_t ce32, UErrorCode &errorCode);
182 inline ConditionalCE32 *getConditionalCE32ForCE32(uint32_t ce32) const {
183 return getConditionalCE32(Collation::indexFromCE32(ce32));
189 static inline UBool isBuilderContextCE32(uint32_t ce32) { argument
[all...]
H A Dcollationiterator.h139 uint32_t ce32 = handleNextCE32(c, errorCode); local
140 uint32_t t = ce32 & 0xff;
141 if(t < Collation::SPECIAL_CE32_LOW_BYTE) { // Forced-inline of isSpecialCE32(ce32).
143 // Forced-inline of ceFromSimpleCE32(ce32).
145 ((int64_t)(ce32 & 0xffff0000) << 32) | ((ce32 & 0xff00) << 16) | (t << 8));
155 ce32 = d->getCE32(c);
156 t = ce32 & 0xff;
160 ((int64_t)(ce32 & 0xffff0000) << 32) | ((ce32
[all...]
H A Dcollationbuilder.h126 * Takes ce32=dataBuilder->encodeCEs(...) so that the data builder
130 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
133 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
149 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
217 static inline UBool isTempCE32(uint32_t ce32) { argument
219 (ce32 & 0xff) >= 2 && // not a long-primary/long-secondary CE32
220 6 <= ((ce32 >> 8) & 0xff) && ((ce32 >> 8) & 0xff) <= 0x45;
H A Dcollationsets.cpp35 enumTailoredRange(const void *context, UChar32 start, UChar32 end, uint32_t ce32) { argument
36 if(ce32 == Collation::FALLBACK_CE32) {
40 return ts->handleCE32(start, end, ce32);
57 TailoredSet::handleCE32(UChar32 start, UChar32 end, uint32_t ce32) { argument
58 U_ASSERT(ce32 != Collation::FALLBACK_CE32);
59 if(Collation::isSpecialCE32(ce32)) {
60 ce32 = data->getIndirectCE32(ce32);
61 if(ce32 == Collation::FALLBACK_CE32) {
67 // Do not just continue if ce32
83 compare(UChar32 c, uint32_t ce32, uint32_t baseCE32) argument
317 addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32) argument
360 enumCnERange(const void *context, UChar32 start, UChar32 end, uint32_t ce32) argument
417 uint32_t ce32 = d->getCE32(c); local
428 handleCE32(UChar32 start, UChar32 end, uint32_t ce32) argument
541 handlePrefixes( UChar32 start, UChar32 end, uint32_t ce32) argument
560 handleContractions( UChar32 start, UChar32 end, uint32_t ce32) argument
[all...]
H A Dutf8collationiterator.cpp67 uint32_t ce32 = trie->data32[trie->index[(UTRIE2_UTF8_2B_INDEX_2_OFFSET - 0xc0) + c] + t1]; local
70 return ce32;
181 uint32_t ce32 = trie->data32[trie->index[(UTRIE2_UTF8_2B_INDEX_2_OFFSET - 0xc0) + c] + t1]; local
187 return ce32;
H A Dcollationfastlatinbuilder.cpp215 uint32_t ce32 = data.getCE32(c); local
216 if(ce32 == Collation::FALLBACK_CE32) {
218 ce32 = d->getCE32(c);
222 if(getCEsFromCE32(*d, c, ce32, errorCode)) {
246 CollationFastLatinBuilder::getCEsFromCE32(const CollationData &data, UChar32 c, uint32_t ce32, argument
249 ce32 = data.getFinalCE32(ce32);
251 if(Collation::isSimpleOrLongCE32(ce32)) {
252 ce0 = Collation::ceFromCE32(ce32);
254 switch(Collation::tagFromCE32(ce32)) {
342 getCEsFromContractionCE32(const CollationData &data, uint32_t ce32, UErrorCode &errorCode) argument
[all...]
H A Dcollationiterator.cpp233 CollationIterator::getCE32FromBuilderData(uint32_t /*ce32*/, UErrorCode &errorCode) {
239 CollationIterator::nextCEFromCE32(const CollationData *d, UChar32 c, uint32_t ce32, argument
242 appendCEsFromCE32(d, c, ce32, TRUE, errorCode);
251 CollationIterator::appendCEsFromCE32(const CollationData *d, UChar32 c, uint32_t ce32, argument
253 while(Collation::isSpecialCE32(ce32)) {
254 switch(Collation::tagFromCE32(ce32)) {
260 ceBuffer.append(Collation::ceFromLongPrimaryCE32(ce32), errorCode);
263 ceBuffer.append(Collation::ceFromLongSecondaryCE32(ce32), errorCode);
267 ceBuffer.set(ceBuffer.length, Collation::latinCE0FromCE32(ce32));
268 ceBuffer.set(ceBuffer.length + 1, Collation::latinCE1FromCE32(ce32));
448 getCE32FromPrefix(const CollationData *d, uint32_t ce32, UErrorCode &errorCode) argument
490 nextCE32FromContraction(const CollationData *d, uint32_t contractionCE32, const UChar *p, uint32_t ce32, UChar32 c, UErrorCode &errorCode) argument
557 nextCE32FromDiscontiguousContraction( const CollationData *d, UCharsTrie &suffixes, uint32_t ce32, int32_t lookAhead, UChar32 c, UErrorCode &errorCode) argument
687 appendNumericCEs(uint32_t ce32, UBool forward, UErrorCode &errorCode) argument
856 uint32_t ce32 = data->getCE32(c); local
[all...]
H A Dcollation.h277 static UBool isAssignedCE32(uint32_t ce32) { argument
278 return ce32 != FALLBACK_CE32 && ce32 != UNASSIGNED_CE32;
313 static inline uint32_t primaryFromLongPrimaryCE32(uint32_t ce32) { argument
314 return ce32 & 0xffffff00;
316 static inline int64_t ceFromLongPrimaryCE32(uint32_t ce32) { argument
317 return ((int64_t)(ce32 & 0xffffff00) << 32) | COMMON_SEC_AND_TER_CE;
323 static inline int64_t ceFromLongSecondaryCE32(uint32_t ce32) { argument
324 return ce32 & 0xffffff00;
336 static inline UBool isSpecialCE32(uint32_t ce32) { argument
340 tagFromCE32(uint32_t ce32) argument
344 hasCE32Tag(uint32_t ce32, int32_t tag) argument
348 isLongPrimaryCE32(uint32_t ce32) argument
352 isSimpleOrLongCE32(uint32_t ce32) argument
361 isSelfContainedCE32(uint32_t ce32) argument
368 isPrefixCE32(uint32_t ce32) argument
372 isContractionCE32(uint32_t ce32) argument
376 ce32HasContext(uint32_t ce32) argument
386 latinCE0FromCE32(uint32_t ce32) argument
394 latinCE1FromCE32(uint32_t ce32) argument
401 indexFromCE32(uint32_t ce32) argument
408 lengthFromCE32(uint32_t ce32) argument
415 digitFromCE32(uint32_t ce32) argument
420 ceFromSimpleCE32(uint32_t ce32) argument
427 ceFromCE32(uint32_t ce32) argument
[all...]
H A Dcollationdatabuilder.cpp56 ce32(0), defaultCE32(Collation::NO_CE32), builtCE32(Collation::NO_CE32),
60 ce32(ce), defaultCE32(Collation::NO_CE32), builtCE32(Collation::NO_CE32),
77 uint32_t ce32; member in struct:ConditionalCE32
145 virtual uint32_t getCE32FromBuilderData(uint32_t ce32, UErrorCode &errorCode);
187 uint32_t ce32 = utrie2_get32(builder.trie, c); local
189 if(ce32 == Collation::FALLBACK_CE32) {
191 ce32 = builder.base->getCE32(c);
195 appendCEsFromCE32(d, c, ce32, /*forward=*/ TRUE, errorCode);
257 DataBuilderCollationIterator::getCE32FromBuilderData(uint32_t ce32, UErrorCode &errorCode) { argument
258 U_ASSERT(Collation::hasCE32Tag(ce32, Collatio
416 uint32_t ce32 = utrie2_get32(trie, c); local
429 uint32_t ce32 = utrie2_get32(trie, c); local
500 addCE32(uint32_t ce32, UErrorCode &errorCode) argument
510 addConditionalCE32(const UnicodeString &context, uint32_t ce32, UErrorCode &errorCode) argument
532 uint32_t ce32 = encodeCEs(ces, cesLength, errorCode); local
537 addCE32(const UnicodeString &prefix, const UnicodeString &s, uint32_t ce32, UErrorCode &errorCode) argument
644 uint32_t ce32 = encodeOneCEAsCE32(ce); local
696 uint32_t ce32 = encodeOneCEAsCE32(ces[i]); local
771 copyFromBaseCE32(UChar32 c, uint32_t ce32, UBool withContext, UErrorCode &errorCode) argument
862 copyContractionsFromBaseCE32(UnicodeString &context, UChar32 c, uint32_t ce32, ConditionalCE32 *cond, UErrorCode &errorCode) argument
905 copyRangeCE32(UChar32 start, UChar32 end, uint32_t ce32) argument
914 copyCE32(uint32_t ce32) argument
1051 uint32_t ce32 = utrie2_get32(trie, c); local
1067 uint32_t ce32 = utrie2_get32(trie, c); local
1094 uint32_t ce32 = utrie2_get32(trie, jamo); local
1161 uint32_t ce32 = utrie2_get32(trie, c); local
1260 uint32_t ce32 = hangulCE32; local
1272 uint32_t ce32 = base->getCE32(c); local
1324 uint32_t ce32 = utrie2_get32(trie, iter.getCodepoint()); local
1340 uint32_t ce32 = utrie2_get32(trie, c); local
1373 uint32_t ce32; local
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DTailoredSet.java64 private void enumTailoredRange(int start, int end, int ce32, TailoredSet ts) { argument
65 if (ce32 == Collation.FALLBACK_CE32) {
68 ts.handleCE32(start, end, ce32);
74 private void handleCE32(int start, int end, int ce32) { argument
75 assert (ce32 != Collation.FALLBACK_CE32);
76 if (Collation.isSpecialCE32(ce32)) {
77 ce32 = data.getIndirectCE32(ce32);
78 if (ce32 == Collation.FALLBACK_CE32) {
84 // Do not just continue if ce32
98 compare(int c, int ce32, int baseCE32) argument
351 addPrefix(CollationData d, CharSequence pfx, int c, int ce32) argument
[all...]
H A DCollationData.java78 * Requires that ce32 is special.
80 int getIndirectCE32(int ce32) { argument
81 assert(Collation.isSpecialCE32(ce32));
82 int tag = Collation.tagFromCE32(ce32);
85 ce32 = ce32s[Collation.indexFromCE32(ce32)];
87 ce32 = Collation.UNASSIGNED_CE32;
89 // Fetch the normal ce32 for U+0000.
90 ce32 = ce32s[0];
92 return ce32;
99 getFinalCE32(int ce32) argument
109 getCEFromOffsetCE32(int c, int ce32) argument
[all...]
H A DCollationFastLatinBuilder.java202 int ce32 = data.getCE32(c);
203 if(ce32 == Collation.FALLBACK_CE32) {
205 ce32 = d.getCE32(c);
209 if(getCEsFromCE32(d, c, ce32)) {
232 private boolean getCEsFromCE32(CollationData data, int c, int ce32) { argument
233 ce32 = data.getFinalCE32(ce32);
235 if(Collation.isSimpleOrLongCE32(ce32)) {
236 ce0 = Collation.ceFromCE32(ce32);
238 switch(Collation.tagFromCE32(ce32)) {
325 getCEsFromContractionCE32(CollationData data, int ce32) argument
[all...]
H A DContractionsAndExpansions.java73 private void enumCnERange(int start, int end, int ce32, ContractionsAndExpansions cne) { argument
79 if (ce32 == Collation.FALLBACK_CE32) {
96 cne.handleCE32(cne.ranges.getRangeStart(i), cne.ranges.getRangeEnd(i), ce32);
99 cne.handleCE32(start, end, ce32);
103 int ce32 = d.getCE32(c);
104 if (ce32 == Collation.FALLBACK_CE32) {
106 ce32 = d.getCE32(c);
109 handleCE32(c, c, ce32);
112 private void handleCE32(int start, int end, int ce32) { argument
114 if ((ce32
227 handlePrefixes(int start, int end, int ce32) argument
247 handleContractions(int start, int end, int ce32) argument
[all...]
H A DCollationIterator.java249 int ce32 = (int)cAndCE32;
250 int t = ce32 & 0xff;
251 if(t < Collation.SPECIAL_CE32_LOW_BYTE) { // Forced-inline of isSpecialCE32(ce32).
253 // Forced-inline of ceFromSimpleCE32(ce32).
255 ((long)(ce32 & 0xffff0000) << 32) | ((long)(ce32 & 0xff00) << 16) | (t << 8));
265 ce32 = d.getCE32(c);
266 t = ce32 & 0xff;
270 ((long)(ce32 & 0xffff0000) << 32) | ((long)(ce32
409 makeCodePointAndCE32Pair(int c, int ce32) argument
454 getCE32FromBuilderData(int ce32) argument
458 appendCEsFromCE32(CollationData d, int c, int ce32, boolean forward) argument
662 nextCEFromCE32(CollationData d, int c, int ce32) argument
668 getCE32FromPrefix(CollationData d, int ce32) argument
706 nextCE32FromContraction( CollationData d, int contractionCE32, CharSequence trieChars, int trieOffset, int ce32, int c) argument
772 nextCE32FromDiscontiguousContraction( CollationData d, CharsTrie suffixes, int ce32, int lookAhead, int c) argument
969 appendNumericCEs(int ce32, boolean forward) argument
[all...]
H A DCollation.java278 static boolean isAssignedCE32(int ce32) { argument
279 return ce32 != FALLBACK_CE32 && ce32 != UNASSIGNED_CE32;
314 static long primaryFromLongPrimaryCE32(int ce32) { argument
315 return (long)ce32 & 0xffffff00L;
317 static long ceFromLongPrimaryCE32(int ce32) { argument
318 return ((long)(ce32 & 0xffffff00) << 32) | COMMON_SEC_AND_TER_CE;
324 static long ceFromLongSecondaryCE32(int ce32) { argument
325 return (long)ce32 & 0xffffff00L;
337 static boolean isSpecialCE32(int ce32) { argument
341 tagFromCE32(int ce32) argument
345 hasCE32Tag(int ce32, int tag) argument
349 isLongPrimaryCE32(int ce32) argument
353 isSimpleOrLongCE32(int ce32) argument
362 isSelfContainedCE32(int ce32) argument
369 isPrefixCE32(int ce32) argument
373 isContractionCE32(int ce32) argument
377 ce32HasContext(int ce32) argument
387 latinCE0FromCE32(int ce32) argument
395 latinCE1FromCE32(int ce32) argument
402 indexFromCE32(int ce32) argument
409 lengthFromCE32(int ce32) argument
416 digitFromCE32(int ce32) argument
421 ceFromSimpleCE32(int ce32) argument
428 ceFromCE32(int ce32) argument
[all...]
H A DCollationBuilder.java512 int ce32 = Collation.UNASSIGNED_CE32;
518 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32);
520 addWithClosure(nfdPrefix, nfdString, ces, cesLength, ce32);
853 * Takes ce32=dataBuilder.encodeCEs(...) so that the data builder
857 long[] newCEs, int newCEsLength, int ce32) {
859 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32);
860 ce32 = addOnlyClosure(nfdPrefix, nfdString, newCEs, newCEsLength, ce32);
856 addWithClosure(CharSequence nfdPrefix, CharSequence nfdString, long[] newCEs, int newCEsLength, int ce32) argument
865 addOnlyClosure(CharSequence nfdPrefix, CharSequence nfdString, long[] newCEs, int newCEsLength, int ce32) argument
1092 addIfDifferent(CharSequence prefix, CharSequence str, long[] newCEs, int newCEsLength, int ce32) argument
1327 modifyCE32(int ce32) argument
1406 isTempCE32(int ce32) argument
[all...]

Completed in 236 milliseconds

12