OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNUM_PARSE_INT_ONLY
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
unum.h
627
UNUM_PARSE_INT_ONLY
,
677
* @param attr The attribute to query; one of
UNUM_PARSE_INT_ONLY
, UNUM_GROUPING_USED,
699
* @param attr The attribute to set; one of
UNUM_PARSE_INT_ONLY
, UNUM_GROUPING_USED,
[
all
...]
/external/icu4c/i18n/unicode/
unum.h
749
UNUM_PARSE_INT_ONLY
,
850
* @param attr The attribute to query; one of
UNUM_PARSE_INT_ONLY
, UNUM_GROUPING_USED,
873
* @param attr The attribute to set; one of
UNUM_PARSE_INT_ONLY
, UNUM_GROUPING_USED,
[
all
...]
/libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java
60
private static final int
UNUM_PARSE_INT_ONLY
= 0;
399
return getAttribute(this.address,
UNUM_PARSE_INT_ONLY
) != 0;
481
setAttribute(this.address,
UNUM_PARSE_INT_ONLY
, i);
Completed in 30 milliseconds