Searched refs:toASCIILower (Results 1 – 6 of 6) sorted by relevance
46 if(toASCIILower(src.charAt(i)) != ACE_PREFIX[i]){ in startsWithPrefix()53 private static char toASCIILower(char ch){ in toASCIILower() method in IDNA200360 private static StringBuffer toASCIILower(CharSequence src){ in toASCIILower() method in IDNA200363 dest.append(toASCIILower(src.charAt(i))); in toASCIILower()82 rc=toASCIILower(c1)-toASCIILower(c2); in compareCaseInsensitiveASCII()245 StringBuffer lowerOut = toASCIILower(punyout); in convertToASCII()
44 if(toASCIILower(src.charAt(i)) != ACE_PREFIX[i]){ in startsWithPrefix()51 private static char toASCIILower(char ch){ in toASCIILower() method in IDNA200358 private static StringBuffer toASCIILower(CharSequence src){ in toASCIILower() method in IDNA200361 dest.append(toASCIILower(src.charAt(i))); in toASCIILower()80 rc=toASCIILower(c1)-toASCIILower(c2); in compareCaseInsensitiveASCII()244 StringBuffer lowerOut = toASCIILower(punyout); in convertToASCII()
52 if(toASCIILower(src.charAt(i)) != ACE_PREFIX[i]){ in startsWithPrefix()59 private static char toASCIILower(char ch){ in toASCIILower() method in IDNAReference66 private static StringBuffer toASCIILower(StringBuffer src){ in toASCIILower() method in IDNAReference69 dest.append(toASCIILower(src.charAt(i))); in toASCIILower()88 rc=toASCIILower(c1)-toASCIILower(c2); in compareCaseInsensitiveASCII()220 StringBuffer lowerOut = toASCIILower(punyout); in convertToASCII()
49 if(toASCIILower(src.charAt(i)) != ACE_PREFIX[i]){ in startsWithPrefix()56 private static char toASCIILower(char ch){ in toASCIILower() method in IDNAReference63 private static StringBuffer toASCIILower(StringBuffer src){ in toASCIILower() method in IDNAReference66 dest.append(toASCIILower(src.charAt(i))); in toASCIILower()85 rc=toASCIILower(c1)-toASCIILower(c2); in compareCaseInsensitiveASCII()217 StringBuffer lowerOut = toASCIILower(punyout); in convertToASCII()
51 toASCIILower(UChar ch){ in toASCIILower() function67 if(toASCIILower(src[i]) != ACE_PREFIX[i]){ in startsWithPrefix()112 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2); in compareCaseInsensitiveASCII()
65 toASCIILower(UChar ch){ in toASCIILower() function92 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2); in compareCaseInsensitiveASCII()