Searched refs:resStr (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dreldatefmt.cpp90 const UChar *resStr = ures_getStringByKeyWithFallback( local
95 result.setTo(TRUE, resStr, len);
108 const UChar *resStr = ures_getStringByKey( local
118 result.setTo(TRUE, resStr, len);
127 const UChar *resStr = ures_getString(resource, &len, &status); local
131 result.setTo(TRUE, resStr, len);
141 const UChar *resStr = ures_getStringByIndex( local
146 result.setTo(TRUE, resStr, len);
H A Ddtfmtsym.cpp1287 const UChar *resStr = ures_getStringByIndex(data, i, &strLen, &status); local
1289 (*(field)+i)->setTo(TRUE, resStr, strLen);
1323 const UChar *resStr = ures_getStringByKey(data, gNamesLeapTag, &strLen, &status); local
1325 field[index].setTo(TRUE, resStr, strLen);
1359 const UChar *resStr; local
1642 resStr = ures_getStringByKey(fResourceBundle, gLocalPatternCharsTag, &len, &status);
1643 fLocalPatternChars.setTo(TRUE, resStr, len);
1664 resStr = ures_getStringByIndex(weekdaysData, i, &len, &status);
1666 fWeekdays[i+1].setTo(TRUE, resStr, len);
1681 resStr
[all...]
H A Dwindtfmt.cpp83 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status); local
85 result = new UnicodeString(TRUE, resStr, resStrLen);
H A Ddtitvinf.cpp259 const UChar* resStr; local
261 resStr = ures_getStringByKeyWithFallback(itvDtPtnResource,
265 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen);
H A Dreldtfmt.cpp513 const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus); local
514 if (U_SUCCESS(tempStatus) && resStrLen >= patItem1Len && u_strncmp(resStr,patItem1,patItem1Len)==0) {
517 fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus);
H A Dtransreg.cpp1067 UnicodeString resStr; local
1098 resStr = subres.getStringEx(
1107 resStr = subres.getStringEx(1, status);
1132 entry->stringArg = resStr;
H A Dsmpdtfmt.cpp646 const UChar *resStr,*ovrStr; local
670 resStr = ures_getString(currentBundle, &resStrLen, &status);
674 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
687 UnicodeString *tempus1 = new UnicodeString(TRUE, resStr, resStrLen);
702 resStr = ures_getString(currentBundle, &resStrLen, &status);
706 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
719 UnicodeString *tempus2 = new UnicodeString(TRUE, resStr, resStrLen);
734 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status);
735 MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status);
748 resStr
[all...]
H A Dtzfmt.cpp347 const UChar* resStr; local
349 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtFormatTag, &len, &status);
351 gmtPattern = resStr;
353 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtZeroFormatTag, &len, &status);
355 fGMTZeroFormat.setTo(TRUE, resStr, len);
357 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gHourFormatTag, &len, &status);
359 hourFormats = resStr;
H A Dmeasfmt.cpp160 const UChar *resStr = ures_getString(resource, &len, &status); local
164 result.setTo(TRUE, resStr, len);
H A Ddtptngen.cpp891 const UChar *resStr; local
904 resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &resStrLen, &status);
905 setDateTimeFormat(UnicodeString(TRUE, resStr, resStrLen));
H A Ddecimfmt.cpp493 const UChar *resStr = ures_getStringByKeyWithFallback(resource, fgDecimalFormat, &len, &status); local
499 resStr = ures_getStringByKeyWithFallback(resource, fgDecimalFormat, &len, &status);
501 str.setTo(TRUE, resStr, len);
/macosx-10.10.1/IOGraphics-485/tools/
H A Dmodelist.c202 CFStringRef formatStr, formatStr2, refStr, resStr, finalStr; local
284 resStr = CFStringCreateWithFormat(kCFAllocatorDefault, NULL,
305 resStr,
335 resStr,

Completed in 161 milliseconds