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

/external/icu4c/i18n/unicode/
H A Dutrans.h189 utrans_openU(const UChar *id,
260 * If this identifier is passed to utrans_openU(), it will open
516 * Deprecated, use utrans_openU() instead.
536 * @deprecated ICU 2.8 Use utrans_openU() instead, see utrans.h
/external/icu4c/test/intltest/
H A Ditutil.cpp394 utrans_openU(id.getBuffer(), id.length(), UTRANS_FORWARD, NULL, 0, NULL, errorCode));
461 utrans_openU(id.getBuffer(), id.length(), UTRANS_FORWARD, NULL, 0, NULL, errorCode));
462 if(!errorCode.logDataIfFailureAndReset("utrans_openU()")) {
/external/icu4c/i18n/
H A Dutrans.cpp132 utrans_openU(const UChar *id, function
187 return utrans_openU(ID.getBuffer(), ID.length(), dir,
/external/icu4c/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/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1158 #define utrans_openU utrans_openU_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1158 #define utrans_openU utrans_openU_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1158 #define utrans_openU utrans_openU_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1158 #define utrans_openU utrans_openU_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h1666 #define utrans_openU U_ICU_ENTRY_POINT_RENAME(utrans_openU) macro

Completed in 199 milliseconds