Home
last modified time | relevance | path

Searched refs:argType (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/i18n/
Dmsgfmt.cpp1534 Formattable::Type argType; in makeFormat() local
1544 argType = Formattable::kString; in makeFormat()
1548 argType = Formattable::kDouble; in makeFormat()
1561 argType = Formattable::kLong; in makeFormat()
1576 argType = Formattable::kDate; in makeFormat()
1594 argType = Formattable::kDouble; in makeFormat()
1600 argType = Formattable::kDouble; in makeFormat()
1604 argType = Formattable::kDouble; in makeFormat()
1608 argType = Formattable::kDouble; in makeFormat()
1614 argType = Formattable::kDouble; in makeFormat()
[all …]
/external/chromium/third_party/icu/source/i18n/
Dmsgfmt.cpp1517 Formattable::Type argType; in makeFormat() local
1527 argType = Formattable::kString; in makeFormat()
1531 argType = Formattable::kDouble; in makeFormat()
1544 argType = Formattable::kLong; in makeFormat()
1559 argType = Formattable::kDate; in makeFormat()
1577 argType = Formattable::kDouble; in makeFormat()
1583 argType = Formattable::kDouble; in makeFormat()
1587 argType = Formattable::kDouble; in makeFormat()
1591 argType = Formattable::kDouble; in makeFormat()
1595 argType = Formattable::kDouble; in makeFormat()
[all …]
/external/srec/srec/cfront/
Dnisthdr.h198 #define Nist1AHeaderSetDef(fname, argType, unionKey, fieldId)\ argument
199 inline void Nist1AHeader::##fname(argType x) {\
/external/chromium/third_party/icu/source/io/
Duprntf_p.c1217 ufmt_type_info argType; in u_printf_parse() local
1500 argType = g_u_printf_infos[ handlerNum ].info; in u_printf_parse()
1506 switch(argType) { in u_printf_parse()
1533 switch(argType) { in u_printf_parse()
/external/icu4c/io/
Duprntf_p.c1217 ufmt_type_info argType; in u_printf_parse() local
1500 argType = g_u_printf_infos[ handlerNum ].info; in u_printf_parse()
1506 switch(argType) { in u_printf_parse()
1533 switch(argType) { in u_printf_parse()
/external/webkit/WebCore/bridge/qt/
Dqt_runtime.cpp1750 int argType = QMetaType::type(parameterTypes.at(i)); in execute() local
1751 … l.append(convertQVariantToValue(exec, ro, QVariant(argType, argv[i+1]))); in execute()