Home
last modified time | relevance | path

Searched refs:utext_openReplaceable (Results 1 – 10 of 10) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Dutext.h275 utext_openReplaceable(UText *ut, icu::Replaceable *rep, UErrorCode *status);
Durename.h1789 #define utext_openReplaceable U_ICU_ENTRY_POINT_RENAME(utext_openReplaceable) macro
/external/icu/libicu/cts_headers/unicode/
Dutext.h275 utext_openReplaceable(UText *ut, icu::Replaceable *rep, UErrorCode *status);
Durename.h1789 #define utext_openReplaceable U_ICU_ENTRY_POINT_RENAME(utext_openReplaceable) macro
/external/icu/icu4c/source/common/unicode/
Dutext.h275 utext_openReplaceable(UText *ut, icu::Replaceable *rep, UErrorCode *status);
Durename.h1789 #define utext_openReplaceable U_ICU_ENTRY_POINT_RENAME(utext_openReplaceable) macro
/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp233 ut = utext_openReplaceable(NULL, &sa, &status); in TestString()
1157 UText *ut = utext_openReplaceable(NULL, &u16str, &status); in ErrorTest()
Drbbitst.cpp4133 UText *testUText = utext_openReplaceable(NULL, &testText, &status); in RunMonkey()
/external/icu/libicu/ndk_headers/unicode/
Durename.h1789 #define utext_openReplaceable U_ICU_ENTRY_POINT_RENAME(utext_openReplaceable) macro
/external/icu/icu4c/source/common/
Dutext.cpp2038 utext_openReplaceable(UText *ut, Replaceable *rep, UErrorCode *status) in utext_openReplaceable() function