Home
last modified time | relevance | path

Searched refs:hasDecompBoundaryBefore (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
Dnormalizer2impl.h522 UBool hasDecompBoundaryBefore(UChar32 c) const;
541 UBool hasFCDBoundaryBefore(UChar32 c) const { return hasDecompBoundaryBefore(c); } in hasFCDBoundaryBefore()
Dnorm2allmodes.h215 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundaryBefore(c); } in hasBoundaryBefore()
Dnormalizer2impl.cpp927 UBool Normalizer2Impl::hasDecompBoundaryBefore(UChar32 c) const { in hasDecompBoundaryBefore() function in Normalizer2Impl
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNorm2AllModes.java201 public boolean hasBoundaryBefore(int c) { return impl.hasDecompBoundaryBefore(c); } in hasBoundaryBefore()
DNormalizer2Impl.java1621 public boolean hasDecompBoundaryBefore(int c) { in hasDecompBoundaryBefore() method in Normalizer2Impl
1688 public boolean hasFCDBoundaryBefore(int c) { return hasDecompBoundaryBefore(c); } in hasFCDBoundaryBefore()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNorm2AllModes.java188 public boolean hasBoundaryBefore(int c) { return impl.hasDecompBoundaryBefore(c); } in hasBoundaryBefore()
DNormalizer2Impl.java1612 public boolean hasDecompBoundaryBefore(int c) { in hasDecompBoundaryBefore() method in Normalizer2Impl
1679 public boolean hasFCDBoundaryBefore(int c) { return hasDecompBoundaryBefore(c); } in hasFCDBoundaryBefore()