Home
last modified time | relevance | path

Searched refs:unorm2_append (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dunorm2.h330 unorm2_append(const UNormalizer2 *norm2,
Durename.h1140 #define unorm2_append U_ICU_ENTRY_POINT_RENAME(unorm2_append) macro
/external/icu/libandroidicu/include/unicode/
Dunorm2.h330 unorm2_append(const UNormalizer2 *norm2,
Durename.h1140 #define unorm2_append U_ICU_ENTRY_POINT_RENAME(unorm2_append) macro
/external/icu/icu4c/source/common/
Dnormalizer2.cpp430 unorm2_append(const UNormalizer2 *norm2, in unorm2_append() function
/external/icu/icu4c/source/test/cintltst/
Dcnormtst.c1608 length=unorm2_append(n2, a, -1, 6, b, -1, &errorCode); in TestAppendRestoreMiddle()
1619 length=unorm2_append(n2, a, -1, UPRV_LENGTHOF(a), b, -1, &errorCode); in TestAppendRestoreMiddle()
/external/icu/libandroidicu/static_shim/
Dshim.cpp1939 return unorm2_append(norm2, first, firstLength, firstCapacity, second, secondLength, pErrorCode); in unorm2_append_android()