HomeSort by relevance Sort by last modified time
    Searched refs:utrans_toRules (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
utrans.h 531 utrans_toRules( const UTransliterator* trans,
  /external/icu/icu4c/source/test/cintltst/
utransts.c 575 * 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/
utrans.cpp 497 utrans_toRules( const UTransliterator* trans,
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 129 milliseconds