HomeSort by relevance Sort by last modified time
    Searched refs:strB (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 293 static const char* strB = "WhirledPeas";
311 coded_output->WriteVarint32(strlen(strB));
312 coded_output->WriteRaw(strB, strlen(strB));
327 EXPECT_EQ(strlen(strB), insize);
329 EXPECT_EQ(0, memcmp(temp_buffer, strB, insize));
598 static const char* strB = "QuickBrownFox";
620 outlen = strlen(strB) + 1;
622 coded_output->WriteRaw(strB, outlen);
640 EXPECT_EQ(strlen(strB) + 1, insize)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c 988 UChar strB[MAXSLEN+1];
1006 strB[0] = baseA;
1009 strB[sLen-i] = ccMix[i % 3];
1012 strB[sLen] = 0;
1015 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/
1017 doTest(coll, strA, strB, UCOL_EQUAL);
1029 static const UChar strB[] = {0x41, 0xc0, 0x316, 0};
1031 doTest(coll, strA, strB, UCOL_EQUAL);
1043 static const UChar strB[] = {0x41, 0xc0, 0x316, 0xD800, 0xDC00, 0};
1045 doTest(coll, strA, strB, UCOL_GREATER)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c     [all...]
  /external/libedit/src/
terminal.c 1052 static const Char strB[] = {033, '[', 'B', '\0'};
1065 keymacro_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type);
1080 keymacro_add(el, &strB[1], &arrow[A_K_DN].fun, arrow[A_K_DN].type);
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c     [all...]
  /external/libxml2/
xmlschemas.c     [all...]

Completed in 513 milliseconds