Searched refs:utext_openReplaceable (Results 1 – 7 of 7) sorted by relevance
/external/icu/libandroidicu/include/unicode/ |
D | utext.h | 294 utext_openReplaceable(UText *ut, icu::Replaceable *rep, UErrorCode *status);
|
D | urename.h | 1728 #define utext_openReplaceable U_ICU_ENTRY_POINT_RENAME(utext_openReplaceable) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | utext.h | 294 utext_openReplaceable(UText *ut, icu::Replaceable *rep, UErrorCode *status);
|
D | urename.h | 1728 #define utext_openReplaceable U_ICU_ENTRY_POINT_RENAME(utext_openReplaceable) macro
|
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 229 ut = utext_openReplaceable(NULL, &sa, &status); in TestString() 1153 UText *ut = utext_openReplaceable(NULL, &u16str, &status); in ErrorTest()
|
D | rbbitst.cpp | 3914 UText *testUText = utext_openReplaceable(NULL, &testText, &status); in RunMonkey()
|
/external/icu/icu4c/source/common/ |
D | utext.cpp | 2036 utext_openReplaceable(UText *ut, Replaceable *rep, UErrorCode *status) in utext_openReplaceable() function
|