Lines Matching refs:_
19 …'DECIMAL_SEPARATOR_SYMBOL' => array( NumberFormatter::DECIMAL_SEPARATOR_SYMBOL, '_._', 12345.12345…
20 …'GROUPING_SEPARATOR_SYMBOL' => array( NumberFormatter::GROUPING_SEPARATOR_SYMBOL, '_,_', 12345.123…
21 …'PATTERN_SEPARATOR_SYMBOL' => array( NumberFormatter::PATTERN_SEPARATOR_SYMBOL, '_;_', 12345.12345…
22 …'PERCENT_SYMBOL' => array( NumberFormatter::PERCENT_SYMBOL, '_%_', 12345.123456, NumberFormatter::…
25 …'MINUS_SIGN_SYMBOL' => array( NumberFormatter::MINUS_SIGN_SYMBOL, '_-_', -12345.123456, NumberForm…
26 …'PLUS_SIGN_SYMBOL' => array( NumberFormatter::PLUS_SIGN_SYMBOL, '_+_', 12345.123456, NumberFormatt…
27 …'CURRENCY_SYMBOL' => array( NumberFormatter::CURRENCY_SYMBOL, '_$_', 12345.123456, NumberFormatter…
28 …'INTL_CURRENCY_SYMBOL' => array( NumberFormatter::INTL_CURRENCY_SYMBOL, '_$_', 12345.123456, Numbe…
94 New symbol: [_._]
95 A number formatted with the new symbol: 12,345_._123
99 New symbol: [_,_]
100 A number formatted with the new symbol: 12_,_345.123
104 New symbol: [_;_]
109 New symbol: [_%_]
110 A number formatted with the new symbol: 1,234,512_%_
124 New symbol: [_-_]
125 A number formatted with the new symbol: _-_12,345.123
129 New symbol: [_+_]
134 New symbol: [_$_]
135 A number formatted with the new symbol: _$_%A12,345.12
139 New symbol: [_$_]