Searched defs:s2 (Results 226 - 250 of 371) sorted by relevance

1234567891011>>

/external/icu4c/test/cintltst/
H A Dcbiapts.c323 UChar s2[] = {0x41, 0x42, 0x43, 0x44, 0x45, 0}; local
337 ut = utext_openUChars(ut, s2, -1, &status);
H A Didnatest.c52 const UChar *s2, int32_t s2Len,
519 const UChar* s2, int32_t s2Len,
524 int32_t retVal = func(s1,-1,s2,-1,UIDNA_DEFAULT,&status);
534 retVal = func(s1,-1,s2,-1,UIDNA_ALLOW_UNASSIGNED,&status);
544 retVal = func(s1,s1Len,s2,s2Len,UIDNA_DEFAULT,&status);
554 retVal = func(s1,s1Len,s2,s2Len,UIDNA_ALLOW_UNASSIGNED,&status);
518 testCompareWithSrc(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len, const char* testName, CompareFunc func, UBool isEqual) argument
/external/icu4c/test/intltest/
H A Drbbiapts.cpp312 const char *s2 = "\x73\x65\x65\x20\x79\x61"; /* "see ya" in UTF-8 */ local
333 LocalUTextPointer ut2(utext_openUTF8(NULL, s2, -1, status));
H A Dregcoll.cpp499 static const UChar s2[] = {0x41, 0x0302, 0x0300, 0x0301, 0}; local
504 if (c->compare(s1,s2) == 0)
576 static const UChar s2[] = {0x41, 0x0327, 0x0316, 0x0315, 0x0300, 0}; local
587 if (c->compare(s1,s2) != 0)
/external/libnfc-nxp/src/
H A DphFriNfc_FelicaMap.c94 static int phFriNfc_Felica_MemCompare ( void *s1, void *s2, unsigned int n );
3029 static int phFriNfc_Felica_MemCompare ( void *s1, void *s2, unsigned int n ) argument
3033 int8_t *char_2 =(int8_t *)s2;
3034 if(NULL == s1 || NULL == s2)
H A DphFriNfc_MifULFormat.c186 static int MemCompare1 ( void *s1, void *s2, unsigned int n );
189 static int MemCompare1 ( void *s1, void *s2, unsigned int n ) argument
193 int8_t *char_2 =(int8_t *)s2;
194 if(NULL == s1 || NULL == s2)
/external/libpcap/
H A Dpcap.c467 pcap_strcasecmp(const char *s1, const char *s2) argument
471 *us2 = (const u_char *)s2;
/external/opencv/cv/src/
H A Dcvmoments.cpp528 double m00s = mState->inv_sqrt_m00, m00 = m00s * m00s, s2 = m00 * m00, s3 = s2 * m00s; local
530 double nu20 = mState->mu20 * s2,
531 nu11 = mState->mu11 * s2,
532 nu02 = mState->mu02 * s2,
H A Dcvsegmentation.cpp459 int s0 = 0, s1 = 0, s2 = 0, sx = 0, sy = 0; local
479 s0 += t0; s1 += t1; s2 += t2;
485 s0 += t0; s1 += t1; s2 += t2;
491 s0 += t0; s1 += t1; s2 += t2;
497 s0 += t0; s1 += t1; s2 += t2;
507 s0 += t0; s1 += t1; s2 += t2;
523 s2 = cvRound(s2*icount);
527 tab[s2 - c2 + 255] <= termcrit.epsilon;
530 c0 = s0; c1 = s1; c2 = s2;
[all...]
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_string.c302 int SDL_memcmp(const void *s1, const void *s2, size_t len) argument
305 char *s2p = (char *)s2;
/external/quake/quake/src/QW/client/
H A Dcl_ents.c412 entity_state_t *s1, *s2; local
430 s2 = s1; // FIXME: no interpolation right now
491 a2 = s2->angles[i];
502 ent->origin[i] = s2->origin[i] +
503 f * (s1->origin[i] - s2->origin[i]);
/external/stlport/src/c_locale_win32/
H A Dc_wlocale_win32.c199 const wchar_t* s2, size_t n2) {
204 result = CompareStringW(lcol->lc.id, 0, s1, size1, s2, size2);
215 const wchar_t* s2, size_t n2) {
217 result = _WLocale_strcmp_aux(lcol, s1, n1, s2, n2);
197 _WLocale_strcmp_aux(_Locale_collate_t* lcol, const wchar_t* s1, size_t n1, const wchar_t* s2, size_t n2) argument
213 _WLocale_strcmp(_Locale_collate_t* lcol, const wchar_t* s1, size_t n1, const wchar_t* s2, size_t n2) argument
/external/svox/pico/lib/
H A Dpicoacph.c636 s2: nr sylls in word after (but excluding) the first primary stressed syll */
641 picoos_uint8 *s2) {
652 *s2 = 0;
660 (*s2)++;
667 (*s2)++;
673 if ((*s2) > 0) {
674 (*s2)--;
678 (*s2) = (*s1);
693 picoos_uint8 s2; local
695 if (!acphAccNrSyllParts(this, acph, ind, &s1, &s2)) {
637 acphAccNrSyllParts(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind, picoos_uint8 *s1, picoos_uint8 *s2) argument
739 picoos_uint8 s2; local
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c399 DiSym* s2 = (DiSym*)v2; local
400 if (s1->addr < s2->addr) return -1;
401 if (s1->addr > s2->addr) return 1;
402 return VG_(strcmp)(s1->name, s2->name);
/external/valgrind/main/coregrind/
H A Dm_libcbase.c245 Int VG_(strcmp) ( const Char* s1, const Char* s2 )
248 if (*s1 == 0 && *s2 == 0) return 0;
250 if (*s2 == 0) return 1;
252 if (*(UChar*)s1 < *(UChar*)s2) return -1;
253 if (*(UChar*)s1 > *(UChar*)s2) return 1;
255 s1++; s2++;
259 Int VG_(strcasecmp) ( const Char* s1, const Char* s2 )
263 UChar c2 = (UChar)VG_(tolower)(*s2);
271 s1++; s2++;
275 Int VG_(strncmp) ( const Char* s1, const Char* s2, Size argument
291 strncasecmp( const Char* s1, const Char* s2, SizeT nmax ) argument
482 memcmp( const void* s1, const void* s2, SizeT n ) argument
565 SizeT s, s1, s2; local
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-aix5.c788 static void pre_argv_envp(Addr a, ThreadId tid, Char* s1, Char* s2) argument
797 PRE_MEM_RASCIIZ( s2, a_deref );
/external/webkit/Source/WebCore/xml/
H A DXPathFunctions.cpp453 String s2 = arg(1)->evaluate().toString(); local
455 if (s2.isEmpty())
458 return s1.startsWith(s2);
464 String s2 = arg(1)->evaluate().toString(); local
466 if (s2.isEmpty())
469 return s1.contains(s2) != 0;
475 String s2 = arg(1)->evaluate().toString(); local
477 if (s2.isEmpty())
480 size_t i = s1.find(s2);
491 String s2 local
552 String s2 = arg(1)->evaluate().toString(); local
[all...]
/external/bluetooth/glib/tests/
H A Dregex-test.c66 streq (const gchar *s1, const gchar *s2) argument
68 if (s1 == NULL && s2 == NULL)
72 else if (s2 == NULL)
75 return strcmp (s1, s2) == 0;
408 t1, s1, e1, t2, s2, e2) { \
411 t1, s1, e1, t2, s2, e2, NULL)) \
418 t1, s1, e1, t2, s2, e2, t3, s3, e3) { \
421 t1, s1, e1, t2, s2, e2, t3, s3, e3, NULL)) \
428 t1, s1, e1, t2, s2, e2, t3, s3, e3, t4, s4, e4) { \
431 t1, s1, e1, t2, s2, e
[all...]
/external/chromium/testing/gmock/test/
H A Dgmock-generated-actions_test.cc105 string Concat4(const char* s1, const char* s2, const char* s3, argument
107 return string(s1) + s2 + s3 + s4;
118 string Concat5(const char* s1, const char* s2, const char* s3, argument
120 return string(s1) + s2 + s3 + s4 + s5;
133 string Concat6(const char* s1, const char* s2, const char* s3, argument
135 return string(s1) + s2 + s3 + s4 + s5 + s6;
138 string Concat7(const char* s1, const char* s2, const char* s3, argument
141 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7;
144 string Concat8(const char* s1, const char* s2, const char* s3, argument
147 return string(s1) + s2
150 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
156 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
[all...]
/external/clang/test/Sema/
H A Darray-init.c192 struct s2 {struct s1 c;} t2 = { t1 }; struct
/external/e2fsprogs/intl/
H A Ddcigettext.c260 const struct known_translation_t *s2; local
264 s2 = (const struct known_translation_t *) p2;
266 result = strcmp (s1->msgid, s2->msgid);
269 result = strcmp (s1->domainname, s2->domainname);
274 result = s1->category - s2->category;
/external/elfutils/src/
H A Dnm.c964 GElf_SymX *s2 = (GElf_SymX *) p2; local
968 elf_strptr (ebl->elf, shdr->sh_link, s2->sym.st_name));
976 GElf_SymX *s2 = (GElf_SymX *) p2; local
978 int result = (s1->sym.st_value < s2->sym.st_value
979 ? -1 : (s1->sym.st_value == s2->sym.st_value ? 0 : 1));
/external/grub/netboot/
H A Deepro100.c383 int s1, s2; local
424 s2 = inw (ioaddr + SCBStatus);
427 printf ("s1 = %hX, s2 = %hX.\n", s1, s2);
/external/icu4c/common/
H A Dunistr.cpp107 operator+ (const UnicodeString &s1, const UnicodeString &s2) { argument
109 UnicodeString(s1.length()+s2.length()+1, (UChar32)0, 0).
111 append(s2);
H A Dustring.c668 const UChar *s2)
674 c2=*s2++;
684 const UChar *s2, int32_t length2,
691 start2=s2;
696 if(s1==s2) {
702 c2=*s2;
710 ++s2;
717 if(s1==s2) {
730 c2=*s2;
738 ++s2;
667 u_strcmp(const UChar *s1, const UChar *s2) argument
683 uprv_strCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, UBool strncmpStyle, UBool codePointOrder) argument
921 u_strCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, UBool codePointOrder) argument
933 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2) argument
938 u_strncmp(const UChar *s1, const UChar *s2, int32_t n) argument
958 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n) argument
1154 u_memcmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t count) argument
[all...]

Completed in 1410 milliseconds

1234567891011>>