Searched refs:unorm2_getDecomposition (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunorm2.h352 unorm2_getDecomposition(const UNormalizer2 *norm2,
359 * This is similar to the unorm2_getDecomposition() function but returns the
362 * By contrast, unorm2_getDecomposition() returns the processed,
H A Durename.h1123 #define unorm2_getDecomposition U_ICU_ENTRY_POINT_RENAME(unorm2_getDecomposition) macro
/external/icu/icu4c/source/common/unicode/
H A Dunorm2.h352 unorm2_getDecomposition(const UNormalizer2 *norm2,
359 * This is similar to the unorm2_getDecomposition() function but returns the
362 * By contrast, unorm2_getDecomposition() returns the processed,
H A Durename.h1072 #define unorm2_getDecomposition U_ICU_ENTRY_POINT_RENAME(unorm2_getDecomposition) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnormtst.c1487 length=unorm2_getDecomposition(n2, 0x20, decomp, LENGTHOF(decomp), &errorCode);
1489 log_err("unorm2_getDecomposition(fcc, space) failed\n");
1492 length=unorm2_getDecomposition(n2, 0xe4, decomp, LENGTHOF(decomp), &errorCode);
1494 log_err("unorm2_getDecomposition(fcc, a-umlaut) failed\n");
1497 length=unorm2_getDecomposition(n2, 0xac01, decomp, LENGTHOF(decomp), &errorCode);
1499 log_err("unorm2_getDecomposition(fcc, Hangul syllable U+AC01) failed\n");
1502 length=unorm2_getDecomposition(n2, 0xac01, NULL, 0, &errorCode);
1504 log_err("unorm2_getDecomposition(fcc, Hangul syllable U+AC01) overflow failed\n");
1507 length=unorm2_getDecomposition(n2, 0xac01, decomp, -1, &errorCode);
1509 log_err("unorm2_getDecomposition(fc
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcnormtst.c1487 length=unorm2_getDecomposition(n2, 0x20, decomp, LENGTHOF(decomp), &errorCode);
1489 log_err("unorm2_getDecomposition(fcc, space) failed\n");
1492 length=unorm2_getDecomposition(n2, 0xe4, decomp, LENGTHOF(decomp), &errorCode);
1494 log_err("unorm2_getDecomposition(fcc, a-umlaut) failed\n");
1497 length=unorm2_getDecomposition(n2, 0xac01, decomp, LENGTHOF(decomp), &errorCode);
1499 log_err("unorm2_getDecomposition(fcc, Hangul syllable U+AC01) failed\n");
1502 length=unorm2_getDecomposition(n2, 0xac01, NULL, 0, &errorCode);
1504 log_err("unorm2_getDecomposition(fcc, Hangul syllable U+AC01) overflow failed\n");
1507 length=unorm2_getDecomposition(n2, 0xac01, decomp, -1, &errorCode);
1509 log_err("unorm2_getDecomposition(fc
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dnormalizer2.cpp853 unorm2_getDecomposition(const UNormalizer2 *norm2,
/external/icu/icu4c/source/common/
H A Dnormalizer2.cpp853 unorm2_getDecomposition(const UNormalizer2 *norm2,

Completed in 1234 milliseconds