Searched refs:ustr2 (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcre_string_utils.c108 const pcre_uint8 *ustr2 = (pcre_uint8 *)str2; local
112 while (*str1 != '\0' || *ustr2 != '\0')
115 c2 = (pcre_uchar)*ustr2++;
128 const pcre_uint8 *ustr2 = (pcre_uint8 *)str2; local
132 while (*str1 != '\0' || *ustr2 != '\0')
135 c2 = (pcre_uchar)*ustr2++;
176 const pcre_uint8 *ustr2 = (pcre_uint8 *)str2; local
183 c2 = (pcre_uchar)*ustr2++;

Completed in 83 milliseconds