Searched defs:us1 (Results 1 - 10 of 10) sorted by relevance

/external/tcpdump/
H A Dstrcasecmp.c71 *us1 = (u_char *)s1, local
74 while (cm[*us1] == cm[*us2++])
75 if (*us1++ == '\0')
77 return(cm[*us1] - cm[*--us2]);
86 *us1 = (u_char *)s1, local
89 while (--n >= 0 && cm[*us1] == cm[*us2++])
90 if (*us1++ == '\0')
92 return(n < 0 ? 0 : cm[*us1] - cm[*--us2]);
/external/chromium_org/third_party/icu/source/samples/ustring/
H A Dustring.cpp546 static UChar us1[40]; local
548 u_charsToUChars(cs1, us1, 33); /* include the terminating NUL */
549 u_UCharsToChars(us1, cs2, 33);
/external/icu/icu4c/source/samples/ustring/
H A Dustring.cpp546 static UChar us1[40]; local
548 u_charsToUChars(cs1, us1, 33); /* include the terminating NUL */
549 u_UCharsToChars(us1, cs2, 33);
/external/clang/test/SemaCXX/
H A Danonymous-union.cpp141 double us1; // expected-note {{declared private here}} member in struct:test4::A::__anon19226::__anon19227
155 (void) a.us1; // expected-error {{private member}}
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmserr.c34 register const unsigned char *us1 = (const unsigned char *)s1, local
37 while (toupper(*us1) == toupper(*us2++))
38 if (*us1++ == '\0')
41 return (toupper(*us1) - toupper(*--us2));
/external/chromium_org/third_party/sqlite/src/src/
H A Drecover.c358 const unsigned char *us1 = (const unsigned char *)s1; local
360 while( *us1 && *us2 && n && ascii_tolower(*us1)==ascii_tolower(*us2) ){
361 us1++, us2++, n--;
363 return n ? ascii_tolower(*us1)-ascii_tolower(*us2) : 0;
/external/libpcap/
H A Dpcap.c1082 *us1 = (const u_char *)s1, local
1085 while (cm[*us1] == cm[*us2++])
1086 if (*us1++ == '\0')
1088 return (cm[*us1] - cm[*--us2]);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c3017 const char* us1; local
3042 us1 = ures_getLocaleByType(rb1, ULOC_ACTUAL_LOCALE, &status);
3051 if (strcmp(us1,newLoc)!=0 || strcmp(us1,us2)!=0 ) {
3055 log_verbose("ures_getStringByKey old:%s new:%s\n", us1, us2);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c3018 const char* us1; local
3043 us1 = ures_getLocaleByType(rb1, ULOC_ACTUAL_LOCALE, &status);
3052 if (strcmp(us1,newLoc)!=0 || strcmp(us1,us2)!=0 ) {
3056 log_verbose("ures_getStringByKey old:%s new:%s\n", us1, us2);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c110604 const unsigned char *us1 = (const unsigned char *)s1; local
[all...]

Completed in 486 milliseconds