HomeSort by relevance Sort by last modified time
    Searched refs:hasBinaryProperty (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/base/core/java/android/text/
Emoji.java 46 return UCharacter.hasBinaryProperty(codePoint, UProperty.EMOJI_MODIFIER);
69 return UCharacter.hasBinaryProperty(c, UProperty.EMOJI_MODIFIER_BASE);
98 return isNewEmoji(codePoint) || UCharacter.hasBinaryProperty(codePoint, UProperty.EMOJI);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
TestDeprecatedNormalizerAPI.java 144 if (UCharacter.hasBinaryProperty(ch, UProperty.FULL_COMPOSITION_EXCLUSION)) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
TestDeprecatedNormalizerAPI.java 141 if (UCharacter.hasBinaryProperty(ch, UProperty.FULL_COMPOSITION_EXCLUSION)) {
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java 113 * - alpha: isUAlphabetic(c) or hasBinaryProperty(c, UProperty.ALPHABETIC)
114 * - lower: isULowercase(c) or hasBinaryProperty(c, UProperty.LOWERCASE)
115 * - upper: isUUppercase(c) or hasBinaryProperty(c, UProperty.UPPERCASE)
120 * - xdigit: hasBinaryProperty(c, UProperty.POSIX_XDIGIT)
121 * - alnum: hasBinaryProperty(c, UProperty.POSIX_ALNUM)
122 * - space: isUWhiteSpace(c) or hasBinaryProperty(c, UProperty.WHITE_SPACE)
123 * - blank: hasBinaryProperty(c, UProperty.POSIX_BLANK)
125 * - graph: hasBinaryProperty(c, UProperty.POSIX_GRAPH)
126 * - print: hasBinaryProperty(c, UProperty.POSIX_PRINT)}</pre>
    [all...]
  /frameworks/base/core/java/android/text/method/
DigitsKeyListener.java 142 if (!UCharacter.hasBinaryProperty(c, UProperty.BIDI_CONTROL)) {
BaseKeyListener.java 88 return UCharacter.hasBinaryProperty(codepoint, UProperty.VARIATION_SELECTOR);
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_AbstractTest.java 222 return UCharacter.hasBinaryProperty(code, UProperty.DEFAULT_IGNORABLE_CODE_POINT);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java 844 && !UCharacter.hasBinaryProperty(ch, UProperty.FULL_COMPOSITION_EXCLUSION)) {
    [all...]
UCharacterCaseTest.java 301 boolean isIgnorable = UCharacter.hasBinaryProperty('\'', UProperty.CASE_IGNORABLE);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java 841 && !UCharacter.hasBinaryProperty(ch, UProperty.FULL_COMPOSITION_EXCLUSION)) {
    [all...]
UCharacterCaseTest.java 298 boolean isIgnorable = UCharacter.hasBinaryProperty('\'', UProperty.CASE_IGNORABLE);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java 127 * - alpha: isUAlphabetic(c) or hasBinaryProperty(c, UProperty.ALPHABETIC)
128 * - lower: isULowercase(c) or hasBinaryProperty(c, UProperty.LOWERCASE)
129 * - upper: isUUppercase(c) or hasBinaryProperty(c, UProperty.UPPERCASE)
134 * - xdigit: hasBinaryProperty(c, UProperty.POSIX_XDIGIT)
135 * - alnum: hasBinaryProperty(c, UProperty.POSIX_ALNUM)
136 * - space: isUWhiteSpace(c) or hasBinaryProperty(c, UProperty.WHITE_SPACE)
137 * - blank: hasBinaryProperty(c, UProperty.POSIX_BLANK)
139 * - graph: hasBinaryProperty(c, UProperty.POSIX_GRAPH)
140 * - print: hasBinaryProperty(c, UProperty.POSIX_PRINT)}</pre>
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterProperty.java 218 return UCaseProps.INSTANCE.hasBinaryProperty(c, which);
419 public boolean hasBinaryProperty(int c, int which) {
    [all...]
UCaseProps.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterProperty.java 217 return UCaseProps.INSTANCE.hasBinaryProperty(c, which);
418 public boolean hasBinaryProperty(int c, int which) {
    [all...]
UCaseProps.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
RoundTripTest.java     [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RoundTripTest.java     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 

Completed in 1073 milliseconds

1 2