Home
last modified time | relevance | path

Searched refs:utext_setup (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/
Dutext.cpp565 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) { in utext_setup() function
769 dest = utext_setup(dest, srcExtraSize, status); in shallowTextClone()
1627 ut = utext_setup(ut, sizeof(UTF8Buf) * 2, status); in utext_openUTF8()
2030 ut = utext_setup(ut, sizeof(ReplExtra), status); in utext_openReplaceable()
2295 ut = utext_setup(ut, 0, status); in utext_openConstUnicodeString()
2599 ut = utext_setup(ut, 0, status); in utext_openUChars()
2823 ut = utext_setup(ut, extraSpace, status); in utext_openCharacterIterator()
/external/icu4c/common/unicode/
Dutext.h1554 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status);
Durename.h1652 #define utext_setup U_ICU_ENTRY_POINT_RENAME(utext_setup) macro