/libcore/ojluni/src/main/native/ |
D | Character.cpp | 32 Character_isLowerCaseImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isLowerCaseImpl() 37 Character_isUpperCaseImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isUpperCaseImpl() 42 Character_isTitleCaseImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isTitleCaseImpl() 47 Character_isDigitImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isDigitImpl() 52 Character_isLetterImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isLetterImpl() 57 Character_isLetterOrDigitImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isLetterOrDigitImpl() 62 Character_isAlphabeticImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isAlphabeticImpl() 67 Character_isIdeographicImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isIdeographicImpl() 72 Character_getTypeImpl(JNIEnv* env, jclass, jint codePoint) { in Character_getTypeImpl() 77 Character_isUnicodeIdentifierStartImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isUnicodeIdentifierStartImpl() [all …]
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Character.java | 67 public static boolean isValidCodePoint(int codePoint) { in isValidCodePoint() 71 public static boolean isBmpCodePoint(int codePoint) { in isBmpCodePoint() 75 public static boolean isSupplementaryCodePoint(int codePoint) { in isSupplementaryCodePoint() 95 public static int charCount(int codePoint) { in charCount() 135 public static char highSurrogate(int codePoint) { in highSurrogate() 139 public static char lowSurrogate(int codePoint) { in lowSurrogate() 143 public static int toChars(int codePoint, char[] dst, int dstIndex) { in toChars() 147 public static char[] toChars(int codePoint) { in toChars() 151 static void toSurrogates(int codePoint, char[] dst, int index) { in toSurrogates() 186 public static boolean isLowerCase(int codePoint) { in isLowerCase() [all …]
|
D | AbstractStringBuilder.java | 165 public java.lang.AbstractStringBuilder appendCodePoint(int codePoint) { in appendCodePoint()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Character.java | 4246 public static UnicodeBlock of(int codePoint) { in of() 8533 public static UnicodeScript of(int codePoint) { in of() 8745 public static String toString(int codePoint) { in toString() 8761 public static boolean isValidCodePoint(int codePoint) { in isValidCodePoint() 8779 public static boolean isBmpCodePoint(int codePoint) { in isBmpCodePoint() 8798 public static boolean isSupplementaryCodePoint(int codePoint) { in isSupplementaryCodePoint() 8913 public static int charCount(int codePoint) { in charCount() 9168 public static char highSurrogate(int codePoint) { in highSurrogate() 9197 public static char lowSurrogate(int codePoint) { in lowSurrogate() 9232 public static int toChars(int codePoint, char[] dst, int dstIndex) { in toChars() [all …]
|
D | StringBuilder.java | 294 public StringBuilder appendCodePoint(int codePoint) { in appendCodePoint()
|
D | StringBuffer.java | 447 public synchronized StringBuffer appendCodePoint(int codePoint) { in appendCodePoint()
|
D | AbstractStringBuilder.java | 896 public AbstractStringBuilder appendCodePoint(int codePoint) { in appendCodePoint()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | IllegalFormatCodePointExceptionTest.java | 42 int codePoint = 12345; in test_getCodePoint() local 52 int codePoint = 12345; in test_getMessage() local
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Character.annotated.java | 51 public static boolean isValidCodePoint(int codePoint) { throw new RuntimeException("Stub!"); } in isValidCodePoint() 53 public static boolean isBmpCodePoint(int codePoint) { throw new RuntimeException("Stub!"); } in isBmpCodePoint() 55 public static boolean isSupplementaryCodePoint(int codePoint) { throw new RuntimeException("Stub!")… in isSupplementaryCodePoint() 65 public static int charCount(int codePoint) { throw new RuntimeException("Stub!"); } in charCount() 81 public static char highSurrogate(int codePoint) { throw new RuntimeException("Stub!"); } in highSurrogate() 83 public static char lowSurrogate(int codePoint) { throw new RuntimeException("Stub!"); } in lowSurrogate() 85 public static int toChars(int codePoint, char[] dst, int dstIndex) { throw new RuntimeException("St… in toChars() 87 public static char[] toChars(int codePoint) { throw new RuntimeException("Stub!"); } in toChars() 99 public static boolean isLowerCase(int codePoint) { throw new RuntimeException("Stub!"); } in isLowerCase() 103 public static boolean isUpperCase(int codePoint) { throw new RuntimeException("Stub!"); } in isUpperCase() [all …]
|
D | StringBuffer.annotated.java | 85 @libcore.util.NonNull public synchronized java.lang.StringBuffer appendCodePoint(int codePoint) { t… in appendCodePoint()
|
D | StringBuilder.annotated.java | 68 @libcore.util.NonNull public java.lang.StringBuilder appendCodePoint(int codePoint) { throw new Run… in appendCodePoint()
|
/libcore/ojluni/annotations/flagged_api/java/lang/ |
D | Character.annotated.java | 50 public static java.lang.String toString(int codePoint) { throw new RuntimeException("Stub!"); } in toString() 52 public static boolean isValidCodePoint(int codePoint) { throw new RuntimeException("Stub!"); } in isValidCodePoint() 54 public static boolean isBmpCodePoint(int codePoint) { throw new RuntimeException("Stub!"); } in isBmpCodePoint() 56 public static boolean isSupplementaryCodePoint(int codePoint) { throw new RuntimeException("Stub!")… in isSupplementaryCodePoint() 66 public static int charCount(int codePoint) { throw new RuntimeException("Stub!"); } in charCount() 82 public static char highSurrogate(int codePoint) { throw new RuntimeException("Stub!"); } in highSurrogate() 84 public static char lowSurrogate(int codePoint) { throw new RuntimeException("Stub!"); } in lowSurrogate() 86 public static int toChars(int codePoint, char[] dst, int dstIndex) { throw new RuntimeException("St… in toChars() 88 public static char[] toChars(int codePoint) { throw new RuntimeException("Stub!"); } in toChars() 100 public static boolean isLowerCase(int codePoint) { throw new RuntimeException("Stub!"); } in isLowerCase() [all …]
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
D | StandardCharsetsEncoderTest.java | 91 int codePoint = Integer.parseInt(parts[0]); in testCharset() local 164 private static String createCodePointInfo(CharsetEncoder encoder, int codePoint) { in createCodePointInfo()
|
/libcore/ojluni/src/test/java/lang/Character/ |
D | Supplementary.java | 745 private static void callToChars1(int codePoint, Class expectedException) { in callToChars1() 760 private static void callToChars3(int codePoint, char[] dst, int index, in callToChars3() 866 private static void callToString(int codePoint, Class expectedException) { in callToString()
|
/libcore/ojluni/src/main/java/java/util/ |
D | StringTokenizer.java | 297 private boolean isDelimiter(int codePoint) { in isDelimiter()
|
/libcore/luni/src/test/java/libcore/xml/ |
D | KxmlSerializerTest.java | 92 public String fromCodePoint(int codePoint) { in fromCodePoint()
|
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
D | DocumentBuilderImpl.java | 420 int codePoint = Integer.parseInt(value, base); in resolveCharacterReference() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
D | MatcherTest.java | 664 int[] codePoint = new int[1]; in testAllCodePoints_p() local 683 int[] codePoint = new int[1]; in testAllCodePoints_P() local
|
/libcore/ojluni/src/test/java/lang/StringBuilder/ |
D | Supplementary.java | 354 static void testAppendCodePoint(int codePoint, Class expectedException) { in testAppendCodePoint()
|
/libcore/ojluni/src/test/java/lang/StringBuffer/ |
D | Supplementary.java | 339 static void testAppendCodePoint(int codePoint, Class expectedException) { in testAppendCodePoint()
|
/libcore/xml/src/main/java/com/android/org/kxml2/io/ |
D | KXmlSerializer.java | 638 int codePoint = Character.toCodePoint(high, low); in writeSurrogate() local
|
/libcore/ojluni/src/test/java/util/regex/ |
D | RegExTest.java | 143 private static void check(String p, int codePoint, boolean expected) { in check()
|