Home | History | Annotate | Download | only in nav

Lines Matching refs:mNumberWords

1777                         s->mNumberWords &= ~(1 << s->mWordCount);
1793 s->mNumberWords &= ~(1 << s->mWordCount);
1825 if ((s->mWordCount == 2 && s->mNumberWords == 3 && WTF::isASCIIDigit(s->mWords[1][1])) || // choose second of 8888 333 Main
1828 if (s->mNumberWords == 0)
1831 while ((s->mNumberWords & (1 << shift)) == 0)
1833 s->mNumberWords >>= ++shift;
1884 s->mNumberWords |= 1 << s->mWordCount;
2101 if (s->mNumberWords != 0) {
2105 while ((s->mNumberWords & (1 << shift)) == 0)
2110 } while (s->mNumberWords >> ++shift != 0);
2133 if (s->mNumberWords != 0) {
2135 while ((s->mNumberWords & (1 << shift)) == 0)
2137 s->mNumberWords >>= ++shift;
2153 s->mNumberWords = 0;