Home
last modified time | relevance | path

Searched refs:FormattedValue (Results 1 - 25 of 62) sorted by relevance

123

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DFormattedPlaceholder.java6 import com.ibm.icu.text.FormattedValue;
9 * An immutable, richer formatting result, encapsulating a {@link FormattedValue},
18 private final FormattedValue formattedValue;
31 public FormattedPlaceholder(Object inputValue, FormattedValue formattedValue) { in FormattedPlaceholder()
61 public FormattedValue getFormattedValue() { in getFormattedValue()
H A DFormattedMessage.java9 import com.ibm.icu.text.FormattedValue;
23 public class FormattedMessage implements FormattedValue {
H A DPlainStringFormattedValue.java11 import com.ibm.icu.text.FormattedValue;
14 * Very-very rough implementation of FormattedValue, packaging a string.
21 public class PlainStringFormattedValue implements FormattedValue {
H A DPluralSelectorFactory.java10 import com.ibm.icu.text.FormattedValue;
77 FormattedValue formattedValToCheck = null; in matches()
H A DNumberFormatterFactory.java16 import com.ibm.icu.text.FormattedValue;
101 FormattedValue result = null; in format()
/third_party/icu/icu4c/source/test/intltest/
H A Ditformat.h38 // Tests FormattedValue's toString, toTempString, and nextPosition methods.
44 const FormattedValue& fv,
50 // Tests FormattedValue's toString, toTempString, and nextPosition methods.
53 const FormattedValue& fv,
/third_party/icu/icu4c/source/i18n/unicode/
H A Dformattedvalue.h35 * 3. It is used for the newer FormattedValue APIs.
69 * When this instance of ConstrainedFieldPosition is passed to FormattedValue#nextPosition,
82 * Changing the constraint while in the middle of iterating over a FormattedValue
93 * When this instance of ConstrainedFieldPosition is passed to FormattedValue#nextPosition,
106 * Changing the constraint while in the middle of iterating over a FormattedValue
119 * FormattedValue#nextPosition returns true.
132 * FormattedValue#nextPosition returns true.
144 * The return value is well-defined only after FormattedValue#nextPosition returns true.
156 * The return value is well-defined only after FormattedValue#nextPosition returns true.
166 //// The following methods are for FormattedValue implementer
241 class U_I18N_API FormattedValue /* not : public UObject because this is an interface/mixin class */ { global() class
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dformattedvalue.h35 * 3. It is used for the newer FormattedValue APIs.
69 * When this instance of ConstrainedFieldPosition is passed to FormattedValue#nextPosition,
82 * Changing the constraint while in the middle of iterating over a FormattedValue
93 * When this instance of ConstrainedFieldPosition is passed to FormattedValue#nextPosition,
106 * Changing the constraint while in the middle of iterating over a FormattedValue
119 * FormattedValue#nextPosition returns true.
132 * FormattedValue#nextPosition returns true.
144 * The return value is well-defined only after FormattedValue#nextPosition returns true.
156 * The return value is well-defined only after FormattedValue#nextPosition returns true.
166 //// The following methods are for FormattedValue implementer
241 class U_I18N_API FormattedValue /* not : public UObject because this is an interface/mixin class */ { global() class
[all...]
H A Dformattednumber.h22 * See also {@link icu::FormattedValue} for additional things you can do with a FormattedNumber.
47 class U_I18N_API FormattedNumber : public UMemory, public FormattedValue {
83 * @copybrief FormattedValue::toString()
85 * For more information, see FormattedValue::toString()
92 /** @copydoc FormattedValue::toTempString() */
97 * @copybrief FormattedValue::appendTo()
99 * For more information, see FormattedValue::appendTo()
106 /** @copydoc FormattedValue::nextPosition() */
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dformattedvalue.h35 * 3. It is used for the newer FormattedValue APIs.
69 * When this instance of ConstrainedFieldPosition is passed to FormattedValue#nextPosition,
82 * Changing the constraint while in the middle of iterating over a FormattedValue
93 * When this instance of ConstrainedFieldPosition is passed to FormattedValue#nextPosition,
106 * Changing the constraint while in the middle of iterating over a FormattedValue
119 * FormattedValue#nextPosition returns true.
132 * FormattedValue#nextPosition returns true.
144 * The return value is well-defined only after FormattedValue#nextPosition returns true.
156 * The return value is well-defined only after FormattedValue#nextPosition returns true.
166 //// The following methods are for FormattedValue implementer
241 class U_I18N_API FormattedValue /* not : public UObject because this is an interface/mixin class */ { global() class
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DFormattedNumber.java14 import com.ibm.icu.text.FormattedValue;
27 public class FormattedNumber implements FormattedValue {
H A DFormattedNumberRange.java15 import com.ibm.icu.text.FormattedValue;
29 public class FormattedNumberRange implements FormattedValue {
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DFormattedNumber.java14 import ohos.global.icu.text.FormattedValue;
25 public class FormattedNumber implements FormattedValue {
H A DFormattedNumberRange.java16 import ohos.global.icu.text.FormattedValue;
29 public class FormattedNumberRange implements FormattedValue {
/third_party/icu/icu4c/source/i18n/
H A Dformattedval_impl.h10 // This file contains compliant implementations of FormattedValue which can be
27 * Constraints are used to control the behavior of iteration in FormattedValue.
46 * FormattedValue implementations should not change the field category
58 * FormattedValue implementations should not change the field or field category
71 * Implementation of FormattedValue using FieldPositionHandler to accept fields.
76 class FormattedValueFieldPositionIteratorImpl : public UMemory, public FormattedValue {
84 // Implementation of FormattedValue (const):
141 * Implementation of FormattedValue based on FormattedStringBuilder.
149 class U_I18N_API FormattedValueStringBuilderImpl : public UMemory, public FormattedValue {
156 // Implementation of FormattedValue (cons
[all...]
H A Dformattedvalue.cpp68 FormattedValue::~FormattedValue() = default;
/third_party/node/deps/icu-small/source/i18n/
H A Dformattedval_impl.h10 // This file contains compliant implementations of FormattedValue which can be
27 * Constraints are used to control the behavior of iteration in FormattedValue.
46 * FormattedValue implementations should not change the field category
58 * FormattedValue implementations should not change the field or field category
71 * Implementation of FormattedValue using FieldPositionHandler to accept fields.
76 class FormattedValueFieldPositionIteratorImpl : public UMemory, public FormattedValue {
84 // Implementation of FormattedValue (const):
141 * Implementation of FormattedValue based on FormattedStringBuilder.
149 class U_I18N_API FormattedValueStringBuilderImpl : public UMemory, public FormattedValue {
159 // Implementation of FormattedValue (cons
[all...]
H A Dformattedvalue.cpp68 FormattedValue::~FormattedValue() = default;
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformattedval_impl.h10 // This file contains compliant implementations of FormattedValue which can be
27 * Constraints are used to control the behavior of iteration in FormattedValue.
46 * FormattedValue implementations should not change the field category
58 * FormattedValue implementations should not change the field or field category
71 * Implementation of FormattedValue using FieldPositionHandler to accept fields.
76 class FormattedValueFieldPositionIteratorImpl : public UMemory, public FormattedValue {
84 // Implementation of FormattedValue (const):
141 * Implementation of FormattedValue based on FormattedStringBuilder.
149 class U_I18N_API FormattedValueStringBuilderImpl : public UMemory, public FormattedValue {
156 // Implementation of FormattedValue (cons
[all...]
H A Dformattedvalue.cpp68 FormattedValue::~FormattedValue() = default;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DFormattedValue.java11 * Many formatters format to classes implementing FormattedValue.
16 public interface FormattedValue extends CharSequence { interface
42 * Iterates over field positions in the FormattedValue. This lets you determine the position
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DFormattedValue.java12 * Many formatters format to classes implementing FormattedValue.
17 public interface FormattedValue extends CharSequence { interface
41 * Iterates over field positions in the FormattedValue. This lets you determine the position
/third_party/python/Lib/test/
H A Dtest_fstring.py100 self.assertEqual(type(t.body[1].value.values[0]), ast.FormattedValue)
134 self.assertEqual(type(t.body[1].value.values[1]), ast.FormattedValue)
137 self.assertEqual(type(t.body[1].value.values[3]), ast.FormattedValue)
183 self.assertEqual(type(t.body[1].value.values[0]), ast.FormattedValue)
203 self.assertEqual(type(binop.right.values[1]), ast.FormattedValue)
229 self.assertEqual(type(t.body[1].value.values[0]), ast.FormattedValue)
232 self.assertEqual(type(t.body[1].value.values[2]), ast.FormattedValue)
235 self.assertEqual(type(t.body[1].value.values[4]), ast.FormattedValue)
291 self.assertEqual(type(t.body[0].value.values[1]), ast.FormattedValue)
326 self.assertEqual(type(t.body[1].value.values[1]), ast.FormattedValue)
[all...]
/third_party/python/Python/
H A Dast_unparse.c672 PyObject *temp_fv_str = expr_as_unicode(e->v.FormattedValue.value, PR_TEST + 1); in append_formattedvalue()
691 if (e->v.FormattedValue.conversion > 0) { in append_formattedvalue()
692 switch (e->v.FormattedValue.conversion) { in append_formattedvalue()
709 if (e->v.FormattedValue.format_spec) { in append_formattedvalue()
712 e->v.FormattedValue.format_spec, in append_formattedvalue()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DFormattedValueTest.java21 import com.ibm.icu.text.FormattedValue;
149 public static void checkFormattedValue(String message, FormattedValue fv, String expectedString, in checkFormattedValue()
154 public static void checkFormattedValue(String message, FormattedValue fv, String expectedString, in checkFormattedValue()

Completed in 10 milliseconds

123