Searched refs:isNormInert (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uprops.cpp | 89 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) { in isNormInert() function 93 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() function 254 { UPROPS_SRC_NFC, 0, isNormInert }, // UCHAR_NFD_INERT 255 { UPROPS_SRC_NFKC, 0, isNormInert }, // UCHAR_NFKD_INERT 256 { UPROPS_SRC_NFC, 0, isNormInert }, // UCHAR_NFC_INERT 257 { UPROPS_SRC_NFKC, 0, isNormInert }, // UCHAR_NFKC_INERT
|