Searched refs:HasTextBehind (Results 1 – 1 of 1) sorted by relevance
366 bool HasTextBehind = hasTextBehind(Idx, Tokens); in tokenize() local369 if ((!HasTextAhead && !HasTextBehind) || (!HasTextAhead && Idx == 0)) in tokenize()372 if ((!HasTextBehind && !HasTextAhead) || (!HasTextBehind && Idx == LastIdx)) in tokenize()