/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | FCDIterCollationIterator.java | 273 int fcd16 = nfcImpl.getFCD16(c); in nextSegment() 286 if(nfcImpl.getFCD16(c) <= 0xff) { in nextSegment() 362 int fcd16 = nfcImpl.getFCD16(c); in previousSegment() 376 fcd16 = nfcImpl.getFCD16(c); in previousSegment()
|
D | FCDUTF16CollationIterator.java | 270 int fcd16 = nfcImpl.getFCD16(c); 284 } while(nfcImpl.getFCD16(c) > 0xff); 346 int fcd16 = nfcImpl.getFCD16(c); 361 } while((fcd16 = nfcImpl.getFCD16(c)) != 0);
|
D | CollationIterator.java | 753 if(d.getFCD16(c) > 0xff) { in nextCE32FromContraction() 794 int fcd16 = d.getFCD16(c); in nextCE32FromDiscontiguousContraction() 804 fcd16 = d.getFCD16(nextCp); in nextCE32FromDiscontiguousContraction() 858 fcd16 = d.getFCD16(c); in nextCE32FromDiscontiguousContraction()
|
D | CollationData.java | 187 int getFCD16(int c) { in getFCD16() method in CollationData 188 return nfcImpl.getFCD16(c); in getFCD16()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | FCDUTF16CollationIterator.java | 268 int fcd16 = nfcImpl.getFCD16(c); 282 } while(nfcImpl.getFCD16(c) > 0xff); 344 int fcd16 = nfcImpl.getFCD16(c); 359 } while((fcd16 = nfcImpl.getFCD16(c)) != 0);
|
D | FCDIterCollationIterator.java | 271 int fcd16 = nfcImpl.getFCD16(c); in nextSegment() 284 if(nfcImpl.getFCD16(c) <= 0xff) { in nextSegment() 360 int fcd16 = nfcImpl.getFCD16(c); in previousSegment() 374 fcd16 = nfcImpl.getFCD16(c); in previousSegment()
|
D | CollationIterator.java | 751 if(d.getFCD16(c) > 0xff) { in nextCE32FromContraction() 792 int fcd16 = d.getFCD16(c); in nextCE32FromDiscontiguousContraction() 802 fcd16 = d.getFCD16(nextCp); in nextCE32FromDiscontiguousContraction() 856 fcd16 = d.getFCD16(c); in nextCE32FromDiscontiguousContraction()
|
D | CollationData.java | 185 int getFCD16(int c) { in getFCD16() method in CollationData 186 return nfcImpl.getFCD16(c); in getFCD16()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | uitercollationiterator.cpp | 317 uint16_t fcd16 = nfcImpl.getFCD16(c); in nextSegment() 330 if(nfcImpl.getFCD16(c) <= 0xff) { in nextSegment() 398 uint16_t fcd16 = nfcImpl.getFCD16(c); in previousSegment() 412 fcd16 = nfcImpl.getFCD16(c); in previousSegment()
|
D | collationdata.h | 129 uint16_t getFCD16(UChar32 c) const { in getFCD16() function 130 return nfcImpl.getFCD16(c); in getFCD16()
|
D | utf8collationiterator.cpp | 398 uint16_t fcd16 = nfcImpl.getFCD16(c); in nextSegment() 411 if(nfcImpl.getFCD16(c) <= 0xff) { in nextSegment() 477 uint16_t fcd16 = nfcImpl.getFCD16(c); in previousSegment() 491 fcd16 = nfcImpl.getFCD16(c); in previousSegment()
|
D | collationiterator.cpp | 535 if(d->getFCD16(c) > 0xff) { in nextCE32FromContraction() 580 uint16_t fcd16 = d->getFCD16(c); in nextCE32FromDiscontiguousContraction() 590 fcd16 = d->getFCD16(nextCp); in nextCE32FromDiscontiguousContraction() 648 fcd16 = d->getFCD16(c); in nextCE32FromDiscontiguousContraction()
|
/third_party/icu/icu4c/source/i18n/ |
D | uitercollationiterator.cpp | 317 uint16_t fcd16 = nfcImpl.getFCD16(c); in nextSegment() 330 if(nfcImpl.getFCD16(c) <= 0xff) { in nextSegment() 398 uint16_t fcd16 = nfcImpl.getFCD16(c); in previousSegment() 412 fcd16 = nfcImpl.getFCD16(c); in previousSegment()
|
D | collationdata.h | 129 uint16_t getFCD16(UChar32 c) const { in getFCD16() function 130 return nfcImpl.getFCD16(c); in getFCD16()
|
D | utf8collationiterator.cpp | 398 uint16_t fcd16 = nfcImpl.getFCD16(c); in nextSegment() 411 if(nfcImpl.getFCD16(c) <= 0xff) { in nextSegment() 477 uint16_t fcd16 = nfcImpl.getFCD16(c); in previousSegment() 491 fcd16 = nfcImpl.getFCD16(c); in previousSegment()
|
D | collationiterator.cpp | 535 if(d->getFCD16(c) > 0xff) { in nextCE32FromContraction() 580 uint16_t fcd16 = d->getFCD16(c); in nextCE32FromDiscontiguousContraction() 590 fcd16 = d->getFCD16(nextCp); in nextCE32FromDiscontiguousContraction() 648 fcd16 = d->getFCD16(c); in nextCE32FromDiscontiguousContraction()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | uitercollationiterator.cpp | 317 uint16_t fcd16 = nfcImpl.getFCD16(c); in nextSegment() 330 if(nfcImpl.getFCD16(c) <= 0xff) { in nextSegment() 398 uint16_t fcd16 = nfcImpl.getFCD16(c); in previousSegment() 412 fcd16 = nfcImpl.getFCD16(c); in previousSegment()
|
D | collationdata.h | 129 uint16_t getFCD16(UChar32 c) const { in getFCD16() function 130 return nfcImpl.getFCD16(c); in getFCD16()
|
D | utf8collationiterator.cpp | 398 uint16_t fcd16 = nfcImpl.getFCD16(c); in nextSegment() 411 if(nfcImpl.getFCD16(c) <= 0xff) { in nextSegment() 477 uint16_t fcd16 = nfcImpl.getFCD16(c); in previousSegment() 491 fcd16 = nfcImpl.getFCD16(c); in previousSegment()
|
D | collationiterator.cpp | 535 if(d->getFCD16(c) > 0xff) { in nextCE32FromContraction() 580 uint16_t fcd16 = d->getFCD16(c); in nextCE32FromDiscontiguousContraction() 590 fcd16 = d->getFCD16(nextCp); in nextCE32FromDiscontiguousContraction() 648 fcd16 = d->getFCD16(c); in nextCE32FromDiscontiguousContraction()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | uitercollationiterator.cpp | 317 uint16_t fcd16 = nfcImpl.getFCD16(c); in nextSegment() 330 if(nfcImpl.getFCD16(c) <= 0xff) { in nextSegment() 398 uint16_t fcd16 = nfcImpl.getFCD16(c); in previousSegment() 412 fcd16 = nfcImpl.getFCD16(c); in previousSegment()
|
D | collationdata.h | 129 uint16_t getFCD16(UChar32 c) const { in getFCD16() function 130 return nfcImpl.getFCD16(c); in getFCD16()
|
D | utf8collationiterator.cpp | 398 uint16_t fcd16 = nfcImpl.getFCD16(c); in nextSegment() 411 if(nfcImpl.getFCD16(c) <= 0xff) { in nextSegment() 477 uint16_t fcd16 = nfcImpl.getFCD16(c); in previousSegment() 491 fcd16 = nfcImpl.getFCD16(c); in previousSegment()
|
D | collationiterator.cpp | 535 if(d->getFCD16(c) > 0xff) { in nextCE32FromContraction() 580 uint16_t fcd16 = d->getFCD16(c); in nextCE32FromDiscontiguousContraction() 590 fcd16 = d->getFCD16(nextCp); in nextCE32FromDiscontiguousContraction() 648 fcd16 = d->getFCD16(c); in nextCE32FromDiscontiguousContraction()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Normalizer2Impl.java | 523 int fcd16 = getFCD16(start); in addLcccChars() 543 int prevFCD16 = getFCD16(start); in addPropertyStarts() 545 int fcd16 = getFCD16(start); in addPropertyStarts() 734 public int getFCD16(int c) { in getFCD16() method in Normalizer2Impl 1681 public boolean isFCDInert(int c) { return getFCD16(c)<=1; } in isFCDInert() 2231 return getFCD16(Character.codePointBefore(s, p)); in getPreviousTrailCC()
|