OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNumberStyle
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
numfmt.h
114
* use createInstance(...
kNumberStyle
...) to get the normal number format,
168
*
kNumberStyle
specifies a normal number style of format.
180
kNumberStyle
,
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
numfmt.cpp
633
return createInstance(Locale::getDefault(),
kNumberStyle
, status);
642
return createInstance(inLocale,
kNumberStyle
, status);
1068
case
kNumberStyle
:
[
all
...]
decimfmt.cpp
340
fStyle = NumberFormat::
kNumberStyle
;
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.cpp
[
all
...]
Completed in 264 milliseconds