Home
last modified time | relevance | path

Searched refs:argStyle (Results 1 – 2 of 2) sorted by relevance

/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/
DMessageFormat.java.patch7 - * argStyle = "short" | "medium" | "long" | "full" | "integer" | "currency" | "percent" | argStyle…
8 + * argStyle = "short" | "medium" | "long" | "full" | "integer" | "currency" | "percent" | argStyle…
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp1175 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in DateFmt() local
1176 if (argStyle->IsNull()) { in DateFmt()
1181 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in DateFmt()
1286 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in LocalDateFmt() local
1287 if (argStyle->IsNull()) { in LocalDateFmt()
1291 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalDateFmt()
1324 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in LocalTimeFmt() local
1325 if (argStyle->IsNull()) { in LocalTimeFmt()
1329 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalTimeFmt()
1698 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in TimeFmt() local
[all …]