Lines Matching refs:pos
220 StrPos pos) {221 if (pos < html_string->end_ && pos > html_string->start_ + 2 &&222 *pos == L'>') {223 return *(pos-1) == L'-' && *(pos-2) == L'-';229 StrPos pos) {230 if (pos < html_string->end_ && pos > html_string->start_ + 2 &&231 *pos == L'>') {232 return *(pos-1) == L']';