HomeSort by relevance Sort by last modified time
    Searched refs:hasBoundaryAfter (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
normalizer2.h 61 * The hasBoundaryBefore(), hasBoundaryAfter() and isInert() functions test whether
414 virtual UBool hasBoundaryAfter(UChar32 c) const = 0;
628 virtual UBool hasBoundaryAfter(UChar32 c) const;
  /external/icu/icu4c/source/common/unicode/
normalizer2.h 61 * The hasBoundaryBefore(), hasBoundaryAfter() and isInert() functions test whether
414 virtual UBool hasBoundaryAfter(UChar32 c) const = 0;
628 virtual UBool hasBoundaryAfter(UChar32 c) const;
  /external/chromium_org/third_party/icu/source/i18n/
nortrans.cpp 147 if(start == limit && isIncremental && !fNorm2.hasBoundaryAfter(c)) {
  /external/icu/icu4c/source/i18n/
nortrans.cpp 147 if(start == limit && isIncremental && !fNorm2.hasBoundaryAfter(c)) {
  /external/chromium_org/third_party/icu/source/common/
filterednormalizer2.cpp 256 FilteredNormalizer2::hasBoundaryAfter(UChar32 c) const {
257 return !set.contains(c) || norm2.hasBoundaryAfter(c);
normalizer2.cpp 115 virtual UBool hasBoundaryAfter(UChar32) const { return TRUE; }
309 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundary(c, FALSE); }
377 virtual UBool hasBoundaryAfter(UChar32 c) const {
413 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasFCDBoundaryAfter(c); }
    [all...]
  /external/icu/icu4c/source/common/
filterednormalizer2.cpp 256 FilteredNormalizer2::hasBoundaryAfter(UChar32 c) const {
257 return !set.contains(c) || norm2.hasBoundaryAfter(c);
normalizer2.cpp 115 virtual UBool hasBoundaryAfter(UChar32) const { return TRUE; }
309 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundary(c, FALSE); }
377 virtual UBool hasBoundaryAfter(UChar32 c) const {
413 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasFCDBoundaryAfter(c); }
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tstnorm.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
tstnorm.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 588 milliseconds