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

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

Completed in 256 milliseconds