Searched refs:next_next (Results 1 – 3 of 3) sorted by relevance
137 const auto next_next = safeCharAtIndex(path, i+2); in needsNormalization() local138 switch (next_next) { in needsNormalization()
4310 const CHAR_T *next_next = p + 1 < pend ? p + 1 : 0; in PREFIX() local4315 : next_backslash && next_next && *next_next == ')') in PREFIX()4318 : next_backslash && next_next && *next_next == '|'); in PREFIX()