Searched defs:CHAR (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DSizeOf.java20 public static final int CHAR = 2; field in class:SizeOf
/libcore/crypto/src/main/java/org/conscrypt/util/
H A DEmptyArray.java26 public static final char[] CHAR = new char[0]; field in class:EmptyArray
/libcore/luni/src/main/java/libcore/util/
H A DEmptyArray.java24 public static final char[] CHAR = new char[0]; field in class:EmptyArray
/libcore/benchmarks/src/benchmarks/regression/
H A DCharacterBenchmark.java39 public enum Overload { CHAR, INT } enum constant in enum:CharacterBenchmark.Overload
60 if (overload == Overload.CHAR) {
77 if (overload == Overload.CHAR) {
93 if (overload == Overload.CHAR) {
109 if (overload == Overload.CHAR) {
125 if (overload == Overload.CHAR) {
141 if (overload == Overload.CHAR) {
157 if (overload == Overload.CHAR) {
173 if (overload == Overload.CHAR) {
189 if (overload == Overload.CHAR) {
[all...]
/libcore/luni/src/main/java/java/sql/
H A DTypes.java64 * The type code that identifies the SQL type {@code CHAR}.
66 public static final int CHAR = 1; field in class:Types
/libcore/luni/src/test/java/tests/api/java/util/
H A DArraysTest.java2100 CHAR { enum constant in enum:ArraysTest.PrimitiveTypeConverter

Completed in 1018 milliseconds