Searched refs:gBundle (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/extra/uconv/ |
D | uwmsg.c | 87 static UResourceBundle *gBundle = NULL; variable 98 if(gBundle != NULL) in u_wmsg_setPath() 112 gBundle = b; in u_wmsg_setPath() 117 return gBundle; in u_wmsg_setPath() 132 if(gBundle == NULL) in u_wmsg() 140 msg = ures_getStringByKey(gBundle, tag, &msgLen, &err); in u_wmsg() 230 if(gBundle == NULL) in u_wmsg_errorName() 238 msg = (UChar*)ures_getStringByKey(gBundle, errname, &msgLen, &subErr); in u_wmsg_errorName()
|
D | uconv.cpp | 74 static UResourceBundle *gBundle = 0; /* Bundle containing messages. */ variable 102 gBundle = u_wmsg_setPath(UCONVMSG, &err); in initMsg() 119 gBundle = u_wmsg_setPath(dataPath, &err); in initMsg() 1073 ures_getStringByKey(gBundle, ecode ? "lcUsageWord" : "ucUsageWord", in usage()
|
/external/icu/icu4c/source/extra/uconv/ |
D | uwmsg.c | 87 static UResourceBundle *gBundle = NULL; variable 98 if(gBundle != NULL) in u_wmsg_setPath() 112 gBundle = b; in u_wmsg_setPath() 117 return gBundle; in u_wmsg_setPath() 132 if(gBundle == NULL) in u_wmsg() 140 msg = ures_getStringByKey(gBundle, tag, &msgLen, &err); in u_wmsg() 230 if(gBundle == NULL) in u_wmsg_errorName() 238 msg = (UChar*)ures_getStringByKey(gBundle, errname, &msgLen, &subErr); in u_wmsg_errorName()
|
D | uconv.cpp | 74 static UResourceBundle *gBundle = 0; /* Bundle containing messages. */ variable 102 gBundle = u_wmsg_setPath(UCONVMSG, &err); in initMsg() 119 gBundle = u_wmsg_setPath(dataPath, &err); in initMsg() 1073 ures_getStringByKey(gBundle, ecode ? "lcUsageWord" : "ucUsageWord", in usage()
|