OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gBundle
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/extra/uconv/
uwmsg.c
88
static UResourceBundle *
gBundle
= NULL;
99
if(
gBundle
!= NULL)
114
gBundle
= b;
119
return
gBundle
;
134
if(
gBundle
== NULL)
142
msg = ures_getStringByKey(
gBundle
, tag, &msgLen, &err);
235
if(
gBundle
== NULL)
243
msg = (UChar*)ures_getStringByKey(
gBundle
, errname, &msgLen, &subErr);
uconv.cpp
73
static UResourceBundle *
gBundle
= 0; /* Bundle containing messages. */
101
gBundle
= u_wmsg_setPath(UCONVMSG, &err);
118
gBundle
= u_wmsg_setPath(dataPath, &err);
[
all
...]
Completed in 131 milliseconds