/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | ASCIICaseInsensitiveComparator.java | 44 static boolean isLower(int ch) { in isLower() 48 static boolean isUpper(int ch) { in isUpper() 52 static int toLower(int ch) { in toLower() 56 static int toUpper(int ch) { in toUpper()
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | Channels.java | 75 private static void writeFullyImpl(WritableByteChannel ch, ByteBuffer bb) in writeFullyImpl() 91 private static void writeFully(WritableByteChannel ch, ByteBuffer bb) in writeFully() 124 public static InputStream newInputStream(ReadableByteChannel ch) { in newInputStream() 143 public static OutputStream newOutputStream(final WritableByteChannel ch) { in newOutputStream() 200 public static InputStream newInputStream(final AsynchronousByteChannel ch) { in newInputStream()
|
/libcore/benchmarks/src/benchmarks/ |
D | StringIterationBenchmark.java | 26 char ch; in timeStringIteration0() local 35 char ch; in timeStringIteration1() local 44 char ch; in timeStringIteration2() local
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | ChannelInputStream.java | 48 public static int read(ReadableByteChannel ch, ByteBuffer bb, in read() 70 protected final ReadableByteChannel ch; field in ChannelInputStream 75 public ChannelInputStream(ReadableByteChannel ch) { in ChannelInputStream()
|
D | MembershipKeyImpl.java | 41 private final MulticastChannel ch; field in MembershipKeyImpl 55 private MembershipKeyImpl(MulticastChannel ch, in MembershipKeyImpl() 74 Type4(MulticastChannel ch, in Type4() 109 Type6(MulticastChannel ch, in Type6()
|
D | Port.java | 64 final void register(int fd, PollableChannel ch) { in register() 69 fdToChannel.put(Integer.valueOf(fd), ch); in register() local
|
/libcore/libart/src/main/java/java/lang/ |
D | CaseMapper.java | 55 char ch = s.charAt(i); in toLowerCase() local 108 private static int upperIndex(int ch) { in upperIndex() 158 char ch = s.charAt(o); in toUpperCase() local
|
/libcore/luni/src/main/java/org/xml/sax/ |
D | DocumentHandler.java | 179 public abstract void characters (char ch[], int start, int length) in characters() 207 public abstract void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace()
|
D | ContentHandler.java | 331 public void characters (char ch[], int start, int length) in characters() 360 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace()
|
D | HandlerBase.java | 245 public void characters (char ch[], int start, int length) in characters() 268 public void ignorableWhitespace (char ch[], int start, int length) in ignorableWhitespace()
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | CipherOutputStreamTest.java | 39 CipherOutputStream ch = new CipherOutputStream((OutputStream) null) {}; in test_close() local
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Character.annotated.java | 57 public static boolean isHighSurrogate(char ch) { throw new RuntimeException("Stub!"); } in isHighSurrogate() 59 public static boolean isLowSurrogate(char ch) { throw new RuntimeException("Stub!"); } in isLowSurrogate() 61 public static boolean isSurrogate(char ch) { throw new RuntimeException("Stub!"); } in isSurrogate() 97 public static boolean isLowerCase(char ch) { throw new RuntimeException("Stub!"); } in isLowerCase() 101 public static boolean isUpperCase(char ch) { throw new RuntimeException("Stub!"); } in isUpperCase() 105 public static boolean isTitleCase(char ch) { throw new RuntimeException("Stub!"); } in isTitleCase() 109 public static boolean isDigit(char ch) { throw new RuntimeException("Stub!"); } in isDigit() 113 public static boolean isDefined(char ch) { throw new RuntimeException("Stub!"); } in isDefined() 117 public static boolean isLetter(char ch) { throw new RuntimeException("Stub!"); } in isLetter() 121 public static boolean isLetterOrDigit(char ch) { throw new RuntimeException("Stub!"); } in isLetterOrDigit() [all …]
|
/libcore/ojluni/src/main/java/java/text/ |
D | PatternEntry.java | 152 char ch = chars.charAt(0); in appendQuoted() local 217 char ch = pattern.charAt(i); in next() local 291 static boolean isSpecialChar(char ch) { in isSpecialChar()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Character.java | 79 public static boolean isHighSurrogate(char ch) { in isHighSurrogate() 83 public static boolean isLowSurrogate(char ch) { in isLowSurrogate() 87 public static boolean isSurrogate(char ch) { in isSurrogate() 182 public static boolean isLowerCase(char ch) { in isLowerCase() 192 public static boolean isUpperCase(char ch) { in isUpperCase() 202 public static boolean isTitleCase(char ch) { in isTitleCase() 212 public static boolean isDigit(char ch) { in isDigit() 222 public static boolean isDefined(char ch) { in isDefined() 232 public static boolean isLetter(char ch) { in isLetter() 242 public static boolean isLetterOrDigit(char ch) { in isLetterOrDigit() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/callback/ |
D | CallbackHandlerTest.java | 35 CallbackHandlerImpl ch = new CallbackHandlerImpl(); in test_CallbackHandler() local
|
/libcore/ojluni/src/main/java/java/io/ |
D | DataInputStream.java | 245 int ch = in.read(); in readBoolean() local 268 int ch = in.read(); in readByte() local 291 int ch = in.read(); in readUnsignedByte() local
|
D | StreamTokenizer.java | 341 public void ordinaryChar(int ch) { in ordinaryChar() 355 public void commentChar(int ch) { in commentChar() 384 public void quoteChar(int ch) { in quoteChar()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Character.java | 4762 public static boolean isHighSurrogate(char ch) { in isHighSurrogate() 4786 public static boolean isLowSurrogate(char ch) { in isLowSurrogate() 4810 public static boolean isSurrogate(char ch) { in isSurrogate() 5454 public static boolean isLowerCase(char ch) { in isLowerCase() 5532 public static boolean isUpperCase(char ch) { in isUpperCase() 5614 public static boolean isTitleCase(char ch) { in isTitleCase() 5699 public static boolean isDigit(char ch) { in isDigit() 5772 public static boolean isDefined(char ch) { in isDefined() 5845 public static boolean isLetter(char ch) { in isLetter() 5921 public static boolean isLetterOrDigit(char ch) { in isLetterOrDigit() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/ |
D | XMLReaderAdapterTest.java | 264 char[] ch = "Android".toCharArray(); in testCharacters() local 278 char[] ch = " ".toCharArray(); in testIgnorableWhitespace() local
|
D | ParserAdapterTest.java | 295 char[] ch = "Android".toCharArray(); in testCharacters() local 309 char[] ch = " ".toCharArray(); in testIgnorableWhitespace() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ |
D | MockHandler.java | 45 public void characters(char[] ch, int start, int length) throws SAXException { in characters() 73 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException { in ignorableWhitespace() 119 public void comment(char[] ch, int start, int length) throws SAXException { in comment()
|
/libcore/luni/src/main/java/javax/xml/transform/stream/ |
D | FilePathToURI.java | 63 int len = path.length(), ch; in filepath2URI() local
|
/libcore/luni/src/main/java/javax/xml/parsers/ |
D | FilePathToURI.java | 63 int len = path.length(), ch; in filepath2URI() local
|
/libcore/ojluni/src/main/java/sun/nio/cs/ |
D | StreamEncoder.java | 81 public static StreamEncoder forEncoder(WritableByteChannel ch, in forEncoder() 167 private WritableByteChannel ch; field in StreamEncoder 199 private StreamEncoder(WritableByteChannel ch, CharsetEncoder enc, int mbc) { in StreamEncoder()
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
D | LexicalHandler.java | 207 public abstract void comment (char ch[], int start, int length) in comment()
|