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

  /external/icu4c/common/unicode/
normalizer2.h 60 * The hasBoundaryBefore(), hasBoundaryAfter() and isInert() functions test whether
280 virtual UBool isInert(UChar32 c) const = 0;
444 virtual UBool isInert(UChar32 c) const;
  /external/icu4c/common/
filterednormalizer2.cpp 239 FilteredNormalizer2::isInert(UChar32 c) const {
240 return !set.contains(c) || norm2.isInert(c);
normalizer2.cpp 91 virtual UBool isInert(UChar32) const { return TRUE; }
240 virtual UBool isInert(UChar32 c) const { return impl.isDecompInert(c); }
306 virtual UBool isInert(UChar32 c) const {
336 virtual UBool isInert(UChar32 c) const { return impl.isFCDInert(c); }
779 return ((const Normalizer2 *)norm2)->isInert(c);
uprops.cpp 200 return U_SUCCESS(errorCode) && norm2->isInert(c);
210 return U_SUCCESS(errorCode) && norm2->isInert(c);
normalizer2impl.h 361 static UBool isInert(uint16_t norm16) { return norm16==0; }
normalizer2impl.cpp     [all...]

Completed in 251 milliseconds