Home
last modified time | relevance | path

Searched defs:hasBoundaryBefore (Results 1 – 9 of 9) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNorm2AllModes.java75 public boolean hasBoundaryBefore(int c) { return true; } in hasBoundaryBefore() method in Norm2AllModes.NoopNormalizer2
190 public boolean hasBoundaryBefore(int c) { return impl.hasDecompBoundary(c, true); } in hasBoundaryBefore() method in Norm2AllModes.DecomposeNormalizer2
240 public boolean hasBoundaryBefore(int c) { return impl.hasCompBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.ComposeNormalizer2
276 public boolean hasBoundaryBefore(int c) { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.FCDNormalizer2
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNorm2AllModes.java71 public boolean hasBoundaryBefore(int c) { return true; } in hasBoundaryBefore() method in Norm2AllModes.NoopNormalizer2
186 public boolean hasBoundaryBefore(int c) { return impl.hasDecompBoundary(c, true); } in hasBoundaryBefore() method in Norm2AllModes.DecomposeNormalizer2
236 public boolean hasBoundaryBefore(int c) { return impl.hasCompBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.ComposeNormalizer2
272 public boolean hasBoundaryBefore(int c) { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() method in Norm2AllModes.FCDNormalizer2
/external/icu/icu4c/source/common/
Dnorm2allmodes.h211 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); } in hasBoundaryBefore() function
275 virtual UBool hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function
311 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasFCDBoundaryBefore(c); } in hasBoundaryBefore() function
Dfilterednormalizer2.cpp251 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const { in hasBoundaryBefore() function in FilteredNormalizer2
Dnormalizer2.cpp117 virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; } in hasBoundaryBefore() function in NoopNormalizer2
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNormalizer2.java377 public abstract boolean hasBoundaryBefore(int c); in hasBoundaryBefore() method in Normalizer2
DFilteredNormalizer2.java185 public boolean hasBoundaryBefore(int c) { in hasBoundaryBefore() method in FilteredNormalizer2
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer2.java401 public abstract boolean hasBoundaryBefore(int c); in hasBoundaryBefore() method in Normalizer2
DFilteredNormalizer2.java197 public boolean hasBoundaryBefore(int c) { in hasBoundaryBefore() method in FilteredNormalizer2