Home
last modified time | relevance | path

Searched refs:leadCC (Results 1 - 25 of 28) sorted by relevance

12

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DFCDUTF16CollationIterator.java269 int leadCC = fcd16 >> 8; in nextSegment()
270 if(leadCC == 0 && q != pos) { in nextSegment()
275 if(leadCC != 0 && (prevCC > leadCC || CollationFCD.isFCD16OfTibetanCompositeVowel(fcd16))) { in nextSegment()
H A DFCDIterCollationIterator.java272 int leadCC = fcd16 >> 8; in nextSegment()
273 if(leadCC == 0 && s.length() != 0) { in nextSegment()
279 if(leadCC != 0 && (prevCC > leadCC || CollationFCD.isFCD16OfTibetanCompositeVowel(fcd16))) { in nextSegment()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DFCDUTF16CollationIterator.java271 int leadCC = fcd16 >> 8; in nextSegment()
272 if(leadCC == 0 && q != pos) { in nextSegment()
277 if(leadCC != 0 && (prevCC > leadCC || CollationFCD.isFCD16OfTibetanCompositeVowel(fcd16))) { in nextSegment()
H A DFCDIterCollationIterator.java274 int leadCC = fcd16 >> 8; in nextSegment()
275 if(leadCC == 0 && s.length() != 0) { in nextSegment()
281 if(leadCC != 0 && (prevCC > leadCC || CollationFCD.isFCD16OfTibetanCompositeVowel(fcd16))) { in nextSegment()
/third_party/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp260 uint8_t leadCC, uint8_t trailCC,
269 if(lastCC<=leadCC || leadCC==0) {
272 } else if(leadCC<=1) {
282 insert(c, leadCC); // insert first code point
287 leadCC = Normalizer2Impl::getCCFromYesOrMaybe(impl.getRawNorm16(c));
289 leadCC = impl.getCC(impl.getNorm16(c));
292 leadCC=trailCC;
294 append(c, leadCC, errorCode);
724 uint8_t leadCC, trailC
[all...]
H A Dnormalizer2impl.h170 uint8_t leadCC, uint8_t trailCC,
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.cpp260 uint8_t leadCC, uint8_t trailCC,
269 if(lastCC<=leadCC || leadCC==0) {
272 } else if(leadCC<=1) {
282 insert(c, leadCC); // insert first code point
287 leadCC = Normalizer2Impl::getCCFromYesOrMaybe(impl.getRawNorm16(c));
289 leadCC = impl.getCC(impl.getNorm16(c));
292 leadCC=trailCC;
294 append(c, leadCC, errorCode);
724 uint8_t leadCC, trailC
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.cpp260 uint8_t leadCC, uint8_t trailCC,
269 if(lastCC<=leadCC || leadCC==0) {
272 } else if(leadCC<=1) {
282 insert(c, leadCC); // insert first code point
287 leadCC = Normalizer2Impl::getCCFromYesOrMaybe(impl.getRawNorm16(c));
289 leadCC = impl.getCC(impl.getNorm16(c));
292 leadCC=trailCC;
294 append(c, leadCC, errorCode);
724 uint8_t leadCC, trailC
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dutf8collationiterator.cpp399 uint8_t leadCC = (uint8_t)(fcd16 >> 8); in nextSegment() local
400 if(leadCC == 0 && cpStart != segmentStart) { in nextSegment()
406 if(leadCC != 0 && (prevCC > leadCC || CollationFCD::isFCD16OfTibetanCompositeVowel(fcd16))) { in nextSegment()
H A Dutf16collationiterator.cpp384 uint8_t leadCC = (uint8_t)(fcd16 >> 8);
385 if(leadCC == 0 && q != pos) {
390 if(leadCC != 0 && (prevCC > leadCC || CollationFCD::isFCD16OfTibetanCompositeVowel(fcd16))) {
H A Duitercollationiterator.cpp318 uint8_t leadCC = (uint8_t)(fcd16 >> 8);
319 if(leadCC == 0 && !s.isEmpty()) {
325 if(leadCC != 0 && (prevCC > leadCC || CollationFCD::isFCD16OfTibetanCompositeVowel(fcd16))) {
/third_party/node/deps/icu-small/source/i18n/
H A Duitercollationiterator.cpp318 uint8_t leadCC = (uint8_t)(fcd16 >> 8);
319 if(leadCC == 0 && !s.isEmpty()) {
325 if(leadCC != 0 && (prevCC > leadCC || CollationFCD::isFCD16OfTibetanCompositeVowel(fcd16))) {
H A Dutf8collationiterator.cpp399 uint8_t leadCC = (uint8_t)(fcd16 >> 8); in nextSegment() local
400 if(leadCC == 0 && cpStart != segmentStart) { in nextSegment()
406 if(leadCC != 0 && (prevCC > leadCC || CollationFCD::isFCD16OfTibetanCompositeVowel(fcd16))) { in nextSegment()
H A Dutf16collationiterator.cpp384 uint8_t leadCC = (uint8_t)(fcd16 >> 8);
385 if(leadCC == 0 && q != pos) {
390 if(leadCC != 0 && (prevCC > leadCC || CollationFCD::isFCD16OfTibetanCompositeVowel(fcd16))) {
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duitercollationiterator.cpp318 uint8_t leadCC = (uint8_t)(fcd16 >> 8);
319 if(leadCC == 0 && !s.isEmpty()) {
325 if(leadCC != 0 && (prevCC > leadCC || CollationFCD::isFCD16OfTibetanCompositeVowel(fcd16))) {
H A Dutf16collationiterator.cpp384 uint8_t leadCC = (uint8_t)(fcd16 >> 8);
385 if(leadCC == 0 && q != pos) {
390 if(leadCC != 0 && (prevCC > leadCC || CollationFCD::isFCD16OfTibetanCompositeVowel(fcd16))) {
H A Dutf8collationiterator.cpp399 uint8_t leadCC = (uint8_t)(fcd16 >> 8); in nextSegment() local
400 if(leadCC == 0 && cpStart != segmentStart) { in nextSegment()
406 if(leadCC != 0 && (prevCC > leadCC || CollationFCD::isFCD16OfTibetanCompositeVowel(fcd16))) { in nextSegment()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java186 int leadCC, int trailCC) { in append()
190 if(lastCC<=leadCC || leadCC==0) { in append()
193 } else if(leadCC<=1) { in append()
201 insert(c, leadCC); // insert first code point in append()
207 leadCC = getCCFromYesOrMaybe(impl.getNorm16(c)); in append()
209 leadCC = impl.getCC(impl.getNorm16(c)); in append()
212 leadCC=trailCC; in append()
214 append(c, leadCC); in append()
1626 // true if leadCC in norm16HasDecompBoundaryBefore()
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()
196 if(lastCC<=leadCC || leadCC==0) { in append()
199 } else if(leadCC<=1) { in append()
207 insert(c, leadCC); // insert first code point in append()
213 leadCC = getCCFromYesOrMaybe(impl.getNorm16(c)); in append()
215 leadCC = impl.getCC(impl.getNorm16(c)); in append()
218 leadCC=trailCC; in append()
220 append(c, leadCC); in append()
1635 // true if leadCC in norm16HasDecompBoundaryBefore()
191 append(CharSequence s, int start, int limit, boolean isNFD, int leadCC, int trailCC) append() argument
[all...]
/third_party/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp348 norm.leadCC=1; in postProcess()
351 norm.leadCC=buffer.ccAt(0); in postProcess()
356 !buffer.isEmpty() && norm.leadCC==0 && !norms.combinesBack(buffer.charAt(0)); in postProcess()
384 norm.leadCC=norm.trailCC=norm.cc; in postProcess()
426 if((norm.leadCC|norm.trailCC)!=0) { in writeNorm16()
503 if(norm.leadCC!=0 && start<indexes[Normalizer2Impl::IX_MIN_LCCC_CP]) { in writeNorm16()
H A Dnorms.h91 uint8_t cc, leadCC, trailCC; member
H A Dextradata.cpp79 int32_t cccLccc=norm.cc|(norm.leadCC<<8); in writeMapping()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dn2builder.cpp348 norm.leadCC=1; in postProcess()
351 norm.leadCC=buffer.ccAt(0); in postProcess()
356 !buffer.isEmpty() && norm.leadCC==0 && !norms.combinesBack(buffer.charAt(0)); in postProcess()
384 norm.leadCC=norm.trailCC=norm.cc; in postProcess()
426 if((norm.leadCC|norm.trailCC)!=0) { in writeNorm16()
503 if(norm.leadCC!=0 && start<indexes[Normalizer2Impl::IX_MIN_LCCC_CP]) { in writeNorm16()
H A Dnorms.h91 uint8_t cc, leadCC, trailCC; member
H A Dextradata.cpp79 int32_t cccLccc=norm.cc|(norm.leadCC<<8); in writeMapping()

Completed in 25 milliseconds

12