Searched refs:findPreviousFCDBoundary (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | normalizer2impl.h | 692 const UChar *findPreviousFCDBoundary(const UChar *start, const UChar *p) const;
|
D | normalizer2impl.cpp | 2278 const UChar *lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStart(), in makeFCDAndAppend() 2303 const UChar *Normalizer2Impl::findPreviousFCDBoundary(const UChar *start, const UChar *p) const { in findPreviousFCDBoundary() function in Normalizer2Impl
|
/third_party/icu/icu4c/source/common/ |
D | normalizer2impl.h | 701 const UChar *findPreviousFCDBoundary(const UChar *start, const UChar *p) const;
|
D | normalizer2impl.cpp | 2421 const UChar *lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStart(), in makeFCDAndAppend() 2446 const UChar *Normalizer2Impl::findPreviousFCDBoundary(const UChar *start, const UChar *p) const { in findPreviousFCDBoundary() function in Normalizer2Impl
|
/third_party/node/deps/icu-small/source/common/ |
D | normalizer2impl.h | 701 const UChar *findPreviousFCDBoundary(const UChar *start, const UChar *p) const;
|
D | normalizer2impl.cpp | 2421 const UChar *lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStart(), in makeFCDAndAppend() 2446 const UChar *Normalizer2Impl::findPreviousFCDBoundary(const UChar *start, const UChar *p) const { in findPreviousFCDBoundary() function in Normalizer2Impl
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | normalizer2impl.h | 701 const UChar *findPreviousFCDBoundary(const UChar *start, const UChar *p) const;
|
D | normalizer2impl.cpp | 2421 const UChar *lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStart(), in makeFCDAndAppend() 2446 const UChar *Normalizer2Impl::findPreviousFCDBoundary(const UChar *start, const UChar *p) const { in findPreviousFCDBoundary() function in Normalizer2Impl
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Normalizer2Impl.java | 1594 int lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStringBuilder(), in makeFCDAndAppend() 2198 private int findPreviousFCDBoundary(CharSequence s, int p) { in findPreviousFCDBoundary() method in Normalizer2Impl
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | Normalizer2Impl.java | 1603 int lastBoundaryInDest=findPreviousFCDBoundary(buffer.getStringBuilder(), in makeFCDAndAppend() 2207 private int findPreviousFCDBoundary(CharSequence s, int p) { in findPreviousFCDBoundary() method in Normalizer2Impl
|