Searched defs:BOOLEAN (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/javax/xml/xpath/
H A DXPathConstants.java58 public static final QName BOOLEAN = new QName("http://www.w3.org/1999/XSL/Transform", "BOOLEAN"); field in class:XPathConstants
/libcore/luni/src/main/java/libcore/util/
H A DEmptyArray.java22 public static final boolean[] BOOLEAN = new boolean[0]; field in class:EmptyArray
/libcore/luni/src/main/java/java/sql/
H A DTypes.java59 * The type code that identifies the SQL type {@code BOOLEAN}.
61 public static final int BOOLEAN = 16; field in class:Types

Completed in 204 milliseconds