Searched refs:utrans_openU (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dutrans.h189 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/
H A Dutrans.h190 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/
H A Dutransts.c217 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/
H A Dutrans.cpp132 utrans_openU(const UChar *id, function
187 return utrans_openU(ID.getBuffer(), ID.length(), dir,
/external/icu/icu4c/source/i18n/
H A Dutrans.cpp133 utrans_openU(const UChar *id, function
188 return utrans_openU(ID.getBuffer(), ID.length(), dir,
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutransts.c214 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/
H A Ditutil.cpp403 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/
H A Ditutil.cpp421 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/
H A Durename.h1659 #define utrans_openU U_ICU_ENTRY_POINT_RENAME(utrans_openU) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1737 #define utrans_openU U_ICU_ENTRY_POINT_RENAME(utrans_openU) macro

Completed in 520 milliseconds