Home | History | Annotate | Download | only in WebCore

Lines Matching full:lowercase

2962         * kwq/KWQKJavaAppletWidget.mm: (KJavaAppletWidget::setParameter): Lowercase all the
5366 (HTMLTokenizer::parseTag): use tolower() to lowercase a char, don't use | 0x20 because that will cause chars like '_' to turn into junk
8414 is the "canonical" one and is in canonical case and punctuation (no longer requiring lowercase).
8417 lowercase and not use any punctuation. Since the comparison is done ignoring non-alphanumeric
11793 letters of words, but don't make any letters lowercase.
17102 (hex2int): Don't bother with uppercase hex since we always lowercase anyway.
17110 color name, since our QColor::setNamedColor already has to lowercase the name (because it has to check
17157 (QString::lower): Don't detach if the string is already all lowercase. Added a FIXME about the