Searched refs:formattedString (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecCFError.c104 CFStringRef formattedString = CFStringCreateWithFormatAndArguments(NULL, formatoptions, format, args); local
107 const void* values[2] = { formattedString, previousError };
113 CFReleaseNull(formattedString);
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecCFError.c104 CFStringRef formattedString = CFStringCreateWithFormatAndArguments(NULL, formatoptions, format, args); local
107 const void* values[2] = { formattedString, previousError };
113 CFReleaseNull(formattedString);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ddtfmttst.h239 UBool showParse(DateFormat &format, const UnicodeString &formattedString);
H A Dtufmtts.cpp457 UnicodeString formattedString = "1 minutes"; local
458 tuf.parseObject(formattedString, result, pos);
459 if (formattedString.length() != pos.getIndex()) {
H A Ddtfmttst.cpp4193 UnicodeString formattedString; local
4198 format->format(TEST_DATE, formattedString);
4200 if (!showParse(*format, formattedString)) {
4205 formattedString = dateFormat->format(TEST_DATE, ds) + " " + timeFormat->format(TEST_DATE, ts);
4206 if (!showParse(*format, formattedString)) {
4209 if (formattedString.indexOf("n ") >= 0) { // will add "." after the end of text ending in 'n', like Jan.
4210 UnicodeString plusDot(formattedString);
4216 if (formattedString.indexOf(". ") >= 0) { // will subtract "." at the end of strings.
4217 UnicodeString minusDot(formattedString);
4228 UBool DateFormatTest::showParse(DateFormat &format, const UnicodeString &formattedString) { argument
[all...]
H A Ddtfmrgts.cpp1562 UnicodeString formattedString("");
1565 format.format(referenceDate, formattedString, fp, status);
1566 logln("ref date: " + formattedString);

Completed in 165 milliseconds