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

  /external/chromium_org/third_party/icu/source/common/unicode/
normalizer2.h 61 * The hasBoundaryBefore(), hasBoundaryAfter() and isInert() functions test whether
294 virtual UBool isInert(UChar32 c) const = 0;
461 virtual UBool isInert(UChar32 c) const;
  /external/icu4c/common/unicode/
normalizer2.h 61 * The hasBoundaryBefore(), hasBoundaryAfter() and isInert() functions test whether
429 virtual UBool isInert(UChar32 c) const = 0;
637 virtual UBool isInert(UChar32 c) const;
  /external/chromium_org/third_party/icu/source/common/
filterednormalizer2.cpp 244 FilteredNormalizer2::isInert(UChar32 c) const {
245 return !set.contains(c) || norm2.isInert(c);
normalizer2.cpp 95 virtual UBool isInert(UChar32) const { return TRUE; }
249 virtual UBool isInert(UChar32 c) const { return impl.isDecompInert(c); }
315 virtual UBool isInert(UChar32 c) const {
345 virtual UBool isInert(UChar32 c) const { return impl.isFCDInert(c); }
817 return ((const Normalizer2 *)norm2)->isInert(c);
normalizer2impl.h 373 static UBool isInert(uint16_t norm16) { return norm16==0; }
uprops.cpp 100 return U_SUCCESS(errorCode) && norm2->isInert(c);
normalizer2impl.cpp     [all...]
  /external/icu4c/common/
filterednormalizer2.cpp 261 FilteredNormalizer2::isInert(UChar32 c) const {
262 return !set.contains(c) || norm2.isInert(c);
normalizer2.cpp 115 virtual UBool isInert(UChar32) const { return TRUE; }
309 virtual UBool isInert(UChar32 c) const { return impl.isDecompInert(c); }
379 virtual UBool isInert(UChar32 c) const {
413 virtual UBool isInert(UChar32 c) const { return impl.isFCDInert(c); }
    [all...]
normalizer2impl.h 468 static UBool isInert(uint16_t norm16) { return norm16==0; }
uprops.cpp 100 return U_SUCCESS(errorCode) && norm2->isInert(c);
normalizer2impl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h     [all...]
RenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 597 bool isInert() const;
    [all...]
Element.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tstnorm.cpp     [all...]
  /external/icu4c/test/intltest/
tstnorm.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 391 milliseconds