OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRICT_ALL_SEPARATORS
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/common/
static_unicode_sets.h
33
// -
STRICT_ALL_SEPARATORS
is the union of STRICT_COMMA, STRICT_PERIOD, and OTHER_GRP_SEPARATORS
40
STRICT_ALL_SEPARATORS
,
static_unicode_sets.cpp
162
gUnicodeSets[
STRICT_ALL_SEPARATORS
] = computeUnion(
180
gUnicodeSets[DIGITS_OR_STRICT_ALL_SEPARATORS] = computeUnion(DIGITS,
STRICT_ALL_SEPARATORS
);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
StaticUnicodeSets.java
41
// -
STRICT_ALL_SEPARATORS
is the union of STRICT_COMMA, STRICT_PERIOD, and OTHER_GRP_SEPARATORS
48
STRICT_ALL_SEPARATORS
,
243
unicodeSets.put(Key.
STRICT_ALL_SEPARATORS
,
262
computeUnion(Key.DIGITS, Key.
STRICT_ALL_SEPARATORS
));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StaticUnicodeSets.java
36
// -
STRICT_ALL_SEPARATORS
is the union of STRICT_COMMA, STRICT_PERIOD, and OTHER_GRP_SEPARATORS
43
STRICT_ALL_SEPARATORS
,
238
unicodeSets.put(Key.
STRICT_ALL_SEPARATORS
,
257
computeUnion(Key.DIGITS, Key.
STRICT_ALL_SEPARATORS
));
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DecimalMatcher.java
66
Key groupingKey = strictSeparators ? Key.
STRICT_ALL_SEPARATORS
: Key.ALL_SEPARATORS;
/external/icu/icu4c/source/i18n/
numparse_decimal.cpp
35
unisets::Key groupingKey = strictSeparators ? unisets::
STRICT_ALL_SEPARATORS
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DecimalMatcher.java
64
Key groupingKey = strictSeparators ? Key.
STRICT_ALL_SEPARATORS
: Key.ALL_SEPARATORS;
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 116 milliseconds