Searched refs:isNormInert (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/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
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uprops.cpp | 202 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) { in isNormInert() function 206 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() function 371 { UPROPS_SRC_NFC, 0, isNormInert }, // UCHAR_NFD_INERT 372 { UPROPS_SRC_NFKC, 0, isNormInert }, // UCHAR_NFKD_INERT 373 { UPROPS_SRC_NFC, 0, isNormInert }, // UCHAR_NFC_INERT 374 { UPROPS_SRC_NFKC, 0, isNormInert }, // UCHAR_NFKC_INERT
|
/third_party/icu/icu4c/source/common/ |
D | uprops.cpp | 202 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) { in isNormInert() function 206 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() function 371 { UPROPS_SRC_NFC, 0, isNormInert }, // UCHAR_NFD_INERT 372 { UPROPS_SRC_NFKC, 0, isNormInert }, // UCHAR_NFKD_INERT 373 { UPROPS_SRC_NFC, 0, isNormInert }, // UCHAR_NFC_INERT 374 { UPROPS_SRC_NFKC, 0, isNormInert }, // UCHAR_NFKC_INERT
|
/third_party/node/deps/icu-small/source/common/ |
D | uprops.cpp | 204 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) { in isNormInert() function 208 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() function 377 { UPROPS_SRC_NFC, 0, isNormInert }, // UCHAR_NFD_INERT 378 { UPROPS_SRC_NFKC, 0, isNormInert }, // UCHAR_NFKD_INERT 379 { UPROPS_SRC_NFC, 0, isNormInert }, // UCHAR_NFC_INERT 380 { UPROPS_SRC_NFKC, 0, isNormInert }, // UCHAR_NFKC_INERT
|