Searched refs:utext_setup (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/common/ |
D | utext.cpp | 576 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) { in utext_setup() function 780 dest = utext_setup(dest, srcExtraSize, status); in shallowTextClone() 1642 ut = utext_setup(ut, sizeof(UTF8Buf) * 2, status); in utext_openUTF8() 2045 ut = utext_setup(ut, sizeof(ReplExtra), status); in utext_openReplaceable() 2313 ut = utext_setup(ut, 0, status); in utext_openConstUnicodeString() 2623 ut = utext_setup(ut, 0, status); in utext_openUChars() 2850 ut = utext_setup(ut, extraSpace, status); in utext_openCharacterIterator()
|
/external/icu/icu4c/source/common/unicode/ |
D | utext.h | 1556 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status);
|
D | urename.h | 1736 #define utext_setup U_ICU_ENTRY_POINT_RENAME(utext_setup) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | utext.h | 1556 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status);
|
D | urename.h | 1736 #define utext_setup U_ICU_ENTRY_POINT_RENAME(utext_setup) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 2899 return utext_setup(ut, extraSpace, status); in utext_setup_android()
|