Lines Matching defs:word
1582 // machine word for the current character width in order to be used in
2092 void EmitWordCheck(RegExpMacroAssembler* assembler, Label* word,
2097 fall_through_on_word ? non_word : word)) {
2103 assembler->CheckCharacterGT('a' - 1, word);
2104 assembler->CheckCharacterLT('9' + 1, word);
2106 assembler->CheckCharacterLT('Z' + 1, word);
2110 assembler->CheckCharacter('_', word);
2157 // Emit the code to handle \b and \B (word-boundary or non-word-boundary).
2186 // Fall through on non-word.
2188 // Next character is not a word character.
2215 Label* word = backtrack_if_previous == kIsNonWord ? &fall_through
2226 // The start of input counts as a non-word character, so the question is
2236 EmitWordCheck(assembler, word, non_word, backtrack_if_previous == kIsNonWord);
3060 // Save some time by looking at most one machine word ahead.
3516 // if it matched a word or a non-word, and to the second '.' that it
3517 // has to check if it succeeds a word or non-word. In this case the
3523 // | word? | | check word |