Home
last modified time | relevance | path

Searched refs:toASCIILower (Results 1 – 6 of 6) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DIDNA2003.java46 if(toASCIILower(src.charAt(i)) != ACE_PREFIX[i]){ in startsWithPrefix()
53 private static char toASCIILower(char ch){ in toASCIILower() method in IDNA2003
60 private static StringBuffer toASCIILower(CharSequence src){ in toASCIILower() method in IDNA2003
63 dest.append(toASCIILower(src.charAt(i))); in toASCIILower()
82 rc=toASCIILower(c1)-toASCIILower(c2); in compareCaseInsensitiveASCII()
245 StringBuffer lowerOut = toASCIILower(punyout); in convertToASCII()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DIDNA2003.java44 if(toASCIILower(src.charAt(i)) != ACE_PREFIX[i]){ in startsWithPrefix()
51 private static char toASCIILower(char ch){ in toASCIILower() method in IDNA2003
58 private static StringBuffer toASCIILower(CharSequence src){ in toASCIILower() method in IDNA2003
61 dest.append(toASCIILower(src.charAt(i))); in toASCIILower()
80 rc=toASCIILower(c1)-toASCIILower(c2); in compareCaseInsensitiveASCII()
244 StringBuffer lowerOut = toASCIILower(punyout); in convertToASCII()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DIDNAReference.java52 if(toASCIILower(src.charAt(i)) != ACE_PREFIX[i]){ in startsWithPrefix()
59 private static char toASCIILower(char ch){ in toASCIILower() method in IDNAReference
66 private static StringBuffer toASCIILower(StringBuffer src){ in toASCIILower() method in IDNAReference
69 dest.append(toASCIILower(src.charAt(i))); in toASCIILower()
88 rc=toASCIILower(c1)-toASCIILower(c2); in compareCaseInsensitiveASCII()
220 StringBuffer lowerOut = toASCIILower(punyout); in convertToASCII()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DIDNAReference.java49 if(toASCIILower(src.charAt(i)) != ACE_PREFIX[i]){ in startsWithPrefix()
56 private static char toASCIILower(char ch){ in toASCIILower() method in IDNAReference
63 private static StringBuffer toASCIILower(StringBuffer src){ in toASCIILower() method in IDNAReference
66 dest.append(toASCIILower(src.charAt(i))); in toASCIILower()
85 rc=toASCIILower(c1)-toASCIILower(c2); in compareCaseInsensitiveASCII()
217 StringBuffer lowerOut = toASCIILower(punyout); in convertToASCII()
/external/icu/icu4c/source/common/
Duidna.cpp51 toASCIILower(UChar ch){ in toASCIILower() function
67 if(toASCIILower(src[i]) != ACE_PREFIX[i]){ in startsWithPrefix()
112 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2); in compareCaseInsensitiveASCII()
/external/icu/icu4c/source/test/intltest/
Didnaref.cpp65 toASCIILower(UChar ch){ in toASCIILower() function
92 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2); in compareCaseInsensitiveASCII()