Home
last modified time | relevance | path

Searched refs:toUpperCaseEx (Results 1 – 25 of 68) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/
H A DStringLatin1.java461 if (cp != Character.toUpperCaseEx(cp)) { // no need to check Character.ERROR in toUpperCase()
470 return toUpperCaseEx(str, value, first, locale, true); in toUpperCase()
477 cp = Character.toUpperCaseEx(cp); in toUpperCase()
479 return toUpperCaseEx(str, value, first, locale, false); in toUpperCase()
486 private static String toUpperCaseEx(String str, byte[] value, in toUpperCaseEx() method in StringLatin1
499 upperChar = ConditionalSpecialCasing.toUpperCaseEx(str, i, locale); in toUpperCaseEx()
501 upperChar = Character.toUpperCaseEx(srcChar); in toUpperCaseEx()
H A DStringUTF16.java757 if (cp != Character.toUpperCaseEx(cp)) { // no need to check Character.ERROR
769 return toUpperCaseEx(str, value, result, first, locale, true);
772 return toUpperCaseEx(str, value, result, first, locale, false);
778 return toUpperCaseEx(str, value, result, i, locale, false);
780 cp = Character.toUpperCaseEx(cp);
782 return toUpperCaseEx(str, value, result, i, locale, false);
794 private static String toUpperCaseEx(String str, byte[] value,
813 upperChar = ConditionalSpecialCasing.toUpperCaseEx(str, i, locale);
815 upperChar = Character.toUpperCaseEx(srcChar);
H A DCharacterData.java49 int toUpperCaseEx(int ch) { in toUpperCaseEx() method in CharacterData
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/
H A DStringLatin1.java512 if (cp != Character.toUpperCaseEx(cp)) { // no need to check Character.ERROR in toUpperCase()
521 return toUpperCaseEx(str, value, first, locale, true); in toUpperCase()
528 cp = Character.toUpperCaseEx(cp); in toUpperCase()
530 return toUpperCaseEx(str, value, first, locale, false); in toUpperCase()
537 private static String toUpperCaseEx(String str, byte[] value, in toUpperCaseEx() method in StringLatin1
550 upperChar = ConditionalSpecialCasing.toUpperCaseEx(str, i, locale); in toUpperCaseEx()
552 upperChar = Character.toUpperCaseEx(srcChar); in toUpperCaseEx()
H A DCharacterData.java49 int toUpperCaseEx(int ch) { in toUpperCaseEx() method in CharacterData
H A DStringUTF16.java874 if (cp != Character.toUpperCaseEx(cp)) { // no need to check Character.ERROR
886 return toUpperCaseEx(str, value, result, first, locale, true);
889 return toUpperCaseEx(str, value, result, first, locale, false);
895 return toUpperCaseEx(str, value, result, i, locale, false);
897 cp = Character.toUpperCaseEx(cp);
899 return toUpperCaseEx(str, value, result, i, locale, false);
911 private static String toUpperCaseEx(String str, byte[] value,
930 upperChar = ConditionalSpecialCasing.toUpperCaseEx(str, i, locale);
932 upperChar = Character.toUpperCaseEx(srcChar);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/
H A DStringLatin1.java461 if (cp != Character.toUpperCaseEx(cp)) { // no need to check Character.ERROR in toUpperCase()
470 return toUpperCaseEx(str, value, first, locale, true); in toUpperCase()
477 cp = Character.toUpperCaseEx(cp); in toUpperCase()
479 return toUpperCaseEx(str, value, first, locale, false); in toUpperCase()
486 private static String toUpperCaseEx(String str, byte[] value, in toUpperCaseEx() method in StringLatin1
499 upperChar = ConditionalSpecialCasing.toUpperCaseEx(str, i, locale); in toUpperCaseEx()
501 upperChar = Character.toUpperCaseEx(srcChar); in toUpperCaseEx()
H A DStringUTF16.java757 if (cp != Character.toUpperCaseEx(cp)) { // no need to check Character.ERROR
769 return toUpperCaseEx(str, value, result, first, locale, true);
772 return toUpperCaseEx(str, value, result, first, locale, false);
778 return toUpperCaseEx(str, value, result, i, locale, false);
780 cp = Character.toUpperCaseEx(cp);
782 return toUpperCaseEx(str, value, result, i, locale, false);
794 private static String toUpperCaseEx(String str, byte[] value,
813 upperChar = ConditionalSpecialCasing.toUpperCaseEx(str, i, locale);
815 upperChar = Character.toUpperCaseEx(srcChar);
H A DCharacterData.java49 int toUpperCaseEx(int ch) { in toUpperCaseEx() method in CharacterData
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/
H A DStringLatin1.java517 … if (cp != CharacterDataLatin1.instance.toUpperCaseEx(cp)) { // no need to check Character.ERROR in toUpperCase()
526 return toUpperCaseEx(str, value, first, locale, true); in toUpperCase()
533 cp = CharacterDataLatin1.instance.toUpperCaseEx(cp); in toUpperCase()
535 return toUpperCaseEx(str, value, first, locale, false); in toUpperCase()
542 private static String toUpperCaseEx(String str, byte[] value, in toUpperCaseEx() method in StringLatin1
555 upperChar = ConditionalSpecialCasing.toUpperCaseEx(str, i, locale); in toUpperCaseEx()
557 upperChar = CharacterDataLatin1.instance.toUpperCaseEx(srcChar); in toUpperCaseEx()
H A DCharacterData.java49 int toUpperCaseEx(int ch) { in toUpperCaseEx() method in CharacterData
H A DStringUTF16.java914 if (cp != Character.toUpperCaseEx(cp)) { // no need to check Character.ERROR
926 return toUpperCaseEx(str, value, result, first, locale, true);
929 return toUpperCaseEx(str, value, result, first, locale, false);
935 return toUpperCaseEx(str, value, result, i, locale, false);
937 cp = Character.toUpperCaseEx(cp);
939 return toUpperCaseEx(str, value, result, i, locale, false);
951 private static String toUpperCaseEx(String str, byte[] value,
970 upperChar = ConditionalSpecialCasing.toUpperCaseEx(str, i, locale);
972 upperChar = Character.toUpperCaseEx(srcChar);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/
H A DStringLatin1.java517 … if (cp != CharacterDataLatin1.instance.toUpperCaseEx(cp)) { // no need to check Character.ERROR in toUpperCase()
526 return toUpperCaseEx(str, value, first, locale, true); in toUpperCase()
533 cp = CharacterDataLatin1.instance.toUpperCaseEx(cp); in toUpperCase()
535 return toUpperCaseEx(str, value, first, locale, false); in toUpperCase()
542 private static String toUpperCaseEx(String str, byte[] value, in toUpperCaseEx() method in StringLatin1
555 upperChar = ConditionalSpecialCasing.toUpperCaseEx(str, i, locale); in toUpperCaseEx()
557 upperChar = CharacterDataLatin1.instance.toUpperCaseEx(srcChar); in toUpperCaseEx()
H A DCharacterData.java49 int toUpperCaseEx(int ch) { in toUpperCaseEx() method in CharacterData
H A DStringUTF16.java914 if (cp != Character.toUpperCaseEx(cp)) { // no need to check Character.ERROR
926 return toUpperCaseEx(str, value, result, first, locale, true);
929 return toUpperCaseEx(str, value, result, first, locale, false);
935 return toUpperCaseEx(str, value, result, i, locale, false);
937 cp = Character.toUpperCaseEx(cp);
939 return toUpperCaseEx(str, value, result, i, locale, false);
951 private static String toUpperCaseEx(String str, byte[] value,
970 upperChar = ConditionalSpecialCasing.toUpperCaseEx(str, i, locale);
972 upperChar = Character.toUpperCaseEx(srcChar);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/
H A DStringLatin1.java461 if (cp != Character.toUpperCaseEx(cp)) { // no need to check Character.ERROR in toUpperCase()
470 return toUpperCaseEx(str, value, first, locale, true); in toUpperCase()
477 cp = Character.toUpperCaseEx(cp); in toUpperCase()
479 return toUpperCaseEx(str, value, first, locale, false); in toUpperCase()
486 private static String toUpperCaseEx(String str, byte[] value, in toUpperCaseEx() method in StringLatin1
499 upperChar = ConditionalSpecialCasing.toUpperCaseEx(str, i, locale); in toUpperCaseEx()
501 upperChar = Character.toUpperCaseEx(srcChar); in toUpperCaseEx()
H A DStringUTF16.java757 if (cp != Character.toUpperCaseEx(cp)) { // no need to check Character.ERROR
769 return toUpperCaseEx(str, value, result, first, locale, true);
772 return toUpperCaseEx(str, value, result, first, locale, false);
778 return toUpperCaseEx(str, value, result, i, locale, false);
780 cp = Character.toUpperCaseEx(cp);
782 return toUpperCaseEx(str, value, result, i, locale, false);
794 private static String toUpperCaseEx(String str, byte[] value,
813 upperChar = ConditionalSpecialCasing.toUpperCaseEx(str, i, locale);
815 upperChar = Character.toUpperCaseEx(srcChar);
H A DCharacterData.java49 int toUpperCaseEx(int ch) { in toUpperCaseEx() method in CharacterData
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/
H A DStringLatin1.java512 … if (cp != CharacterDataLatin1.instance.toUpperCaseEx(cp)) { // no need to check Character.ERROR in toUpperCase()
521 return toUpperCaseEx(str, value, first, locale, true); in toUpperCase()
528 cp = CharacterDataLatin1.instance.toUpperCaseEx(cp); in toUpperCase()
530 return toUpperCaseEx(str, value, first, locale, false); in toUpperCase()
537 private static String toUpperCaseEx(String str, byte[] value, in toUpperCaseEx() method in StringLatin1
550 upperChar = ConditionalSpecialCasing.toUpperCaseEx(str, i, locale); in toUpperCaseEx()
552 upperChar = CharacterDataLatin1.instance.toUpperCaseEx(srcChar); in toUpperCaseEx()
H A DCharacterData.java49 int toUpperCaseEx(int ch) { in toUpperCaseEx() method in CharacterData
H A DStringUTF16.java874 if (cp != Character.toUpperCaseEx(cp)) { // no need to check Character.ERROR
886 return toUpperCaseEx(str, value, result, first, locale, true);
889 return toUpperCaseEx(str, value, result, first, locale, false);
895 return toUpperCaseEx(str, value, result, i, locale, false);
897 cp = Character.toUpperCaseEx(cp);
899 return toUpperCaseEx(str, value, result, i, locale, false);
911 private static String toUpperCaseEx(String str, byte[] value,
930 upperChar = ConditionalSpecialCasing.toUpperCaseEx(str, i, locale);
932 upperChar = Character.toUpperCaseEx(srcChar);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/
H A DStringLatin1.java512 … if (cp != CharacterDataLatin1.instance.toUpperCaseEx(cp)) { // no need to check Character.ERROR in toUpperCase()
521 return toUpperCaseEx(str, value, first, locale, true); in toUpperCase()
528 cp = CharacterDataLatin1.instance.toUpperCaseEx(cp); in toUpperCase()
530 return toUpperCaseEx(str, value, first, locale, false); in toUpperCase()
537 private static String toUpperCaseEx(String str, byte[] value, in toUpperCaseEx() method in StringLatin1
550 upperChar = ConditionalSpecialCasing.toUpperCaseEx(str, i, locale); in toUpperCaseEx()
552 upperChar = CharacterDataLatin1.instance.toUpperCaseEx(srcChar); in toUpperCaseEx()
H A DCharacterData.java49 int toUpperCaseEx(int ch) { in toUpperCaseEx() method in CharacterData
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/
H A DCharacterData.java46 int toUpperCaseEx(int ch) { in toUpperCaseEx() method in CharacterData
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/
H A DCharacterData.java46 int toUpperCaseEx(int ch) { in toUpperCaseEx() method in CharacterData

123