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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dmsgfmt.cpp1512 Formattable::Type formattableType; local
1516 formattableType = Formattable::kString;
1528 Format* formatter = createAppropriateFormat(explicitType, style, formattableType, parseError, status);
1535 formattableType = Formattable::kDouble;
1538 formattableType = Formattable::kString;
1542 formattableType = Formattable::kString;
1546 if (argTypes[argNumber] != Formattable::kObject && argTypes[argNumber] != formattableType) {
1549 argTypes[argNumber] = formattableType;
1556 Formattable::Type& formattableType, UParseError& parseError,
1567 formattableType
1555 createAppropriateFormat(UnicodeString& type, UnicodeString& style, Formattable::Type& formattableType, UParseError& parseError, UErrorCode& ec) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ddcfmtest.cpp154 static const char *formattableType(Formattable::Type typ) { function
354 lineNum, formattableType(expectType), formattableType(result.getType()));
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dmsgfmt.h1013 Formattable::Type& formattableType,

Completed in 188 milliseconds