Home
last modified time | relevance | path

Searched refs:hasDecompBoundaryAfter (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/common/
Dnormalizer2impl.h524 UBool hasDecompBoundaryAfter(UChar32 c) const;
542 UBool hasFCDBoundaryAfter(UChar32 c) const { return hasDecompBoundaryAfter(c); } in hasFCDBoundaryAfter()
Dnorm2allmodes.h216 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundaryAfter(c); } in hasBoundaryAfter()
Dnormalizer2impl.cpp945 UBool Normalizer2Impl::hasDecompBoundaryAfter(UChar32 c) const { in hasDecompBoundaryAfter() function in Normalizer2Impl
/external/icu/libicu/cts_headers/
Dnormalizer2impl.h524 UBool hasDecompBoundaryAfter(UChar32 c) const;
542 UBool hasFCDBoundaryAfter(UChar32 c) const { return hasDecompBoundaryAfter(c); } in hasFCDBoundaryAfter()
Dnorm2allmodes.h216 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundaryAfter(c); } in hasBoundaryAfter()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNorm2AllModes.java203 public boolean hasBoundaryAfter(int c) { return impl.hasDecompBoundaryAfter(c); } in hasBoundaryAfter()
DNormalizer2Impl.java1638 public boolean hasDecompBoundaryAfter(int c) { in hasDecompBoundaryAfter() method in Normalizer2Impl
1689 public boolean hasFCDBoundaryAfter(int c) { return hasDecompBoundaryAfter(c); } in hasFCDBoundaryAfter()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNorm2AllModes.java190 public boolean hasBoundaryAfter(int c) { return impl.hasDecompBoundaryAfter(c); } in hasBoundaryAfter()
DNormalizer2Impl.java1629 public boolean hasDecompBoundaryAfter(int c) { in hasDecompBoundaryAfter() method in Normalizer2Impl
1680 public boolean hasFCDBoundaryAfter(int c) { return hasDecompBoundaryAfter(c); } in hasFCDBoundaryAfter()