Home
last modified time | relevance | path

Searched refs:UCharacterProperty (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCharacterPropertiesImpl.java14 private static final int NUM_INCLUSIONS = UCharacterProperty.SRC_COUNT +
36 case UCharacterProperty.SRC_CHAR: in getInclusionsForSource()
37 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
39 case UCharacterProperty.SRC_PROPSVEC: in getInclusionsForSource()
40 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusionsForSource()
42 case UCharacterProperty.SRC_CHAR_AND_PROPSVEC: in getInclusionsForSource()
43 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
44 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusionsForSource()
46 case UCharacterProperty.SRC_CASE_AND_NORM: in getInclusionsForSource()
50 case UCharacterProperty.SRC_NFC: in getInclusionsForSource()
[all …]
DUCharacterProperty.java46 public final class UCharacterProperty class
53 public static final UCharacterProperty INSTANCE;
1001 static final int MY_MASK = UCharacterProperty.TYPE_MASK
2117 private UCharacterProperty() throws IOException in UCharacterProperty() method in UCharacterProperty
2369 INSTANCE = new UCharacterProperty();
DCaseMapImpl.java214 int gc = UCharacterProperty.INSTANCE.getType(c); in isLNS()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCharacterPropertiesImpl.java16 private static final int NUM_INCLUSIONS = UCharacterProperty.SRC_COUNT +
38 case UCharacterProperty.SRC_CHAR: in getInclusionsForSource()
39 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
41 case UCharacterProperty.SRC_PROPSVEC: in getInclusionsForSource()
42 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusionsForSource()
44 case UCharacterProperty.SRC_CHAR_AND_PROPSVEC: in getInclusionsForSource()
45 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
46 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusionsForSource()
48 case UCharacterProperty.SRC_CASE_AND_NORM: in getInclusionsForSource()
52 case UCharacterProperty.SRC_NFC: in getInclusionsForSource()
[all …]
DUCharacterProperty.java47 public final class UCharacterProperty class
54 public static final UCharacterProperty INSTANCE;
1002 static final int MY_MASK = UCharacterProperty.TYPE_MASK
2118 private UCharacterProperty() throws IOException in UCharacterProperty() method in UCharacterProperty
2370 INSTANCE = new UCharacterProperty();
DCaseMapImpl.java219 int gc = UCharacterProperty.INSTANCE.getType(c); in isLNS()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUScript.java16 import android.icu.impl.UCharacterProperty;
975 …int scriptX=UCharacterProperty.INSTANCE.getAdditional(codepoint, 0)&UCharacterProperty.SCRIPT_X_MA… in getScript()
976 if(scriptX<UCharacterProperty.SCRIPT_X_WITH_COMMON) { in getScript()
978 } else if(scriptX<UCharacterProperty.SCRIPT_X_WITH_INHERITED) { in getScript()
980 } else if(scriptX<UCharacterProperty.SCRIPT_X_WITH_OTHER) { in getScript()
983 … return UCharacterProperty.INSTANCE.m_scriptExtensions_[scriptX&UCharacterProperty.SCRIPT_MASK_]; in getScript()
1003 … int scriptX=UCharacterProperty.INSTANCE.getAdditional(c, 0)&UCharacterProperty.SCRIPT_X_MASK; in hasScript()
1004 if(scriptX<UCharacterProperty.SCRIPT_X_WITH_COMMON) { in hasScript()
1008 char[] scriptExtensions=UCharacterProperty.INSTANCE.m_scriptExtensions_; in hasScript()
1009 int scx=scriptX&UCharacterProperty.SCRIPT_MASK_; // index into scriptExtensions in hasScript()
[all …]
DUCharacter.java26 import android.icu.impl.UCharacterProperty;
2206 UCharacterProperty.INSTANCE.getIntPropertyValue(ch, UProperty.BLOCK)); in of()
3396 value = UCharacterProperty.getEuropeanDigit(ch); in digit()
3418 return UCharacterProperty.INSTANCE.digit(ch); in digit()
3436 return UCharacterProperty.INSTANCE.getNumericValue(ch); in getNumericValue()
3457 return UCharacterProperty.INSTANCE.getUnicodeNumericValue(ch); in getUnicodeNumericValue()
3492 return UCharacterProperty.INSTANCE.getType(ch); in getType()
4138 return UCharacterProperty.INSTANCE.m_unicodeVersion_; in getUnicodeVersion()
4973 trieIterator=UCharacterProperty.INSTANCE.m_trie_.iterator(MASK_TYPE); in reset()
4983 return value & UCharacterProperty.TYPE_MASK; in map()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUScript.java15 import com.ibm.icu.impl.UCharacterProperty;
1164 …int scriptX=UCharacterProperty.INSTANCE.getAdditional(codepoint, 0)&UCharacterProperty.SCRIPT_X_MA… in getScript()
1165 if(scriptX<UCharacterProperty.SCRIPT_X_WITH_COMMON) { in getScript()
1167 } else if(scriptX<UCharacterProperty.SCRIPT_X_WITH_INHERITED) { in getScript()
1169 } else if(scriptX<UCharacterProperty.SCRIPT_X_WITH_OTHER) { in getScript()
1172 … return UCharacterProperty.INSTANCE.m_scriptExtensions_[scriptX&UCharacterProperty.SCRIPT_MASK_]; in getScript()
1193 … int scriptX=UCharacterProperty.INSTANCE.getAdditional(c, 0)&UCharacterProperty.SCRIPT_X_MASK; in hasScript()
1194 if(scriptX<UCharacterProperty.SCRIPT_X_WITH_COMMON) { in hasScript()
1198 char[] scriptExtensions=UCharacterProperty.INSTANCE.m_scriptExtensions_; in hasScript()
1199 int scx=scriptX&UCharacterProperty.SCRIPT_MASK_; // index into scriptExtensions in hasScript()
[all …]
DUCharacter.java25 import com.ibm.icu.impl.UCharacterProperty;
2573 UCharacterProperty.INSTANCE.getIntPropertyValue(ch, UProperty.BLOCK)); in of()
3956 value = UCharacterProperty.getEuropeanDigit(ch); in digit()
3979 return UCharacterProperty.INSTANCE.digit(ch); in digit()
3998 return UCharacterProperty.INSTANCE.getNumericValue(ch); in getNumericValue()
4020 return UCharacterProperty.INSTANCE.getUnicodeNumericValue(ch); in getUnicodeNumericValue()
4055 return UCharacterProperty.INSTANCE.getType(ch); in getType()
4730 return UCharacterProperty.INSTANCE.m_unicodeVersion_; in getUnicodeVersion()
5594 trieIterator=UCharacterProperty.INSTANCE.m_trie_.iterator(MASK_TYPE); in reset()
5604 return value & UCharacterProperty.TYPE_MASK; in map()
[all …]
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...
/external/icu/icu4c/source/data/unidata/
Dchanges.txt154 - UCharacterProperty.java: add new SRC_INPC etc. constants as in C++
155 - UCharacterProperty.java: for each new property
161 - UCharacterProperty.java: add ulayout_addPropertyStarts(src, set)
1108 uchar.c, UCharacterProperty.java
1474 Data structure: uprops.h/.cpp, corepropsbuilder.cpp, UCharacterProperty.java
2420 -> uprops.h, uchar.c & UCharacterProperty.java
3041 - UScript.java, UCharacterProperty.java, UnicodeSet.java, TestUScript.java, UnicodeSetTest.java
3047 - UCharacterProperty.java, UCharacterTypeIterator.java,
3049 UCharacterPropertyReader.java deleted and its code folded into UCharacterProperty.java
/external/icu/icu4j/
Dcoverage-exclusion.txt642 com/ibm/icu/impl/UCharacterProperty$12#contains:(I)Z