OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRICT_COMMA
(Results
1 - 11
of
11
) sorted by null
/external/icu/icu4c/source/common/
static_unicode_sets.h
30
// - COMMA is a superset of
STRICT_COMMA
33
// - STRICT_ALL_SEPARATORS is the union of
STRICT_COMMA
, STRICT_PERIOD, and OTHER_GRP_SEPARATORS
36
STRICT_COMMA
,
static_unicode_sets.cpp
97
saveSet(isLenient ? COMMA :
STRICT_COMMA
, str, status);
155
U_ASSERT(gUnicodeSets[
STRICT_COMMA
] != nullptr);
163
STRICT_COMMA
, STRICT_PERIOD, OTHER_GROUPING_SEPARATORS);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
StaticUnicodeSets.java
38
// - COMMA is a superset of
STRICT_COMMA
41
// - STRICT_ALL_SEPARATORS is the union of
STRICT_COMMA
, STRICT_PERIOD, and OTHER_GRP_SEPARATORS
44
STRICT_COMMA
,
202
saveSet(isLenient ? Key.COMMA : Key.
STRICT_COMMA
, str);
235
assert unicodeSets.containsKey(Key.
STRICT_COMMA
);
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
33
// - COMMA is a superset of
STRICT_COMMA
36
// - STRICT_ALL_SEPARATORS is the union of
STRICT_COMMA
, STRICT_PERIOD, and OTHER_GRP_SEPARATORS
39
STRICT_COMMA
,
197
saveSet(isLenient ? Key.COMMA : Key.
STRICT_COMMA
, str);
230
assert unicodeSets.containsKey(Key.
STRICT_COMMA
);
239
computeUnion(Key.
STRICT_COMMA
, Key.STRICT_PERIOD, Key.OTHER_GROUPING_SEPARATORS));
/external/icu/icu4c/source/test/intltest/
static_unisets_test.cpp
48
"COMMA should be superset of
STRICT_COMMA
",
49
get(unisets::COMMA)->containsAll(*get(unisets::
STRICT_COMMA
)));
55
decimals.addAll(*get(unisets::
STRICT_COMMA
));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
ExhaustiveNumberTest.java
43
assertTrue("COMMA should be superset of
STRICT_COMMA
",
44
get(Key.COMMA).containsAll(get(Key.
STRICT_COMMA
)));
48
UnicodeSet decimals = get(Key.
STRICT_COMMA
).cloneAsThawed().addAll(get(Key.STRICT_PERIOD))
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
ExhaustiveNumberTest.java
40
assertTrue("COMMA should be superset of
STRICT_COMMA
",
41
get(Key.COMMA).containsAll(get(Key.
STRICT_COMMA
)));
45
UnicodeSet decimals = get(Key.
STRICT_COMMA
).cloneAsThawed().addAll(get(Key.STRICT_PERIOD))
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DecimalMatcher.java
72
strictSeparators ? Key.
STRICT_COMMA
: Key.COMMA,
/external/icu/icu4c/source/i18n/
numparse_decimal.cpp
43
strictSeparators ? unisets::
STRICT_COMMA
: unisets::COMMA,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DecimalMatcher.java
70
strictSeparators ? Key.
STRICT_COMMA
: Key.COMMA,
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 993 milliseconds