Home | History | Annotate | Download | only in base

Lines Matching full:string_end

924                          const CHAR** string, const CHAR* string_end,
927 while (*pattern != pattern_end && *string != string_end) {
945 if (pattern_char == next(&string_next, string_end) &&