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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer2.java 46 * The hasBoundaryBefore(), hasBoundaryAfter() and isInert() functions test whether
381 public abstract boolean hasBoundaryBefore(int c);
393 * Note that this operation may be significantly slower than hasBoundaryBefore().
408 * 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/icu4c/source/common/
filterednormalizer2.cpp 326 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const {
327 return !set.contains(c) || norm2.hasBoundaryBefore(c);
norm2allmodes.h 215 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundaryBefore(c); }
303 virtual UBool hasBoundaryBefore(UChar32 c) const U_OVERRIDE {
339 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasFCDBoundaryBefore(c); }
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer2.java 45 * The hasBoundaryBefore(), hasBoundaryAfter() and isInert() functions test whether
405 public abstract boolean hasBoundaryBefore(int c);
417 * Note that this operation may be significantly slower than hasBoundaryBefore().
433 * 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.hasDecompBoundaryBefore(c); }
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.hasDecompBoundaryBefore(c); }
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/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/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/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
core.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 357 milliseconds