Lines Matching refs:_
18 …'DECIMAL_SEPARATOR_SYMBOL' => array( NumberFormatter::DECIMAL_SEPARATOR_SYMBOL, '_._', 12345.12345…
19 …'GROUPING_SEPARATOR_SYMBOL' => array( NumberFormatter::GROUPING_SEPARATOR_SYMBOL, '_,_', 12345.123…
20 …'PATTERN_SEPARATOR_SYMBOL' => array( NumberFormatter::PATTERN_SEPARATOR_SYMBOL, '_;_', 12345.12345…
21 …'PERCENT_SYMBOL' => array( NumberFormatter::PERCENT_SYMBOL, '_%_', 12345.123456, NumberFormatter::…
24 …'MINUS_SIGN_SYMBOL' => array( NumberFormatter::MINUS_SIGN_SYMBOL, '_-_', -12345.123456, NumberForm…
25 …'PLUS_SIGN_SYMBOL' => array( NumberFormatter::PLUS_SIGN_SYMBOL, '_+_', 12345.123456, NumberFormatt…
26 …'CURRENCY_SYMBOL' => array( NumberFormatter::CURRENCY_SYMBOL, '_$_', 12345.123456, NumberFormatter…
27 …'INTL_CURRENCY_SYMBOL' => array( NumberFormatter::INTL_CURRENCY_SYMBOL, '_$_', 12345.123456, Numbe…
93 New symbol: [_._]
94 A number formatted with the new symbol: 12,345_._123
98 New symbol: [_,_]
99 A number formatted with the new symbol: 12_,_345.123
103 New symbol: [_;_]
108 New symbol: [_%_]
109 A number formatted with the new symbol: 1,234,512_%_
123 New symbol: [_-_]
124 A number formatted with the new symbol: _-_12,345.123
128 New symbol: [_+_]
133 New symbol: [_$_]
134 A number formatted with the new symbol: _$_%A12,345.12
138 New symbol: [_$_]