OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNUM_POSITIVE_SUFFIX
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java
86
private static final int
UNUM_POSITIVE_SUFFIX
= 1;
382
return getTextAttribute(this.address,
UNUM_POSITIVE_SUFFIX
);
466
setTextAttribute(this.address,
UNUM_POSITIVE_SUFFIX
, value);
/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
...]
/external/icu4c/i18n/
unum.cpp
711
case
UNUM_POSITIVE_SUFFIX
:
775
case
UNUM_POSITIVE_SUFFIX
:
/external/icu4c/test/cintltst/
cnumtst.c
718
unum_setTextAttribute(def,
UNUM_POSITIVE_SUFFIX
, suffix, u_strlen(suffix) , &status);
724
unum_getTextAttribute(def,
UNUM_POSITIVE_SUFFIX
, temp, resultlength, &status);
[
all
...]
Completed in 109 milliseconds