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

  /external/icu4c/common/
normalizer2impl.h 461 UBool isFCDInert(UChar32 c) const { return getFCD16(c)<=1; }
normalizer2.cpp 415 virtual UBool isInert(UChar32 c) const { return impl.isFCDInert(c); }
    [all...]

Completed in 59 milliseconds