OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNUM_POSITIVE_SUFFIX
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/icu/public/i18n/unicode/
unum.h
671
UNUM_POSITIVE_SUFFIX
,
700
* @param tag The attribute to query; one of UNUM_POSITIVE_PREFIX,
UNUM_POSITIVE_SUFFIX
,
724
* @param tag The attribute to set; one of UNUM_POSITIVE_PREFIX,
UNUM_POSITIVE_SUFFIX
,
/external/icu4c/i18n/unicode/
unum.h
760
UNUM_POSITIVE_SUFFIX
,
789
* @param tag The attribute to query; one of UNUM_POSITIVE_PREFIX,
UNUM_POSITIVE_SUFFIX
,
813
* @param tag The attribute to set; one of UNUM_POSITIVE_PREFIX,
UNUM_POSITIVE_SUFFIX
,
[
all
...]
/libcore/luni/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java
87
private static final int
UNUM_POSITIVE_SUFFIX
= 1;
383
return getTextAttribute(this.addr,
UNUM_POSITIVE_SUFFIX
);
467
setTextAttribute(this.addr,
UNUM_POSITIVE_SUFFIX
, value);
Completed in 21 milliseconds