Searched refs:Datatype (Results 1 – 20 of 20) sorted by relevance
20 import android.icu.impl.ValidIdentifiers.Datatype;38 public Datatype fieldFailure;41 public boolean set(Datatype datatype, String code) { in set()89 if (!isValid(Datatype.language, language, where)) { in isValid()97 if (!isValid(Datatype.script, script, where)) return false; in isValid()98 if (!isValid(Datatype.region, region, where)) return false; in isValid()101 if (!isValid(Datatype.variant, variant, where)) return false; in isValid()106 Datatype datatype = Datatype.valueOf(c+""); in isValid()118 return where.set(Datatype.illegal, c+""); in isValid()151 … private boolean isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) { in isValidU()[all …]
19 import com.ibm.icu.impl.ValidIdentifiers.Datatype;33 public Datatype fieldFailure;36 public boolean set(Datatype datatype, String code) { in set()84 if (!isValid(Datatype.language, language, where)) { in isValid()92 if (!isValid(Datatype.script, script, where)) return false; in isValid()93 if (!isValid(Datatype.region, region, where)) return false; in isValid()96 if (!isValid(Datatype.variant, variant, where)) return false; in isValid()101 Datatype datatype = Datatype.valueOf(c+""); in isValid()113 return where.set(Datatype.illegal, c+""); in isValid()146 … private boolean isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) { in isValidU()[all …]
26 import android.icu.impl.ValidIdentifiers.Datatype;302 …showValid(Datasubtype.unknown, Datatype.script, EnumSet.of(Datasubtype.regular, Datasubtype.unknow…303 showValid(null, Datatype.script, EnumSet.of(Datasubtype.regular), "Zzzz");304 … showValid(Datasubtype.regular, Datatype.subdivision, EnumSet.of(Datasubtype.regular), "US-CA");305 … showValid(Datasubtype.regular, Datatype.subdivision, EnumSet.of(Datasubtype.regular), "US", "CA");306 showValid(null, Datatype.subdivision, EnumSet.of(Datasubtype.regular), "US-?");307 showValid(null, Datatype.subdivision, EnumSet.of(Datasubtype.regular), "US", "?");314 Map<Datatype, Map<Datasubtype, ValiditySet>> data = ValidIdentifiers.getData();315 for (Entry<Datatype, Map<Datasubtype, ValiditySet>> e1 : data.entrySet()) {324 …private void showValid(Datasubtype expected, Datatype datatype, Set<Datasubtype> datasubtypes, Str…[all …]
25 import com.ibm.icu.impl.ValidIdentifiers.Datatype;299 …showValid(Datasubtype.unknown, Datatype.script, EnumSet.of(Datasubtype.regular, Datasubtype.unknow…300 showValid(null, Datatype.script, EnumSet.of(Datasubtype.regular), "Zzzz");301 … showValid(Datasubtype.regular, Datatype.subdivision, EnumSet.of(Datasubtype.regular), "US-CA");302 … showValid(Datasubtype.regular, Datatype.subdivision, EnumSet.of(Datasubtype.regular), "US", "CA");303 showValid(null, Datatype.subdivision, EnumSet.of(Datasubtype.regular), "US-?");304 showValid(null, Datatype.subdivision, EnumSet.of(Datasubtype.regular), "US", "?");311 Map<Datatype, Map<Datasubtype, ValiditySet>> data = ValidIdentifiers.getData();312 for (Entry<Datatype, Map<Datasubtype, ValiditySet>> e1 : data.entrySet()) {321 …private void showValid(Datasubtype expected, Datatype datatype, Set<Datasubtype> datasubtypes, Str…[all …]
34 public enum Datatype { enum in ValidIdentifiers129 static final Map<Datatype,Map<Datasubtype,ValiditySet>> data;131 …Map<Datatype, Map<Datasubtype, ValiditySet>> _data = new EnumMap<Datatype,Map<Datasubtype,Validity…141 Datatype key = Datatype.valueOf(rawKey);157 values.put(subkey, new ValiditySet(subvalues, key == Datatype.subdivision));174 public static Map<Datatype, Map<Datasubtype, ValiditySet>> getData() {181 … public static Datasubtype isValid(Datatype datatype, Set<Datasubtype> datasubtypes, String code) {196 …public static Datasubtype isValid(Datatype datatype, Set<Datasubtype> datasubtypes, String code, S…
29 public enum Datatype { enum in ValidIdentifiers118 static final Map<Datatype,Map<Datasubtype,ValiditySet>> data;120 …Map<Datatype, Map<Datasubtype, ValiditySet>> _data = new EnumMap<Datatype,Map<Datasubtype,Validity…130 Datatype key = Datatype.valueOf(rawKey);146 values.put(subkey, new ValiditySet(subvalues, key == Datatype.subdivision));163 public static Map<Datatype, Map<Datasubtype, ValiditySet>> getData() {170 … public static Datasubtype isValid(Datatype datatype, Set<Datasubtype> datasubtypes, String code) {185 …public static Datasubtype isValid(Datatype datatype, Set<Datasubtype> datasubtypes, String code, S…
263 desc "Same uniform struct in both shaders. Datatype vec4"300 desc "Uniform struct declared in both, used only in vertex. Datatype vec4 "334 desc "Uniform struct declared in both, used only in fragment. Datatype vec4"365 desc "Uniform struct declared in both, used partially in both. Datatype vec4"399 desc "Same uniform struct in both shaders. Datatype vec4 and vec3"435 desc "Uniform struct declared in both, used only in vertex. Datatype vec4 and vec3"469 desc "Uniform struct declared in both, used only in fragment. Datatype vec4 and vec3"500 desc "Uniform struct declared in both, used partially in both. Datatype vec4 and vec3"534 desc "Same uniform struct in both shaders. Datatype vec4 and float"570 desc "Uniform struct declared in both, used only in vertex. Datatype vec4 and float"[all …]
774 desc "Same uniform struct in both shaders. Datatype vec4"808 desc "Uniform struct declared in both, used only in vertex. Datatype vec4 "840 desc "Uniform struct declared in both, used only in fragment. Datatype vec4"869 desc "Uniform struct declared in both, used partially in both. Datatype vec4"901 desc "Same uniform struct in both shaders. Datatype vec4 and vec3"935 desc "Uniform struct declared in both, used only in vertex. Datatype vec4 and vec3"967 desc "Uniform struct declared in both, used only in fragment. Datatype vec4 and vec3"996 desc "Uniform struct declared in both, used partially in both. Datatype vec4 and vec3"1028 desc "Same uniform struct in both shaders. Datatype vec4 and float"1062 desc "Uniform struct declared in both, used only in vertex. Datatype vec4 and float"[all …]
2607 desc "Same uniform struct in both shaders. Datatype vec4"2644 desc "Uniform struct declared in both, used only in vertex. Datatype vec4 "2678 desc "Uniform struct declared in both, used only in fragment. Datatype vec4"2709 desc "Uniform struct declared in both, used partially in both. Datatype vec4"2743 desc "Same uniform struct in both shaders. Datatype vec4 and vec3"2779 desc "Uniform struct declared in both, used only in vertex. Datatype vec4 and vec3"2813 desc "Uniform struct declared in both, used only in fragment. Datatype vec4 and vec3"2844 desc "Uniform struct declared in both, used partially in both. Datatype vec4 and vec3"2878 desc "Same uniform struct in both shaders. Datatype vec4 and float"2914 desc "Uniform struct declared in both, used only in vertex. Datatype vec4 and float"[all …]
81 ; Datatype used for image dimensions.
52 ; Datatype used for image dimensions.
1855 . Datatype specific requirements rules, see <<core_attr_types>>
40 PEP 218: A Standard Set Datatype
1731 - W3C Schemas Datatype improvements (Charlie Bozeman)
7239 tests for Relax-NG and Schemas Datatype to "make tests"11156 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID11264 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...