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

  /external/icu/icu4c/source/i18n/unicode/
utrans.h 190 utrans_openU(const UChar *id,
261 * If this identifier is passed to utrans_openU(), it will open
513 * Create a rule string that can be passed to utrans_openU to recreate this
567 * Deprecated, use utrans_openU() instead.
587 * @deprecated ICU 2.8 Use utrans_openU() instead, see utrans.h
  /external/icu/icu4c/source/test/cintltst/
utransts.c 217 utrans=utrans_openU(id, idLength, UTRANS_FORWARD, NULL, 0, NULL, &errorCode);
219 log_err("utrans_openU(%s) failed - %s\n", aescstrdup(id, idLength), u_errorName(errorCode));
426 t1=utrans_openU(ID, -1, UTRANS_FORWARD,NULL,0,NULL, &status);
586 UTransliterator *utrans = utrans_openU(transSimpleID, -1, UTRANS_FORWARD, NULL, 0, NULL, &status);
  /external/icu/icu4c/source/i18n/
utrans.cpp 133 utrans_openU(const UChar *id,
188 return utrans_openU(ID.getBuffer(), ID.length(), dir,
  /external/icu/icu4c/source/test/intltest/
itutil.cpp 599 utrans_openU(id.getBuffer(), id.length(), UTRANS_FORWARD, NULL, 0, NULL, errorCode));
720 utrans_openU(id.getBuffer(), id.length(), UTRANS_FORWARD, NULL, 0, NULL, errorCode));
721 if(!errorCode.logDataIfFailureAndReset("utrans_openU()")) {
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 60 milliseconds