Home
last modified time | relevance | path

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

/external/icu4c/common/
Dutext.cpp561 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) { in utext_setup() function
764 dest = utext_setup(dest, srcExtraSize, status); in shallowTextClone()
1615 ut = utext_setup(ut, sizeof(UTF8Buf) * 2, status); in utext_openUTF8()
2016 ut = utext_setup(ut, sizeof(ReplExtra), status); in utext_openReplaceable()
2262 ut = utext_setup(ut, 0, status); in utext_openUnicodeString()
2282 ut = utext_setup(ut, 0, status); in utext_openConstUnicodeString()
2576 ut = utext_setup(ut, 0, status); in utext_openUChars()
2794 ut = utext_setup(ut, extraSpace, status); in utext_openCharacterIterator()
/external/icu4c/common/unicode/
Dutext.h1514 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status);
Durename.h1282 #define utext_setup utext_setup_3_8 macro