Home
last modified time | relevance | path

Searched refs:unorm2_getDecomposition (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/unicode/
Dudraft.h41 # define unorm2_getDecomposition unorm2_getDecomposition_DRAFT_API_DO_NOT_USE macro
Dunorm2.h279 unorm2_getDecomposition(const UNormalizer2 *norm2,
Durename.h1099 #define unorm2_getDecomposition U_ICU_ENTRY_POINT_RENAME(unorm2_getDecomposition) macro
/external/icu4c/test/cintltst/
Dcnormtst.c1486 length=unorm2_getDecomposition(n2, 0x20, decomp, LENGTHOF(decomp), &errorCode); in TestGetDecomposition()
1491 length=unorm2_getDecomposition(n2, 0xe4, decomp, LENGTHOF(decomp), &errorCode); in TestGetDecomposition()
1496 length=unorm2_getDecomposition(n2, 0xac01, decomp, LENGTHOF(decomp), &errorCode); in TestGetDecomposition()
1501 length=unorm2_getDecomposition(n2, 0xac01, NULL, 0, &errorCode); in TestGetDecomposition()
1506 length=unorm2_getDecomposition(n2, 0xac01, decomp, -1, &errorCode); in TestGetDecomposition()
1511 length=unorm2_getDecomposition(n2, 0xac01, NULL, 4, &errorCode); in TestGetDecomposition()
/external/icu4c/common/
Dnormalizer2.cpp767 unorm2_getDecomposition(const UNormalizer2 *norm2, in unorm2_getDecomposition() function