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

/external/icu4c/common/
H A Dresbund_cnv.cpp51 fResource = ures_openU(nullTerminatedPath.getBuffer(), locale.getName(), &error);
H A Dures_cnv.c28 ures_openU(const UChar *myPath, function
/external/icu4c/common/unicode/
H A Dures.h207 ures_openU(const UChar* packageName,
H A Durename.h1471 #define ures_openU U_ICU_ENTRY_POINT_RENAME(ures_openU) macro
/external/icu4c/test/cintltst/
H A Dcreststn.c999 log_verbose("Testing ures_openU()......\n");
1013 /* Convert all backslashes to forward slashes so that we can make sure that ures_openU
1025 /*Test ures_openU */
1028 ures_close(ures_openU(largeBuffer, "root", &status));
1030 log_err("ERROR: ures_openU() worked when the path is very large. It returned %s\n", myErrorName(status));
1034 ures_close(ures_openU(NULL, "root", &status));
1036 log_err_status(status, "ERROR: ures_openU() failed path = NULL with %s\n", myErrorName(status));
1040 if(ures_openU(NULL, "root", &status) != NULL){
1041 log_err("ERROR: ures_openU() worked with error status with %s\n", myErrorName(status));
1045 teRes=ures_openU(utestdatapat
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1036 #define ures_openU ures_openU_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1036 #define ures_openU ures_openU_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1036 #define ures_openU ures_openU_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1036 #define ures_openU ures_openU_3_2 macro

Completed in 125 milliseconds