Home | History | Annotate | Download | only in nav

Lines Matching refs:isASCIIDigit

1830                 if (WTF::isASCIIDigit(ch) == false) {
1858 if (WTF::isASCIIDigit(ch)) {
1864 if (WTF::isASCIIDigit(prior) == false)
1879 if (0 && WTF::isASCIIDigit(ch)) {
1885 if (WTF::isASCIIDigit(ch) == false && WTF::isASCIIUpper(ch) == false)
1936 if (WTF::isASCIIUpper(firstLetter) == false && WTF::isASCIIDigit(firstLetter) == false)
1939 if ((s->mWordCount == 2 && s->mNumberWords == 3 && WTF::isASCIIDigit(s->mWords[1][1])) || // choose second of 8888 333 Main
1991 if (WTF::isASCIIDigit(ch)) {
2026 if (WTF::isASCIIDigit(ch) == false) {
2110 if (WTF::isASCIIDigit(ch))
2114 if (WTF::isASCIIDigit(ch)) {
2117 if (WTF::isASCIIDigit(prior))
2160 if (WTF::isASCIIDigit(ch)) {
2214 if (WTF::isASCIIAlpha(letter) == false && WTF::isASCIIDigit(letter) == false) {
2474 if (WTF::isASCIIDigit(ch) == false) {
2513 if (WTF::isASCIIDigit(s->mBackOne != '1' ? s->mBackOne : s->mBackTwo))
2520 return pState == '\0' ? FOUND_COMPLETE : pState == '(' || (WTF::isASCIIDigit(pState) && WTF::isASCIIDigit(pattern[-1])) ?