Searched refs:utrans_stripRules (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_pars.h351 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status);
H A Drbt_pars.cpp1648 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status) { function
/external/icu/icu4c/source/i18n/
H A Drbt_pars.h351 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status);
H A Drbt_pars.cpp1648 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status) { function
/external/icu/icu4c/source/common/unicode/
H A Durename.h1663 #define utrans_stripRules U_ICU_ENTRY_POINT_RENAME(utrans_stripRules) macro
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dparse.cpp484 size = utrans_stripRules(pSource, size, pTarget, status);
/external/icu/icu4c/source/tools/genrb/
H A Dparse.cpp506 size = utrans_stripRules(pSource, size, pTarget, status);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1741 #define utrans_stripRules U_ICU_ENTRY_POINT_RENAME(utrans_stripRules) macro
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtranstst.cpp4529 int32_t len = utrans_stripRules(rule, (int32_t)(sizeof(rule)/sizeof(rule[0])), result, &status);
4531 errln("utrans_stripRules return len = %d", len);
4534 errln("utrans_stripRules did not return expected string");
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp4527 int32_t len = utrans_stripRules(rule, (int32_t)(sizeof(rule)/sizeof(rule[0])), result, &status);
4529 errln("utrans_stripRules return len = %d", len);
4532 errln("utrans_stripRules did not return expected string");

Completed in 3878 milliseconds