Searched refs:ures_openU (Results 1 - 9 of 9) sorted by relevance
/external/icu4c/common/ |
H A D | resbund_cnv.cpp | 51 fResource = ures_openU(nullTerminatedPath.getBuffer(), locale.getName(), &error);
|
H A D | ures_cnv.c | 28 ures_openU(const UChar *myPath, function
|
/external/icu4c/common/unicode/ |
H A D | ures.h | 207 ures_openU(const UChar* packageName,
|
H A D | urename.h | 1471 #define ures_openU U_ICU_ENTRY_POINT_RENAME(ures_openU) macro
|
/external/icu4c/test/cintltst/ |
H A D | creststn.c | 999 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 D | urename.h | 1036 #define ures_openU ures_openU_3_2 macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
H A D | urename.h | 1036 #define ures_openU ures_openU_3_2 macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
H A D | urename.h | 1036 #define ures_openU ures_openU_3_2 macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
H A D | urename.h | 1036 #define ures_openU ures_openU_3_2 macro
|
Completed in 125 milliseconds