Lines Matching refs:char
432 var char = str.charAt(sliceEnd),
435 if ((char.match(lunr.tokenizer.separator) || sliceEnd == len)) {
1451 var char = frame.str.charAt(0),
1454 if (char in frame.node.edges) {
1455 noEditNode = frame.node.edges[char]
1458 frame.node.edges[char] = noEditNode
1586 var char = str[i],
1589 if (char == "*") {
1590 node.edges[char] = node
1597 node.edges[char] = next
1789 char = word[i]
1791 node.edges[char] = nextNode
1795 char: char,
1816 node.parent.edges[node.char] = this.minimizedNodes[childKey]
3038 var char = this.str.charAt(this.pos)
3040 return char
3060 var char, charCode
3063 char = this.next()
3064 charCode = char.charCodeAt(0)
3067 if (char != lunr.QueryLexer.EOS) {
3138 var char = lexer.next()
3140 if (char == lunr.QueryLexer.EOS) {
3145 if (char.charCodeAt(0) == 92) {
3150 if (char == ":") {
3154 if (char == "~") {
3162 if (char == "^") {
3173 if (char == "+" && lexer.width() === 1) {
3181 if (char == "-" && lexer.width() === 1) {
3186 if (char.match(lunr.QueryLexer.termSeparator)) {