Searched refs:is_word (Results 1 – 2 of 2) sorted by relevance
213 function is_word(c) { function388 while (pos < cmd.length && !is_word(cmd.charAt(pos)))390 while (pos < cmd.length && is_word(cmd.charAt(pos)))396 while (pos > 0 && !is_word(cmd.charAt(pos - 1)))398 while (pos > 0 && is_word(cmd.charAt(pos - 1)))595 while (pos > 0 && is_word(line[pos - 1])) {619 if (is_word(c)) {1438 while (i < n && is_word(str[i]))1447 … while (i < n && (is_word(str[i]) || (str[i] == '.' && (i == n - 1 || str[i + 1] != '.')))) {1469 while (i < n && is_word(str[i]))[all …]
207 function is_word(c) { function380 while (pos < cmd.length && !is_word(cmd.charAt(pos)))382 while (pos < cmd.length && is_word(cmd.charAt(pos)))388 while (pos > 0 && !is_word(cmd.charAt(pos - 1)))390 while (pos > 0 && is_word(cmd.charAt(pos - 1)))587 while (pos > 0 && is_word(line[pos - 1])) {611 if (is_word(c)) {1417 while (i < n && is_word(str[i]))1426 … while (i < n && (is_word(str[i]) || (str[i] == '.' && (i == n - 1 || str[i + 1] != '.')))) {1448 while (i < n && is_word(str[i]))[all …]
Completed in 7 milliseconds