Searched refs:kNowhere (Results 1 – 1 of 1) sorted by relevance
16 static const TextIdx kNowhere = static_cast<TextIdx>(-1); variable20 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()[all …]