HomeSort by relevance Sort by last modified time
    Searched refs:gBundle (Results 1 - 2 of 2) sorted by null

  /external/icu4c/extra/uconv/
uwmsg.c 87 static UResourceBundle *gBundle = NULL;
98 if(gBundle != NULL)
112 gBundle = b;
117 return gBundle;
132 if(gBundle == NULL)
140 msg = ures_getStringByKey(gBundle, tag, &msgLen, &err);
230 if(gBundle == NULL)
238 msg = (UChar*)ures_getStringByKey(gBundle, errname, &msgLen, &subErr);
uconv.cpp 74 static UResourceBundle *gBundle = 0; /* Bundle containing messages. */
102 gBundle = u_wmsg_setPath(UCONVMSG, &err);
119 gBundle = u_wmsg_setPath(dataPath, &err);
    [all...]

Completed in 29 milliseconds