Lines Matching refs:kNowhere
16 static const TextIdx kNowhere = static_cast<TextIdx>(-1); variable
20 TextIdx from = kNowhere; in dryRun()
21 TextIdx to = kNowhere; in dryRun()
32 if ((to == kNowhere) || (to < i)) { in dryRun()
33 if (from != kNowhere) { in dryRun()
42 if (from != kNowhere) { in dryRun()
52 TextIdx from = kNowhere; in createDictionary()
53 TextIdx to = kNowhere; in createDictionary()
63 if ((to == kNowhere) || (to < i)) { in createDictionary()
64 if (from != kNowhere) { in createDictionary()
73 if (from != kNowhere) { in createDictionary()