OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setGroupingUsed
(Results
1 - 25
of
40
) sorted by null
1
2
/external/smack/src/org/xbill/DNS/
FormattedTime.java
24
w4.
setGroupingUsed
(false);
/libcore/luni/src/test/java/libcore/java/text/
OldNumberFormatTest.java
550
nf1.
setGroupingUsed
(false);
555
nf1.
setGroupingUsed
(true);
563
nf1.
setGroupingUsed
(false);
571
nf1.
setGroupingUsed
(false);
579
nf1.
setGroupingUsed
(true);
589
nf2.
setGroupingUsed
(false);
596
nf2.
setGroupingUsed
(true);
601
nf2.
setGroupingUsed
(true);
[
all
...]
DecimalFormatTest.java
51
numberFormat.
setGroupingUsed
(false);
OldDecimalFormatTest.java
358
format.
setGroupingUsed
(false);
366
format.
setGroupingUsed
(true);
[
all
...]
/libcore/luni/src/main/java/java/text/
DecimalFormat.java
[
all
...]
NumberFormat.java
602
public void
setGroupingUsed
(boolean value) {
SimpleDateFormat.java
364
numberFormat.
setGroupingUsed
(false);
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
numfmt.h
741
* @see
setGroupingUsed
752
virtual void
setGroupingUsed
(UBool newValue);
[
all
...]
/external/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java
213
m_nFormat.
setGroupingUsed
(false);
/external/icu4c/i18n/unicode/
numfmt.h
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
nmfmapts.cpp
202
fr->
setGroupingUsed
( def->isGroupingUsed() );
204
errln("ERROR:
setGroupingUsed
() failed");
numrgts.cpp
253
* NumberFormat.equals comparing two obj equal even the
setGroupingUsed
262
nf1->
setGroupingUsed
(FALSE);
263
nf2->
setGroupingUsed
(TRUE);
403
nfcommon->
setGroupingUsed
(FALSE);
678
df->
setGroupingUsed
(FALSE);
[
all
...]
/external/icu4c/test/intltest/
nmfmapts.cpp
202
fr->
setGroupingUsed
( def->isGroupingUsed() );
204
errln("ERROR:
setGroupingUsed
() failed");
numrgts.cpp
257
* NumberFormat.equals comparing two obj equal even the
setGroupingUsed
266
nf1->
setGroupingUsed
(FALSE);
267
nf2->
setGroupingUsed
(TRUE);
407
nfcommon->
setGroupingUsed
(FALSE);
682
df->
setGroupingUsed
(FALSE);
[
all
...]
/libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java
420
public void
setGroupingUsed
(boolean value) {
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java
[
all
...]
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DecimalFormatTest.java
722
format.
setGroupingUsed
(false);
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
numfmt.cpp
918
NumberFormat::
setGroupingUsed
(UBool newValue)
[
all
...]
unum.cpp
576
df->
setGroupingUsed
(newValue!=0);
smpdtfmt.cpp
687
fNumberFormat->
setGroupingUsed
(FALSE);
[
all
...]
/external/chromium_org/v8/src/
i18n.cc
367
number_format->
setGroupingUsed
(grouping);
[
all
...]
/external/icu4c/i18n/
compactdecimalformat.cpp
203
result->
setGroupingUsed
(FALSE);
numfmt.cpp
1007
NumberFormat::
setGroupingUsed
(UBool newValue)
[
all
...]
smpdtfmt.cpp
760
fNumberFormat->
setGroupingUsed
(FALSE);
[
all
...]
decimfmt.cpp
[
all
...]
Completed in 443 milliseconds
1
2