OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIntPropertyMaxValue
(Results
1 - 21
of
21
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/lang/
CharacterProperties.java
95
int max = UCharacter.
getIntPropertyMaxValue
(property);
UCharacter.java
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UPropertyAliasesTest.java
122
for (; i <= UCharacter.
getIntPropertyMaxValue
(
UCharacterTest.java
[
all
...]
UnicodeSetTest.java
120
for (int valueNum = UCharacter.getIntPropertyMinValue(propNum); valueNum <= UCharacter.
getIntPropertyMaxValue
(propNum); ++valueNum) {
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
CharacterProperties.java
94
int max = UCharacter.
getIntPropertyMaxValue
(property);
UCharacter.java
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UPropertyAliasesTest.java
119
for (; i <= UCharacter.
getIntPropertyMaxValue
(
UCharacterTest.java
[
all
...]
UnicodeSetTest.java
117
for (int valueNum = UCharacter.getIntPropertyMinValue(propNum); valueNum <= UCharacter.
getIntPropertyMaxValue
(propNum); ++valueNum) {
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/draft/
UnicodeSetFormat.java
206
for (int i = UCharacter.getIntPropertyMinValue(property); i <= UCharacter.
getIntPropertyMaxValue
(property); ++i) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
RegexUtilitiesTest.java
110
int intPropertyMaxValue = UCharacter.
getIntPropertyMaxValue
(propNum);
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RegexUtilitiesTest.java
107
int intPropertyMaxValue = UCharacter.
getIntPropertyMaxValue
(propNum);
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ScriptData.java
145
fMaxScript = UCharacter.
getIntPropertyMaxValue
(UProperty.SCRIPT);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
BasicTest.java
682
UCharacter.
getIntPropertyMaxValue
(UProperty.NFD_QUICK_CHECK)!=1 || // YES
683
UCharacter.
getIntPropertyMaxValue
(UProperty.NFKD_QUICK_CHECK)!=1 ||
684
UCharacter.
getIntPropertyMaxValue
(UProperty.NFC_QUICK_CHECK)!=2 || // MAYBE
685
UCharacter.
getIntPropertyMaxValue
(UProperty.NFKC_QUICK_CHECK)!=2 ||
686
UCharacter.
getIntPropertyMaxValue
(UProperty.LEAD_CANONICAL_COMBINING_CLASS)!=UCharacter.
getIntPropertyMaxValue
(UProperty.CANONICAL_COMBINING_CLASS) ||
687
UCharacter.
getIntPropertyMaxValue
(UProperty.TRAIL_CANONICAL_COMBINING_CLASS)!=UCharacter.
getIntPropertyMaxValue
(UProperty.CANONICAL_COMBINING_CLASS)
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java
679
UCharacter.
getIntPropertyMaxValue
(UProperty.NFD_QUICK_CHECK)!=1 || // YES
680
UCharacter.
getIntPropertyMaxValue
(UProperty.NFKD_QUICK_CHECK)!=1 ||
681
UCharacter.
getIntPropertyMaxValue
(UProperty.NFC_QUICK_CHECK)!=2 || // MAYBE
682
UCharacter.
getIntPropertyMaxValue
(UProperty.NFKC_QUICK_CHECK)!=2 ||
683
UCharacter.
getIntPropertyMaxValue
(UProperty.LEAD_CANONICAL_COMBINING_CLASS)!=UCharacter.
getIntPropertyMaxValue
(UProperty.CANONICAL_COMBINING_CLASS) ||
684
UCharacter.
getIntPropertyMaxValue
(UProperty.TRAIL_CANONICAL_COMBINING_CLASS)!=UCharacter.
getIntPropertyMaxValue
(UProperty.CANONICAL_COMBINING_CLASS)
[
all
...]
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
LanguageTest.java
216
int max = UCharacter.
getIntPropertyMaxValue
(UProperty.SCRIPT);
/external/cldr/tools/java/org/unicode/cldr/util/props/
ICUPropertyFactory.java
275
int end = UCharacter.
getIntPropertyMaxValue
(propEnum);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterProperty.java
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterProperty.java
[
all
...]
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 560 milliseconds