Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/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()
243 StringBuffer lowerOut = toASCIILower(punyout); in convertToASCII()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DIDNA2003.java42 if(toASCIILower(src.charAt(i)) != ACE_PREFIX[i]){ in startsWithPrefix()
49 private static char toASCIILower(char ch){ in toASCIILower() method in IDNA2003
56 private static StringBuffer toASCIILower(CharSequence src){ in toASCIILower() method in IDNA2003
59 dest.append(toASCIILower(src.charAt(i))); in toASCIILower()
78 rc=toASCIILower(c1)-toASCIILower(c2); in compareCaseInsensitiveASCII()
242 StringBuffer lowerOut = toASCIILower(punyout); in convertToASCII()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DIDNAReference.java48 if(toASCIILower(src.charAt(i)) != ACE_PREFIX[i]){ in startsWithPrefix()
55 private static char toASCIILower(char ch){ in toASCIILower() method in IDNAReference
62 private static StringBuffer toASCIILower(StringBuffer src){ in toASCIILower() method in IDNAReference
65 dest.append(toASCIILower(src.charAt(i))); in toASCIILower()
84 rc=toASCIILower(c1)-toASCIILower(c2); in compareCaseInsensitiveASCII()
216 StringBuffer lowerOut = toASCIILower(punyout); in convertToASCII()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DIDNAReference.java47 if(toASCIILower(src.charAt(i)) != ACE_PREFIX[i]){ in startsWithPrefix()
54 private static char toASCIILower(char ch){ in toASCIILower() method in IDNAReference
61 private static StringBuffer toASCIILower(StringBuffer src){ in toASCIILower() method in IDNAReference
64 dest.append(toASCIILower(src.charAt(i))); in toASCIILower()
83 rc=toASCIILower(c1)-toASCIILower(c2); in compareCaseInsensitiveASCII()
215 StringBuffer lowerOut = toASCIILower(punyout); in convertToASCII()
/external/icu/icu4c/source/common/
Duidna.cpp49 toASCIILower(UChar ch){ in toASCIILower() function
65 if(toASCIILower(src[i]) != ACE_PREFIX[i]){ in startsWithPrefix()
110 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2); in compareCaseInsensitiveASCII()
/external/icu/icu4c/source/test/intltest/
Didnaref.cpp63 toASCIILower(UChar ch){ in toASCIILower() function
90 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2); in compareCaseInsensitiveASCII()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...