Home
last modified time | relevance | path

Searched refs:utrans_stripRules (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
Drbt_pars.h353 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status);
Drbt_pars.cpp1650 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status) { in utrans_stripRules() function
/external/icu/libandroidicu/include/unicode/
Durename.h1770 #define utrans_stripRules U_ICU_ENTRY_POINT_RENAME(utrans_stripRules) macro
/external/icu/icu4c/source/common/unicode/
Durename.h1770 #define utrans_stripRules U_ICU_ENTRY_POINT_RENAME(utrans_stripRules) macro
/external/icu/icu4c/source/tools/genrb/
Dparse.cpp516 size = utrans_stripRules(pSource, size, pTarget, status); in parseTransliterator()
/external/icu/icu4c/source/test/intltest/
Dtranstst.cpp4542 int32_t len = utrans_stripRules(rule, UPRV_LENGTHOF(rule), result, &status); in TestRuleStripping()