Home
last modified time | relevance | path

Searched refs:trailCC (Results 1 - 25 of 33) sorted by relevance

12

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DFCDUTF16CollationIterator.java345 int trailCC = fcd16 & 0xff; in previousSegment()
346 if(trailCC == 0 && q != pos) { in previousSegment()
351 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) || in previousSegment()
H A DFCDIterCollationIterator.java361 int trailCC = fcd16 & 0xff; in previousSegment()
362 if(trailCC == 0 && s.length() != 0) { in previousSegment()
368 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) || in previousSegment()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DFCDUTF16CollationIterator.java347 int trailCC = fcd16 & 0xff; in previousSegment()
348 if(trailCC == 0 && q != pos) { in previousSegment()
353 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) || in previousSegment()
H A DFCDIterCollationIterator.java363 int trailCC = fcd16 & 0xff; in previousSegment()
364 if(trailCC == 0 && s.length() != 0) { in previousSegment()
370 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) || in previousSegment()
/third_party/icu/icu4c/source/tools/gennorm2/
H A Dnorms.cpp147 uint8_t trailCC=getCC(pairs[i].trail); in combinesWithCCBetween() local
148 if(lowCC<trailCC && trailCC<highCC) { in combinesWithCCBetween()
H A Dn2builder.cpp349 norm.trailCC=0xff; in postProcess()
352 norm.trailCC=buffer.ccAt(buffer.length()-1); in postProcess()
384 norm.leadCC=norm.trailCC=norm.cc; in postProcess()
426 if((norm.leadCC|norm.trailCC)!=0) { in writeNorm16()
462 if(norm.trailCC==0) { in writeNorm16()
464 } else if(norm.trailCC==1) { in writeNorm16()
H A Dnorms.h91 uint8_t cc, leadCC, trailCC; member
H A Dextradata.cpp44 int32_t firstUnit=length|(norm.trailCC<<8); in writeMapping()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dnorms.cpp147 uint8_t trailCC=getCC(pairs[i].trail); in combinesWithCCBetween() local
148 if(lowCC<trailCC && trailCC<highCC) { in combinesWithCCBetween()
H A Dn2builder.cpp349 norm.trailCC=0xff; in postProcess()
352 norm.trailCC=buffer.ccAt(buffer.length()-1); in postProcess()
384 norm.leadCC=norm.trailCC=norm.cc; in postProcess()
426 if((norm.leadCC|norm.trailCC)!=0) { in writeNorm16()
462 if(norm.trailCC==0) { in writeNorm16()
464 } else if(norm.trailCC==1) { in writeNorm16()
H A Dnorms.h91 uint8_t cc, leadCC, trailCC; member
/third_party/icu/icu4c/source/i18n/
H A Dutf8collationiterator.cpp478 uint8_t trailCC = (uint8_t)fcd16; in previousSegment() local
479 if(trailCC == 0 && cpLimit != segmentLimit) { in previousSegment()
485 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) || in previousSegment()
H A Dutf16collationiterator.cpp448 uint8_t trailCC = (uint8_t)fcd16;
449 if(trailCC == 0 && q != pos) {
454 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) ||
H A Duitercollationiterator.cpp399 uint8_t trailCC = (uint8_t)fcd16;
400 if(trailCC == 0 && !s.isEmpty()) {
406 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) ||
/third_party/node/deps/icu-small/source/i18n/
H A Duitercollationiterator.cpp399 uint8_t trailCC = (uint8_t)fcd16;
400 if(trailCC == 0 && !s.isEmpty()) {
406 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) ||
H A Dutf8collationiterator.cpp478 uint8_t trailCC = (uint8_t)fcd16; in previousSegment() local
479 if(trailCC == 0 && cpLimit != segmentLimit) { in previousSegment()
485 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) || in previousSegment()
H A Dutf16collationiterator.cpp448 uint8_t trailCC = (uint8_t)fcd16;
449 if(trailCC == 0 && q != pos) {
454 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) ||
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duitercollationiterator.cpp399 uint8_t trailCC = (uint8_t)fcd16;
400 if(trailCC == 0 && !s.isEmpty()) {
406 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) ||
H A Dutf16collationiterator.cpp448 uint8_t trailCC = (uint8_t)fcd16;
449 if(trailCC == 0 && q != pos) {
454 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) ||
H A Dutf8collationiterator.cpp478 uint8_t trailCC = (uint8_t)fcd16; in previousSegment() local
479 if(trailCC == 0 && cpLimit != segmentLimit) { in previousSegment()
485 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) || in previousSegment()
/third_party/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp260 uint8_t leadCC, uint8_t trailCC,
270 if(trailCC<=1) {
277 lastCC=trailCC;
292 leadCC=trailCC;
724 uint8_t leadCC, trailCC;
725 trailCC=(uint8_t)(firstUnit>>8);
731 return buffer.append((const UChar *)mapping+1, length, true, leadCC, trailCC, errorCode);
924 uint8_t trailCC = (uint8_t)(firstUnit >> 8);
934 if (!buffer.append((const char16_t *)mapping+1, length, true, leadCC, trailCC, errorCode)) {
1104 // fcd16<=1 || trailCC
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.cpp260 uint8_t leadCC, uint8_t trailCC,
270 if(trailCC<=1) {
277 lastCC=trailCC;
292 leadCC=trailCC;
724 uint8_t leadCC, trailCC;
725 trailCC=(uint8_t)(firstUnit>>8);
731 return buffer.append((const char16_t *)mapping+1, length, true, leadCC, trailCC, errorCode);
924 uint8_t trailCC = (uint8_t)(firstUnit >> 8);
934 if (!buffer.append((const char16_t *)mapping+1, length, true, leadCC, trailCC, errorCode)) {
1104 // fcd16<=1 || trailCC
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.cpp260 uint8_t leadCC, uint8_t trailCC,
270 if(trailCC<=1) {
277 lastCC=trailCC;
292 leadCC=trailCC;
724 uint8_t leadCC, trailCC;
725 trailCC=(uint8_t)(firstUnit>>8);
731 return buffer.append((const UChar *)mapping+1, length, TRUE, leadCC, trailCC, errorCode);
924 uint8_t trailCC = (uint8_t)(firstUnit >> 8);
934 if (!buffer.append((const char16_t *)mapping+1, length, TRUE, leadCC, trailCC, errorCode)) {
1104 // fcd16<=1 || trailCC
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java186 int leadCC, int trailCC) { in append()
191 if(trailCC<=1) { in append()
197 lastCC=trailCC; in append()
212 leadCC=trailCC; in append()
219 // They assume that the cc or trailCC of their input is 0.
1653 // fcd16<=1 || trailCC==0 in norm16HasDecompBoundaryAfter()
1655 return false; // trailCC>1 in norm16HasDecompBoundaryAfter()
1658 return true; // trailCC==0 in norm16HasDecompBoundaryAfter()
1660 // if(trailCC==1) test leadCC==0, same as checking for before-boundary in norm16HasDecompBoundaryAfter()
1837 int leadCC, trailCC; in decompose()
185 append(CharSequence s, int start, int limit, boolean isNFD, int leadCC, int trailCC) append() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNormalizer2Impl.java192 int leadCC, int trailCC) { in append()
197 if(trailCC<=1) { in append()
203 lastCC=trailCC; in append()
218 leadCC=trailCC; in append()
225 // They assume that the cc or trailCC of their input is 0.
1662 // fcd16<=1 || trailCC==0 in norm16HasDecompBoundaryAfter()
1664 return false; // trailCC>1 in norm16HasDecompBoundaryAfter()
1667 return true; // trailCC==0 in norm16HasDecompBoundaryAfter()
1669 // if(trailCC==1) test leadCC==0, same as checking for before-boundary in norm16HasDecompBoundaryAfter()
1846 int leadCC, trailCC; in decompose()
191 append(CharSequence s, int start, int limit, boolean isNFD, int leadCC, int trailCC) append() argument
[all...]

Completed in 28 milliseconds

12