Searched refs:strB (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc293 static const char* strB = "WhirledPeas"; local
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"; local
620 outlen = strlen(strB) + 1;
622 coded_output->WriteRaw(strB, outlen);
640 EXPECT_EQ(strlen(strB)
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c988 UChar strB[MAXSLEN+1]; local
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}; local
1031 doTest(coll, strA, strB, UCOL_EQUAL);
1043 static const UChar strB[] = {0x41, 0xc0, 0x316, 0xD800, 0xDC00, 0}; local
1045 doTest(coll, strA, strB, UCOL_GREATE
1052 static const UChar strB[] = {0x41, 0x00, 0x00, 0x00}; local
1114 static const UChar strB[] = {0x41, 0x41, 0x300, 0x316, 0x00, 0x00, 0x00}; local
1174 static const UChar strB[] = {0x41, 0x0, 0x302, 0x316, 0x41, 0x300, 0x00}; local
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c2292 UChar strB[MAXSLEN+1]; local
2310 strB[0] = baseA;
2313 strB[sLen-i] = ccMix[i % 3];
2316 strB[sLen] = 0;
2319 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/
2321 doTest(coll, strA, strB, UCOL_EQUAL);
2333 static const UChar strB[] = {0x41, 0xc0, 0x316, 0}; local
2335 doTest(coll, strA, strB, UCOL_EQUAL);
2347 static const UChar strB[] = {0x41, 0xc0, 0x316, 0xD800, 0xDC00, 0}; local
2349 doTest(coll, strA, strB, UCOL_GREATE
2356 static const UChar strB[] = {0x41, 0x00, 0x00, 0x00}; local
2418 static const UChar strB[] = {0x41, 0x41, 0x300, 0x316, 0x00, 0x00, 0x00}; local
2478 static const UChar strB[] = {0x41, 0x0, 0x302, 0x316, 0x41, 0x300, 0x00}; local
[all...]
/external/libedit/src/
H A Dterminal.c1052 static const Char strB[] = {033, '[', 'B', '\0'}; local
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);
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c2873 xmlChar *strA = NULL, *strB = NULL; local
2878 xmlSchemaFormatQNameNs(&strB, attr->ns, attr->name),
2881 FREE_AND_NULL(strB);
14139 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; local
14156 xmlSchemaGetComponentDesignation(&strB,
14162 FREE_AND_NULL(strB);
14272 xmlChar *strA = NULL, *strB = NULL; local
14281 xmlSchemaGetComponentDesignation(&strB, baseItem),
14284 FREE_AND_NULL(strB);
16434 xmlChar *strA = NULL, *strB local
19595 xmlChar *strA = NULL, *strB = NULL; local
19634 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; local
19895 xmlChar *strA = NULL, *strB = NULL; local
22991 xmlChar *str = NULL, *strB = NULL; local
23829 xmlChar *str = NULL, *strB = NULL; local
23848 xmlChar *str = NULL, *strB = NULL; local
[all...]
/external/libxml2/
H A Dxmlschemas.c2892 xmlChar *strA = NULL, *strB = NULL; local
2897 xmlSchemaFormatQNameNs(&strB, attr->ns, attr->name),
2900 FREE_AND_NULL(strB);
14167 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; local
14184 xmlSchemaGetComponentDesignation(&strB,
14190 FREE_AND_NULL(strB);
14300 xmlChar *strA = NULL, *strB = NULL; local
14309 xmlSchemaGetComponentDesignation(&strB, baseItem),
14312 FREE_AND_NULL(strB);
16463 xmlChar *strA = NULL, *strB local
19624 xmlChar *strA = NULL, *strB = NULL; local
19663 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; local
19924 xmlChar *strA = NULL, *strB = NULL; local
23020 xmlChar *str = NULL, *strB = NULL; local
23858 xmlChar *str = NULL, *strB = NULL; local
23877 xmlChar *str = NULL, *strB = NULL; local
[all...]

Completed in 333 milliseconds