Searched refs:unorm2_getDecomposition (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/common/unicode/ |
D | udraft.h | 41 # define unorm2_getDecomposition unorm2_getDecomposition_DRAFT_API_DO_NOT_USE macro
|
D | unorm2.h | 279 unorm2_getDecomposition(const UNormalizer2 *norm2,
|
D | urename.h | 1099 #define unorm2_getDecomposition U_ICU_ENTRY_POINT_RENAME(unorm2_getDecomposition) macro
|
/external/icu4c/test/cintltst/ |
D | cnormtst.c | 1486 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/ |
D | normalizer2.cpp | 767 unorm2_getDecomposition(const UNormalizer2 *norm2, in unorm2_getDecomposition() function
|