Searched refs:ALPHABETIC (Results 1 - 9 of 9) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UProperty.java | 49 public static final int ALPHABETIC = 0; field 55 public static final int BINARY_START = ALPHABETIC;
|
H A D | UCharacter.java | 128 * - alpha: isUAlphabetic(c) or hasBinaryProperty(c, UProperty.ALPHABETIC) 3657 public static final int ALPHABETIC = 2; field 6004 * <p>Same as UCharacter.hasBinaryProperty(ch, UProperty.ALPHABETIC). 6011 return hasBinaryProperty(ch, UProperty.ALPHABETIC); in isUAlphabetic()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UProperty.java | 49 public static final int ALPHABETIC = 0; field 54 public static final int BINARY_START = ALPHABETIC;
|
H A D | UCharacter.java | 128 * - alpha: isUAlphabetic(c) or hasBinaryProperty(c, UProperty.ALPHABETIC) 3039 public static final int ALPHABETIC = 2; field 5221 * <p>Same as UCharacter.hasBinaryProperty(ch, UProperty.ALPHABETIC). 5227 return hasBinaryProperty(ch, UProperty.ALPHABETIC); in isUAlphabetic()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UCharacterTest.java | 1770 { 0x0627, UProperty.ALPHABETIC, 1 }, in TestAdditionalProperties() 1771 { 0x1034a, UProperty.ALPHABETIC, 1 }, in TestAdditionalProperties() 1772 { 0x2028, UProperty.ALPHABETIC, 0 }, in TestAdditionalProperties() 2037 { 0x1D49C, UProperty.LINE_BREAK, UCharacter.LineBreak.ALPHABETIC }, in TestAdditionalProperties() 2038 { 0x1731, UProperty.LINE_BREAK, UCharacter.LineBreak.ALPHABETIC }, in TestAdditionalProperties() 2313 case UProperty.ALPHABETIC: in TestAdditionalProperties()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UCharacterTest.java | 1775 { 0x0627, UProperty.ALPHABETIC, 1 }, in TestAdditionalProperties() 1776 { 0x1034a, UProperty.ALPHABETIC, 1 }, in TestAdditionalProperties() 1777 { 0x2028, UProperty.ALPHABETIC, 0 }, in TestAdditionalProperties() 2041 { 0x1D49C, UProperty.LINE_BREAK, UCharacter.LineBreak.ALPHABETIC }, in TestAdditionalProperties() 2042 { 0x1731, UProperty.LINE_BREAK, UCharacter.LineBreak.ALPHABETIC }, in TestAdditionalProperties() 2317 case UProperty.ALPHABETIC: in TestAdditionalProperties()
|
/third_party/icu/tools/colprobe/ |
H A D | colprobeNew.cpp | 583 static UnicodeSet ALPHABETIC(UnicodeString("[:alphabetic:]"), status);
|
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/ |
H A D | property_bool.rs | 11 ("Alphabetic", ALPHABETIC), 75 pub const ALPHABETIC: &'static [(char, char)] = &[ consts
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
Completed in 39 milliseconds