Home
last modified time | relevance | path

Searched refs:resString (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/samples/ufortune/
Dufortune.c75 const UChar *resString; /* Points to strings fetched from Resources. */ in main() local
191 resString = ures_getStringByIndex(fortunes_r, i, &len, &err); in main()
197 u_file_write(resString, len, u_stdout); /* Write out the message */ in main()
/external/icu4c/i18n/
Dtranslit.cpp768 UnicodeString resString = bundle.getStringEx(key, status); in getDisplayName() local
770 if (U_SUCCESS(status) && resString.length() != 0) { in getDisplayName()
771 return result = resString; // [sic] assign & return in getDisplayName()
782 resString = bundle.getStringEx(RB_DISPLAY_NAME_PATTERN, status); in getDisplayName()
784 if (U_SUCCESS(status) && resString.length() != 0) { in getDisplayName()
785 MessageFormat msg(resString, inLocale, status); in getDisplayName()
806 resString = bundle.getStringEx(key, status); in getDisplayName()
809 args[j] = resString; in getDisplayName()
1521 const UChar *resString; in initializeRegistry() local
1529 resString = ures_getStringByKey(res, "resource", &len, &status); in initializeRegistry()
[all …]