Lines Matching full:nameletter
2193 char nameLetter = names[idx];2195 if (nameLetter == '*') {2200 bool fullOnly = WTF::isASCIILower(nameLetter);2201 nameLetter = WTF::toASCIIUpper(nameLetter);2202 if (testUpper == nameLetter) {