Searched refs:resString (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/samples/ufortune/
H A Dufortune.c75 const UChar *resString; /* Points to strings fetched from Resources. */ local
191 resString = ures_getStringByIndex(fortunes_r, i, &len, &err);
197 u_file_write(resString, len, u_stdout); /* Write out the message */
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dtranslit.cpp765 UnicodeString resString = bundle.getStringEx(key, status); local
767 if (U_SUCCESS(status) && resString.length() != 0) {
768 return result = resString; // [sic] assign & return
779 resString = bundle.getStringEx(RB_DISPLAY_NAME_PATTERN, status);
781 if (U_SUCCESS(status) && resString.length() != 0) {
782 MessageFormat msg(resString, inLocale, status);
803 resString = bundle.getStringEx(key, status);
806 args[j] = resString;
1519 const UChar *resString; local
1527 resString
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp84 CString resString; member in struct:_xexception
95 resString.FormatV(format, va);
566 MessageBox(e.resString);

Completed in 73 milliseconds