OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OTHER_GROUPING_SEPARATORS
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/common/
static_unicode_sets.h
32
// - ALL_SEPARATORS is the union of COMMA, PERIOD, and
OTHER_GROUPING_SEPARATORS
38
OTHER_GROUPING_SEPARATORS
,
static_unicode_sets.cpp
159
gUnicodeSets[
OTHER_GROUPING_SEPARATORS
] = new UnicodeSet(
161
gUnicodeSets[ALL_SEPARATORS] = computeUnion(COMMA, PERIOD,
OTHER_GROUPING_SEPARATORS
);
163
STRICT_COMMA, STRICT_PERIOD,
OTHER_GROUPING_SEPARATORS
);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
StaticUnicodeSets.java
40
// - ALL_SEPARATORS is the union of COMMA, PERIOD, and
OTHER_GROUPING_SEPARATORS
46
OTHER_GROUPING_SEPARATORS
,
239
unicodeSets.put(Key.
OTHER_GROUPING_SEPARATORS
,
242
computeUnion(Key.COMMA, Key.PERIOD, Key.
OTHER_GROUPING_SEPARATORS
));
244
computeUnion(Key.STRICT_COMMA, Key.STRICT_PERIOD, Key.
OTHER_GROUPING_SEPARATORS
));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StaticUnicodeSets.java
35
// - ALL_SEPARATORS is the union of COMMA, PERIOD, and
OTHER_GROUPING_SEPARATORS
41
OTHER_GROUPING_SEPARATORS
,
234
unicodeSets.put(Key.
OTHER_GROUPING_SEPARATORS
,
237
computeUnion(Key.COMMA, Key.PERIOD, Key.
OTHER_GROUPING_SEPARATORS
));
239
computeUnion(Key.STRICT_COMMA, Key.STRICT_PERIOD, Key.
OTHER_GROUPING_SEPARATORS
));
/external/icu/icu4c/source/test/intltest/
static_unisets_test.cpp
60
grouping.addAll(*get(unisets::
OTHER_GROUPING_SEPARATORS
));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
ExhaustiveNumberTest.java
50
UnicodeSet grouping = decimals.cloneAsThawed().addAll(get(Key.
OTHER_GROUPING_SEPARATORS
))
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
ExhaustiveNumberTest.java
47
UnicodeSet grouping = decimals.cloneAsThawed().addAll(get(Key.
OTHER_GROUPING_SEPARATORS
))
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 266 milliseconds