OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNUM_NEGATIVE_SUFFIX
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/icu/public/i18n/unicode/
unum.h
675
UNUM_NEGATIVE_SUFFIX
,
701
* UNUM_NEGATIVE_PREFIX,
UNUM_NEGATIVE_SUFFIX
, UNUM_PADDING_CHARACTER, UNUM_CURRENCY_CODE,
725
* UNUM_NEGATIVE_PREFIX,
UNUM_NEGATIVE_SUFFIX
, UNUM_PADDING_CHARACTER, UNUM_CURRENCY_CODE,
/external/icu4c/i18n/unicode/
unum.h
764
UNUM_NEGATIVE_SUFFIX
,
790
* UNUM_NEGATIVE_PREFIX,
UNUM_NEGATIVE_SUFFIX
, UNUM_PADDING_CHARACTER, UNUM_CURRENCY_CODE,
814
* UNUM_NEGATIVE_PREFIX,
UNUM_NEGATIVE_SUFFIX
, UNUM_PADDING_CHARACTER, UNUM_CURRENCY_CODE,
[
all
...]
/libcore/luni/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java
89
private static final int
UNUM_NEGATIVE_SUFFIX
= 3;
369
return getTextAttribute(this.addr,
UNUM_NEGATIVE_SUFFIX
);
453
setTextAttribute(this.addr,
UNUM_NEGATIVE_SUFFIX
, value);
Completed in 319 milliseconds