Searched defs:utext_setup (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dutext.cpp565 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
1613 ut = utext_setup(ut, sizeof(UTF8Buf) * 2, status);
2016 ut = utext_setup(ut, sizeof(ReplExtra), status);
2281 ut = utext_setup(ut, 0, status);
2585 ut = utext_setup(ut, 0, status);
2809 ut = utext_setup(ut, extraSpace, status);
/external/icu/icu4c/source/common/
H A Dutext.cpp565 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
1618 ut = utext_setup(ut, sizeof(UTF8Buf) * 2, status);
2021 ut = utext_setup(ut, sizeof(ReplExtra), status);
2286 ut = utext_setup(ut, 0, status);
2590 ut = utext_setup(ut, 0, status);
2814 ut = utext_setup(ut, extraSpace, status);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1707 #define utext_setup U_ICU_ENTRY_POINT_RENAME(utext_setup) macro
/external/icu/icu4c/source/common/unicode/
H A Durename.h1628 #define utext_setup U_ICU_ENTRY_POINT_RENAME(utext_setup) macro

Completed in 55 milliseconds