HomeSort by relevance Sort by last modified time
    Searched refs:str1 (Results 51 - 75 of 296) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libxslt/libxslt/
xsltlocale.h 55 int xsltLocaleStrcmp(xsltLocale locale, const xsltLocaleChar *str1, const xsltLocaleChar *str2);
  /external/chromium_org/v8/test/mjsunit/
string-externalize.js 55 var str1 = str + twoByteExternalWithOneByteData;
56 assertTrue(isOneByteString(str1));
59 var old_length = str1.length - twoByteExternalWithOneByteData.length;
61 assertEquals(String.fromCharCode(i & 0x7f), str1[i]);
63 for (var i = old_length; i < str1.length; i++) {
64 assertEquals("A", str1[i]);
68 assertTrue(isOneByteString(str1));
71 assertTrue(isOneByteString(str1.toLowerCase()));
  /external/icu/icu4c/source/common/
unistr_case.cpp 171 const UnicodeString *str1 = (const UnicodeString*) key1.pointer; local
173 if (str1 == str2) {
176 if (str1 == NULL || str2 == NULL) {
179 return str1->caseCompare(*str2, U_FOLD_CASE_DEFAULT) == 0;
cstring.c 233 uprv_stricmp(const char *str1, const char *str2) {
234 if(str1==NULL) {
248 c1=(unsigned char)*str1;
265 ++str1;
272 uprv_strnicmp(const char *str1, const char *str2, uint32_t n) {
273 if(str1==NULL) {
287 c1=(unsigned char)*str1;
304 ++str1;
  /external/chromium_org/third_party/icu/source/common/
cstring.c 233 uprv_stricmp(const char *str1, const char *str2) {
234 if(str1==NULL) {
248 c1=(unsigned char)*str1;
265 ++str1;
272 uprv_strnicmp(const char *str1, const char *str2, uint32_t n) {
273 if(str1==NULL) {
287 c1=(unsigned char)*str1;
304 ++str1;
  /frameworks/base/tools/split-select/
TestRules.h 52 const Rule ContainsAnyRule(Rule::Key key, const char* str1);
53 const Rule ContainsAnyRule(Rule::Key key, const char* str1, const char* str2);
  /bionic/libc/arch-mips/string/
mips_strlen.c 136 char str1[] = "DHRYSTONE PROGRAM, 1'ST STRING"; variable
181 P (str1, 0);
182 P (str1, 1);
183 P (str1, 2);
184 P (str1, 3);
  /bionic/libc/arch-mips64/string/
mips_strlen.c 137 char str1[] = "DHRYSTONE PROGRAM, 1'ST STRING"; variable
182 P (str1, 0);
183 P (str1, 1);
184 P (str1, 2);
185 P (str1, 3);
  /external/zopfli/src/zopfli/
zopfli_bin.c 115 static char* AddStrings(const char* str1, const char* str2) {
116 size_t len = strlen(str1) + strlen(str2);
119 strcpy(result, str1);
124 static char StringsEqual(const char* str1, const char* str2) {
125 return strcmp(str1, str2) == 0;
  /external/qemu/android/utils/
dll.c 20 append_string( const char* str1, const char* str2 )
22 int len1 = strlen(str1);
27 memcpy(result, str1, len1);
  /external/chromium_org/third_party/webrtc/base/
logging_unittest.cc 48 std::string str1, str2; local
49 StringStream stream1(str1), stream2(str2);
58 EXPECT_NE(std::string::npos, str1.find("INFO"));
59 EXPECT_EQ(std::string::npos, str1.find("VERBOSE"));
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 61 const char *str1 = "qwerty"; local
62 uptr len1 = internal_strlen(str1);
83 EXPECT_EQ(len1, internal_write(fd, str1, len1));
112 EXPECT_EQ(0, internal_memcmp(buf, str1, len1));
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /external/chromium_org/third_party/WebKit/PerformanceTests/Layout/resources/
floats.js 26 function toggle(str, str1, str2) {
27 return str == str1 ? str2 : str1;
  /external/protobuf/src/google/protobuf/
message_unittest.cc 78 string str1("foo");
81 EXPECT_TRUE(message.SerializeToString(&str1));
85 EXPECT_EQ(str1.size() + 3, str2.size());
89 EXPECT_TRUE(str2.substr(3) == str1);
91 // GCC gives some sort of error if we try to just do stream.str() == str1.
93 EXPECT_TRUE(temp == str1);
95 EXPECT_TRUE(message.SerializeAsString() == str1);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)

Completed in 985 milliseconds

1 23 4 5 6 7 8 91011>>