Searched defs:hasCompBoundaryBefore (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/tools/gennorm2/ |
D | norms.h | 93 UBool hasCompBoundaryBefore, hasCompBoundaryAfter; member
|
/external/icu/icu4c/source/common/ |
D | normalizer2impl.h | 528 UBool hasCompBoundaryBefore(UChar32 c) const { in hasCompBoundaryBefore() function 667 UBool hasCompBoundaryBefore(UChar32 c, uint16_t norm16) const { in hasCompBoundaryBefore() function
|
D | normalizer2impl.cpp | 1989 UBool Normalizer2Impl::hasCompBoundaryBefore(const UChar *src, const UChar *limit) const { in hasCompBoundaryBefore() function in Normalizer2Impl 1999 UBool Normalizer2Impl::hasCompBoundaryBefore(const uint8_t *src, const uint8_t *limit) const { in hasCompBoundaryBefore() function in Normalizer2Impl
|
/external/icu/libicu/cts_headers/ |
D | normalizer2impl.h | 528 UBool hasCompBoundaryBefore(UChar32 c) const { in hasCompBoundaryBefore() function 667 UBool hasCompBoundaryBefore(UChar32 c, uint16_t norm16) const { in hasCompBoundaryBefore() function
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Normalizer2Impl.java | 1675 public boolean hasCompBoundaryBefore(int c) { in hasCompBoundaryBefore() method in Normalizer2Impl 2156 private boolean hasCompBoundaryBefore(int c, int norm16) { in hasCompBoundaryBefore() method in Normalizer2Impl 2162 private boolean hasCompBoundaryBefore(CharSequence s, int src, int limit) { in hasCompBoundaryBefore() method in Normalizer2Impl
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Normalizer2Impl.java | 1666 public boolean hasCompBoundaryBefore(int c) { in hasCompBoundaryBefore() method in Normalizer2Impl 2147 private boolean hasCompBoundaryBefore(int c, int norm16) { in hasCompBoundaryBefore() method in Normalizer2Impl 2153 private boolean hasCompBoundaryBefore(CharSequence s, int src, int limit) { in hasCompBoundaryBefore() method in Normalizer2Impl
|