Searched refs:gBundle (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/extra/uconv/ |
D | uwmsg.c | 88 static UResourceBundle *gBundle = NULL; variable 99 if(gBundle != NULL) in u_wmsg_setPath() 113 gBundle = b; in u_wmsg_setPath() 118 return gBundle; in u_wmsg_setPath() 133 if(gBundle == NULL) in u_wmsg() 141 msg = ures_getStringByKey(gBundle, tag, &msgLen, &err); in u_wmsg() 231 if(gBundle == NULL) in u_wmsg_errorName() 239 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()
|