Searched refs:UCharacterProperty (Results 1 – 13 of 13) sorted by relevance
14 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 …]
46 public final class UCharacterProperty class53 public static final UCharacterProperty INSTANCE;1001 static final int MY_MASK = UCharacterProperty.TYPE_MASK2117 private UCharacterProperty() throws IOException in UCharacterProperty() method in UCharacterProperty2369 INSTANCE = new UCharacterProperty();
214 int gc = UCharacterProperty.INSTANCE.getType(c); in isLNS()
16 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 …]
47 public final class UCharacterProperty class54 public static final UCharacterProperty INSTANCE;1002 static final int MY_MASK = UCharacterProperty.TYPE_MASK2118 private UCharacterProperty() throws IOException in UCharacterProperty() method in UCharacterProperty2370 INSTANCE = new UCharacterProperty();
219 int gc = UCharacterProperty.INSTANCE.getType(c); in isLNS()
16 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 …]
26 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 …]
15 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 …]
25 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 …]
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...
154 - UCharacterProperty.java: add new SRC_INPC etc. constants as in C++155 - UCharacterProperty.java: for each new property161 - UCharacterProperty.java: add ulayout_addPropertyStarts(src, set)1108 uchar.c, UCharacterProperty.java1474 Data structure: uprops.h/.cpp, corepropsbuilder.cpp, UCharacterProperty.java2420 -> uprops.h, uchar.c & UCharacterProperty.java3041 - UScript.java, UCharacterProperty.java, UnicodeSet.java, TestUScript.java, UnicodeSetTest.java3047 - UCharacterProperty.java, UCharacterTypeIterator.java,3049 UCharacterPropertyReader.java deleted and its code folded into UCharacterProperty.java
642 com/ibm/icu/impl/UCharacterProperty$12#contains:(I)Z