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

  /external/icu4c/common/unicode/
normalizer2.h 323 getCombiningClass(UChar32 c) const;
568 getCombiningClass(UChar32 c) const;
  /external/icu4c/common/
filterednormalizer2.cpp 169 FilteredNormalizer2::getCombiningClass(UChar32 c) const {
170 return set.contains(c) ? norm2.getCombiningClass(c) : 0;
uprops.cpp 326 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) {
330 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
429 { UPROPS_SRC_NFC, 0, 0xff, getCombiningClass, getMaxValueFromShift },
normalizer2.cpp 49 Normalizer2::getCombiningClass(UChar32 /*c*/) const {
235 getCombiningClass(UChar32 c) const {
903 return reinterpret_cast<const Normalizer2 *>(norm2)->getCombiningClass(c);
    [all...]
uts46.cpp     [all...]