Searched refs:isNormInert (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uprops.cpp | 94 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) { in isNormInert() function 98 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() function 263 { UPROPS_SRC_NFC, 0, isNormInert }, // UCHAR_NFD_INERT 264 { UPROPS_SRC_NFKC, 0, isNormInert }, // UCHAR_NFKD_INERT 265 { UPROPS_SRC_NFC, 0, isNormInert }, // UCHAR_NFC_INERT 266 { UPROPS_SRC_NFKC, 0, isNormInert }, // UCHAR_NFKC_INERT
|