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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
utrans.h 189 utrans_openU(const UChar *id,
260 * If this identifier is passed to utrans_openU(), it will open
518 * Deprecated, use utrans_openU() instead.
538 * @deprecated ICU 2.8 Use utrans_openU() instead, see utrans.h
  /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
514 * Create a rule string that can be passed to utrans_openU to recreate this
569 * Deprecated, use utrans_openU() instead.
589 * @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/chromium_org/third_party/icu/source/i18n/
utrans.cpp 132 utrans_openU(const UChar *id,
187 return utrans_openU(ID.getBuffer(), ID.length(), dir,
  /external/icu/icu4c/source/i18n/
utrans.cpp 133 utrans_openU(const UChar *id,
188 return utrans_openU(ID.getBuffer(), ID.length(), dir,
  /external/chromium_org/third_party/icu/source/test/cintltst/
utransts.c 214 utrans=utrans_openU(id, idLength, UTRANS_FORWARD, NULL, 0, NULL, &errorCode);
216 log_err("utrans_openU(%s) failed - %s\n", aescstrdup(id, idLength), u_errorName(errorCode));
423 t1=utrans_openU(ID, -1, UTRANS_FORWARD,NULL,0,NULL, &status);
  /external/chromium_org/third_party/icu/source/test/intltest/
itutil.cpp 403 utrans_openU(id.getBuffer(), id.length(), UTRANS_FORWARD, NULL, 0, NULL, errorCode));
470 utrans_openU(id.getBuffer(), id.length(), UTRANS_FORWARD, NULL, 0, NULL, errorCode));
471 if(!errorCode.logDataIfFailureAndReset("utrans_openU()")) {
  /external/icu/icu4c/source/test/intltest/
itutil.cpp 421 utrans_openU(id.getBuffer(), id.length(), UTRANS_FORWARD, NULL, 0, NULL, errorCode));
488 utrans_openU(id.getBuffer(), id.length(), UTRANS_FORWARD, NULL, 0, NULL, errorCode));
489 if(!errorCode.logDataIfFailureAndReset("utrans_openU()")) {
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 315 milliseconds