HomeSort by relevance Sort by last modified time
    Searched full:ustr2 (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist/
pcre_string_utils.c 108 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++;
  /external/bison/src/
uniqstr.h 39 #define UNIQSTR_EQ(USTR1, USTR2) (!!((USTR1) == (USTR2)))
43 #define UNIQSTR_CMP(USTR1, USTR2) ((USTR1) - (USTR2))

Completed in 3209 milliseconds