Searched refs:gBundle (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/extra/uconv/ |
D | uwmsg.c | 89 static UResourceBundle *gBundle = NULL; variable 100 if(gBundle != NULL) in u_wmsg_setPath() 114 gBundle = b; in u_wmsg_setPath() 119 return gBundle; in u_wmsg_setPath() 134 if(gBundle == NULL) in u_wmsg() 142 msg = ures_getStringByKey(gBundle, tag, &msgLen, &err); in u_wmsg() 233 if(gBundle == NULL) in u_wmsg_errorName() 241 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()
|