HomeSort by relevance Sort by last modified time
    Searched full:str2 (Results 1 - 25 of 213) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/Sema/
overloaded-func-transparent-union.c 7 char *str2; member in struct:__anon5122
14 __attribute__((overloadable)) void Class_Init(Instance this, char *str, void *str2) {
16 this.object->str2 = str2;
21 this.object->str2 = str;
  /external/stlport/test/unit/
collate_facets_test.cpp 23 char const str2[] = "abcdef2"; local
25 const size_t size2 = sizeof(str2) / sizeof(str2[0]) - 1;
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 )
43 char const str2[] = "abcdef2"; local
90 wchar_t const str2[] = L"abcdef2"; local
217 char const str2[] = "abcdef2"; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
collate_facets_test.cpp 23 char const str2[] = "abcdef2"; local
25 const size_t size2 = sizeof(str2) / sizeof(str2[0]) - 1;
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 )
43 char const str2[] = "abcdef2"; local
90 wchar_t const str2[] = L"abcdef2"; local
217 char const str2[] = "abcdef2"; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
collate_facets_test.cpp 23 char const str2[] = "abcdef2"; local
25 const size_t size2 = sizeof(str2) / sizeof(str2[0]) - 1;
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 )
43 char const str2[] = "abcdef2"; local
90 wchar_t const str2[] = L"abcdef2"; local
217 char const str2[] = "abcdef2"; local
    [all...]
  /external/icu4c/common/
cstring.h 67 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE stricmp(str1, str2)
68 # define uprv_strnicmp(str1, str2, n) U_STANDARD_CPP_NAMESPACE strnicmp(str1, str2, n)
70 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE _stricmp(str1, str2)
71 # define uprv_strnicmp(str1, str2, n) U_STANDARD_CPP_NAMESPACE _strnicmp(str1, str2, n)
74 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE strcasecmp(str1, str2)
    [all...]
uhash_us.cpp 40 const UnicodeString *str2 = (const UnicodeString*) key2.pointer; local
41 if (str1 == str2) {
44 if (str1 == NULL || str2 == NULL) {
47 return *str1 == *str2;
  /frameworks/compile/linkloader/tests/images/
rodata-test-arm.o 
rodata-test-tegra2.o 
simple-test-arm.o 
test-arm.o 
test-tegra2.o 
  /external/srec/seti/setiUtils/src/
platform_utils.c 93 int stricmp(const char *str1, const char *str2)
95 if(str1 == NULL || str2 == NULL){
97 PLogError(L("stricmp: str1 or str2 is NULL\n"));
102 for (; *str1 != '\0' && *str2 != '\0' && tolower(*str1) == tolower(*str2);
103 str1++, str2++)
106 return *str2 == '\0'? 0 : -1;
107 else if (*str2 == '\0')
110 return tolower(*str1) < tolower(*str2)? -1 : 1;
  /external/libxml2/include/libxml/
xmlstring.h 65 const xmlChar *str2);
68 const xmlChar *str2,
72 const xmlChar *str2);
75 const xmlChar *str2,
79 const xmlChar *str2);
95 const xmlChar *str2,
  /external/llvm/test/MC/ELF/
entsize.s 13 .type .L.str2,@object # @.str2
14 .L.str2:
16 .size .L.str2, 7
19 .section .rodata.str2.1,"aMS",@progbits,2
48 // CHECK-NEXT: ('sh_name', 0x00000039) # '.rodata.str2.1'
basic-elf-32.s 12 movl $.L.str2, (%esp)
26 .type .L.str2,@object # @.str2
27 .L.str2:
29 .size .L.str2, 7
basic-elf-64.s 12 movl $.L.str2, %edi
26 .type .L.str2,@object # @.str2
27 .L.str2:
29 .size .L.str2, 7
  /external/llvm/test/CodeGen/Blackfin/
invalid-apint.ll 6 @str2 = external global [29 x i8]
11 %tmp23 = call i32 (i8*, ...)* @printf(i8* getelementptr ([29 x i8]* @str2, i32 0, i64 0), i32 %a11, double 0.000000e+00, i32 %tmp17, double %a14, i32 0)
  /external/skia/tests/
ParsePathTest.cpp 5 SkString str, str2; local
12 SkParsePath::ToSVGString(path2, &str2);
13 REPORTER_ASSERT(reporter, str == str2);
18 SkDebugf("str1=%s\nstr2=%s\n", str.c_str(), str2.c_str());
  /external/v8/test/mjsunit/
string-externalize.js 76 var str2 = str + realTwoByteExternalString;
77 assertFalse(isAsciiString(str2));
80 old_length = str2.length - realTwoByteExternalString.length;
82 assertEquals(String.fromCharCode(i & 0x7f), str2[i]);
85 assertEquals("\u1234", str2[i]);
89 assertFalse(isAsciiString(str2));
  /packages/inputmethods/PinyinIME/jni/share/
utf16char.cpp 103 int utf16_strcmp(const char16* str1, const char16* str2) {
105 while (str1[pos] == str2[pos] && (char16)'\0' != str1[pos])
108 return static_cast<int>(str1[pos]) - static_cast<int>(str2[pos]);
111 int utf16_strncmp(const char16 *str1, const char16 *str2, size_t size) {
113 while (pos < size && str1[pos] == str2[pos] && (char16)'\0' != str1[pos])
119 return static_cast<int>(str1[pos]) - static_cast<int>(str2[pos]);
  /external/icu4c/samples/translit/answers/
main_4.cpp 38 UnicodeString str, str2; local
101 str2 = str;
107 unaccent->transliterate(str2);
109 uprintf(escape(str2));
  /external/icu4c/samples/translit/
main.cpp 39 UnicodeString str, str2; local
103 str2 = str;
109 unaccent->transliterate(str2);
111 uprintf(escape(str2));
  /external/openssl/crypto/
o_str.c 69 int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n)
72 while (*str1 && *str2 && n)
74 int res = toupper(*str1) - toupper(*str2);
77 str2++;
84 if (*str2)
91 return strncasecmp(str1, str2, n);
94 int OPENSSL_strcasecmp(const char *str1, const char *str2)
97 return OPENSSL_strncasecmp(str1, str2, (size_t)-1);
99 return strcasecmp(str1, str2);
  /cts/tests/tests/widget/src/android/widget/cts/
ArrayAdapterTest.java 42 private static final String STR2 = "string2";
95 new String[] {"str1", "str2"});
98 new String[] {"str1", "str2"});
102 list.add(STR2);
150 mArrayAdapter.add(STR2);
216 mArrayAdapter.add(STR2);
222 assertEquals(STR2, ((TextView) mArrayAdapter.getView(1, null, null)).getText());
320 mArrayAdapter.insert(STR2, 0);
323 assertEquals(0, mArrayAdapter.getPosition(STR2));
357 mArrayAdapter.add(STR2);
    [all...]
  /external/clang/test/CodeGen/
darwin-string-literals.c 5 // CHECK-LSB: @.str2 = internal unnamed_addr constant [36 x i8] c"h\00e\00l\00l\00o\00 \00\92! \00\03& \00\90! \00w\00o\00r\00l\00d\00\00\00", align 2
11 // CHECK-MSB: @.str2 = internal unnamed_addr constant [36 x i8] c"\00h\00e\00l\00l\00o\00 !\92\00 &\03\00 !\90\00 \00w\00o\00r\00l\00d\00\00", align 2

Completed in 1586 milliseconds

1 2 3 4 5 6 7 8 9