Home
last modified time | relevance | path

Searched refs:formattedValue (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_field.h39 JSE_PROP(formattedValue);
Dcjx_field.cpp323 void CJX_Field::formattedValue(CFXJSE_Value* pValue, in formattedValue() function in CJX_Field
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java1365 String formattedValue; in handleNumberSymbol() local
1377formattedValue = backgroundEndSymbol + value + digits[1] + digits[0] + backgroundStartSymbol + sta… in handleNumberSymbol()
1381 formattedValue = backgroundEndSymbol + value + backgroundStartSymbol; in handleNumberSymbol()
1384 example = example.replace(originalValue, formattedValue); in handleNumberSymbol()
/external/pdfium/xfa/fxfa/parser/
Dattributes.inc110 ATTR____(0x54c399e3u, "formattedValue", FormattedValue, Basic)
Delement_attributes.inc166 ELEM_ATTR____(Field, FormattedValue, CJX_Field::formattedValue)