Searched refs:argStyle (Results 1 – 2 of 2) sorted by relevance
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/ |
D | MessageFormat.java.patch | 7 - * argStyle = "short" | "medium" | "long" | "full" | "integer" | "currency" | "percent" | argStyle… 8 + * argStyle = "short" | "medium" | "long" | "full" | "integer" | "currency" | "percent" | argStyle… 49 - * formats by using <code>argStyle</code>. But the JDK <code>MessageFormat</code> only
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context.cpp | 1899 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in DateFmt() local 1900 if (argStyle->IsNull()) { in DateFmt() 1905 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in DateFmt() 2008 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in LocalDateFmt() local 2009 if (argStyle->IsNull()) { in LocalDateFmt() 2013 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalDateFmt() 2045 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in LocalTimeFmt() local 2046 if (argStyle->IsNull()) { in LocalTimeFmt() 2050 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalTimeFmt() 2416 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in TimeFmt() local [all …]
|