OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStringEx
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/common/unicode/
resbund.h
383
getStringEx
(int32_t index,
409
getStringEx
(const char* key,
/external/icu/icu4c/source/common/
resbund.cpp
333
UnicodeString ResourceBundle::
getStringEx
(int32_t indexS, UErrorCode& status) const {
361
UnicodeString ResourceBundle::
getStringEx
(const char* key, UErrorCode& status) const {
/external/icu/icu4c/source/test/intltest/
restsnew.cpp
258
result1 = test1.
getStringEx
("string_in_Root_te_te_IN", err);
259
result2 = test2.
getStringEx
("string_in_Root_te_te_IN", err);
703
action += ".
getStringEx
(";
709
UnicodeString string = theBundle.
getStringEx
(tag, status);
776
UnicodeString t = array.
getStringEx
(index, status);
865
UnicodeString t=tablerow.
getStringEx
(col, status);
[
all
...]
restest.cpp
257
UnicodeString result1(test1.
getStringEx
("string_in_Root_te_te_IN", err));
258
UnicodeString result2(test2.
getStringEx
("string_in_Root_te_te_IN", err));
392
UnicodeString string(theBundle.
getStringEx
(tag, status));
430
UnicodeString value(arrayBundle.
getStringEx
(j, status));
437
action += ".
getStringEx
(";
446
UnicodeString t(arrayBundle.
getStringEx
(index, status));
aliastst.cpp
262
us1 = rb1->
getStringEx
("locale", status);
268
us2 = rb2->
getStringEx
("locale", status);
274
log("UResourceBundle(
getStringEx
) old:");
/external/icu/icu4c/source/tools/ctestfw/
datamap.cpp
191
result[i] = r->
getStringEx
(i, status);
213
stringRes = r->
getStringEx
(i, status);
/external/icu/icu4c/source/i18n/
translit.cpp
765
UnicodeString resString = bundle.
getStringEx
(key, status);
779
resString = bundle.
getStringEx
(RB_DISPLAY_NAME_PATTERN, status);
803
resString = bundle.
getStringEx
(key, status);
[
all
...]
transreg.cpp
[
all
...]
Completed in 1010 milliseconds