logo

А-ха-ха




_jorge_borges

А-ха-ха


Published : 3 months, 1 week ago (Fri, 29 Aug 2008 03:00:14 PDT)
Searched:
http://users.livejournal.com/_jorge_borges/153227.html  0 links
Related posts

http://community.livejournal.com/ru_java/700574.html

Цитата из java.lang.String:

if (ignoreCase) {
// If characters don't match but case may be ignored,
// try converting both characters to uppercase.
// If the results match, then the comparison scan should
// continue.
char u1 = Character.toUpperCase(c1);
char u2 = Character.toUpperCase(c2);
if (u1 == u2) {
continue;
}
// Unfortunately, conversion to uppercase does not work properly
// for the Georgian alphabet, which has strange rules about case
// conversion.
So we need to make one last check before
// exiting.
if (Character.toLowerCase(u1) == Character.toLowerCase(u2)) {
continue;
}

_jorge_borges


More results for ""


This is cached version of livejournal post retrieved by LjSEEK on 2008-08-29 03:00:28 . Post may have changed since that time. Click here for actual post version. LjSEEK.COM is not affiliated with author of this post and is not responsible for its content.
These search terms have been highlighted:
Disable Highlighting
_jorge_borges's Search:
Get your own code!
Copyright © 2005,2006 ljseek.com This service is not affiliated with LiveJournal.com
Design by Steorra.com