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 532 utrans_toRules( const UTransliterator* trans,
  /external/icu/icu4c/source/test/cintltst/
utransts.c 580 * Test utrans_toRules, utrans_getSourceSet
598 ulen = utrans_toRules(utrans, FALSE, ubuf, kUBufMax, &status);
600 log_err("FAIL: utrans_toRules unescaped, expected noErr and len 50-100, got error=%s and len=%d\n",
605 ulen = utrans_toRules(utrans, FALSE, NULL, 0, &status);
607 log_err("FAIL: utrans_toRules unescaped, expected U_BUFFER_OVERFLOW_ERROR and len 50-100, got error=%s and len=%d\n",
612 ulen = utrans_toRules(utrans, TRUE, ubuf, kUBufMax, &status);
614 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 499 utrans_toRules( const UTransliterator* trans,
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 350 milliseconds