OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNUM_NEGATIVE_PREFIX
(Results
1 - 5
of
5
) sorted by null
/libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java
87
private static final int
UNUM_NEGATIVE_PREFIX
= 2;
361
return getTextAttribute(this.address,
UNUM_NEGATIVE_PREFIX
);
445
setTextAttribute(this.address,
UNUM_NEGATIVE_PREFIX
, value);
/external/icu4c/i18n/unicode/
unum.h
762
UNUM_NEGATIVE_PREFIX
,
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
...]
/external/icu4c/test/cintltst/
currtest.c
215
unum_setTextAttribute(parser,
UNUM_NEGATIVE_PREFIX
, NEG_PREFIX, -1, &status);
cnumtst.c
685
unum_setTextAttribute(def,
UNUM_NEGATIVE_PREFIX
, prefix, u_strlen(prefix), &status);
690
unum_getTextAttribute(def,
UNUM_NEGATIVE_PREFIX
, temp, resultlength, &status);
[
all
...]
/external/icu4c/i18n/
unum.cpp
715
case
UNUM_NEGATIVE_PREFIX
:
779
case
UNUM_NEGATIVE_PREFIX
:
Completed in 850 milliseconds