Searched refs:utrans_toRules (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dutrans.h531 utrans_toRules( const UTransliterator* trans,
/external/icu/icu4c/source/test/cintltst/
H A Dutransts.c575 * Test utrans_toRules, utrans_getSourceSet
593 ulen = utrans_toRules(utrans, FALSE, ubuf, kUBufMax, &status);
595 log_err("FAIL: utrans_toRules unescaped, expected noErr and len 50-100, got error=%s and len=%d\n",
600 ulen = utrans_toRules(utrans, FALSE, NULL, 0, &status);
602 log_err("FAIL: utrans_toRules unescaped, expected U_BUFFER_OVERFLOW_ERROR and len 50-100, got error=%s and len=%d\n",
607 ulen = utrans_toRules(utrans, TRUE, ubuf, kUBufMax, &status);
609 log_err("FAIL: utrans_toRules escaped, expected noErr and len 100-200, got error=%s and len=%d\n",
/external/icu/icu4c/source/i18n/
H A Dutrans.cpp497 utrans_toRules( const UTransliterator* trans,
/external/icu/icu4c/source/common/unicode/
H A Durename.h1664 #define utrans_toRules U_ICU_ENTRY_POINT_RENAME(utrans_toRules) macro

Completed in 354 milliseconds