Searched refs:utext_setup (Results 1 - 3 of 3) sorted by relevance
/external/icu4c/common/unicode/ |
H A D | utext.h | 1554 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status);
|
H A D | urename.h | 1652 #define utext_setup U_ICU_ENTRY_POINT_RENAME(utext_setup) macro
|
/external/icu4c/common/ |
H A D | utext.cpp | 565 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) { function 769 dest = utext_setup(dest, srcExtraSize, status); 777 // were set up by utext_setup. Save them separately before 1627 ut = utext_setup(ut, sizeof(UTF8Buf) * 2, status); 2030 ut = utext_setup(ut, sizeof(ReplExtra), status); 2295 ut = utext_setup(ut, 0, status); 2599 ut = utext_setup(ut, 0, status); 2823 ut = utext_setup(ut, extraSpace, status);
|
Completed in 128 milliseconds