HomeSort by relevance Sort by last modified time
    Searched defs:hasBoundaryBefore (Results 1 - 18 of 18) sorted by null

  /external/icu/icu4c/source/common/
filterednormalizer2.cpp 253 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const {
254 return !set.contains(c) || norm2.hasBoundaryBefore(c);
norm2allmodes.h 213 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); }
277 virtual UBool hasBoundaryBefore(UChar32 c) const {
313 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasFCDBoundaryBefore(c); }
normalizer2.cpp 120 virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; }
487 return ((const Normalizer2 *)norm2)->hasBoundaryBefore(c);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer2.java 46 * The hasBoundaryBefore(), hasBoundaryAfter() and isInert() functions test whether
379 public abstract boolean hasBoundaryBefore(int c);
391 * Note that this operation may be significantly slower than hasBoundaryBefore().
406 * Note that this operation may be significantly slower than hasBoundaryBefore().
FilteredNormalizer2.java 187 public boolean hasBoundaryBefore(int c) {
188 return !set.contains(c) || norm2.hasBoundaryBefore(c);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer2.java 45 * The hasBoundaryBefore(), hasBoundaryAfter() and isInert() functions test whether
403 public abstract boolean hasBoundaryBefore(int c);
415 * Note that this operation may be significantly slower than hasBoundaryBefore().
431 * Note that this operation may be significantly slower than hasBoundaryBefore().
FilteredNormalizer2.java 199 public boolean hasBoundaryBefore(int c) {
200 return !set.contains(c) || norm2.hasBoundaryBefore(c);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Norm2AllModes.java 77 public boolean hasBoundaryBefore(int c) { return true; }
192 public boolean hasBoundaryBefore(int c) { return impl.hasDecompBoundary(c, true); }
242 public boolean hasBoundaryBefore(int c) { return impl.hasCompBoundaryBefore(c); }
278 public boolean hasBoundaryBefore(int c) { return impl.hasFCDBoundaryBefore(c); }
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Norm2AllModes.java 73 public boolean hasBoundaryBefore(int c) { return true; }
188 public boolean hasBoundaryBefore(int c) { return impl.hasDecompBoundary(c, true); }
238 public boolean hasBoundaryBefore(int c) { return impl.hasCompBoundaryBefore(c); }
274 public boolean hasBoundaryBefore(int c) { return impl.hasFCDBoundaryBefore(c); }
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
BasicTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 540 milliseconds