Home
last modified time | relevance | path

Searched refs:strB (Results 1 – 10 of 10) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_unittest.cc298 static const char* strB = "WhirledPeas"; in TEST_F() local
316 coded_output->WriteVarint32(strlen(strB)); in TEST_F()
317 coded_output->WriteRaw(strB, strlen(strB)); in TEST_F()
332 EXPECT_EQ(strlen(strB), insize); in TEST_F()
334 EXPECT_EQ(0, memcmp(temp_buffer, strB, insize)); in TEST_F()
604 static const char* strB = "QuickBrownFox"; in TEST_F() local
626 outlen = strlen(strB) + 1; in TEST_F()
628 coded_output->WriteRaw(strB, outlen); in TEST_F()
646 EXPECT_EQ(strlen(strB) + 1, insize); in TEST_F()
648 EXPECT_EQ(0, memcmp(temp_buffer, strB, insize)) in TEST_F()
[all …]
/external/skia/src/core/
DSkRect.cpp160 SkString strL, strT, strR, strB; in dump() local
164 SkAppendScalarDec(&strB, fBottom); in dump()
166 strL.c_str(), strT.c_str(), strR.c_str(), strB.c_str()); in dump()
/external/llvm/test/CodeGen/ARM/
D2011-04-12-AlignBug.ll9 @.strB = private unnamed_addr constant [4 x i8] c"foo\00", align 1
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2011-04-12-AlignBug.ll10 @.strB = linker_private unnamed_addr constant [4 x i8] c"foo\00", align 1
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c987 UChar strB[MAXSLEN+1]; in TestIncrementalNormalize() local
1005 strB[0] = baseA; in TestIncrementalNormalize()
1008 strB[sLen-i] = ccMix[i % 3]; in TestIncrementalNormalize()
1011 strB[sLen] = 0; in TestIncrementalNormalize()
1014 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/ in TestIncrementalNormalize()
1016 doTest(coll, strA, strB, UCOL_EQUAL); in TestIncrementalNormalize()
1028 static const UChar strB[] = {0x41, 0xc0, 0x316, 0}; in TestIncrementalNormalize() local
1030 doTest(coll, strA, strB, UCOL_EQUAL); in TestIncrementalNormalize()
1042 static const UChar strB[] = {0x41, 0xc0, 0x316, 0xD800, 0xDC00, 0}; in TestIncrementalNormalize() local
1044 doTest(coll, strA, strB, UCOL_GREATER); in TestIncrementalNormalize()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java1289 StringBuffer strB = new StringBuffer(); in TestIncrementalNormalize() local
1296 strB.delete(0, strB.length()); in TestIncrementalNormalize()
1297 strB.append(baseA); in TestIncrementalNormalize()
1300 strB.insert(1, ccMix[i % 3]); in TestIncrementalNormalize()
1304 … strA.toString(), strB.toString(), 0); // optimized functions in the impl in TestIncrementalNormalize()
1307 strA.toString(), strB.toString(), 0); in TestIncrementalNormalize()
1315 String strB = "A\u00c0\u0316"; in TestIncrementalNormalize() local
1317 CollationTest.doTest(this, (RuleBasedCollator)coll, strA, strB, 0); in TestIncrementalNormalize()
1323 String strB = "A\u00c0\u0316\uD800\uDC00"; in TestIncrementalNormalize() local
1325 CollationTest.doTest(this, (RuleBasedCollator)coll, strA, strB, 1); in TestIncrementalNormalize()
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java1288 StringBuffer strB = new StringBuffer(); in TestIncrementalNormalize() local
1295 strB.delete(0, strB.length()); in TestIncrementalNormalize()
1296 strB.append(baseA); in TestIncrementalNormalize()
1299 strB.insert(1, ccMix[i % 3]); in TestIncrementalNormalize()
1303 … strA.toString(), strB.toString(), 0); // optimized functions in the impl in TestIncrementalNormalize()
1306 strA.toString(), strB.toString(), 0); in TestIncrementalNormalize()
1314 String strB = "A\u00c0\u0316"; in TestIncrementalNormalize() local
1316 CollationTest.doTest(this, (RuleBasedCollator)coll, strA, strB, 0); in TestIncrementalNormalize()
1322 String strB = "A\u00c0\u0316\uD800\uDC00"; in TestIncrementalNormalize() local
1324 CollationTest.doTest(this, (RuleBasedCollator)coll, strA, strB, 1); in TestIncrementalNormalize()
[all …]
/external/libedit/src/
Dterminal.c1052 static const Char strB[] = {033, '[', 'B', '\0'}; in terminal_reset_arrow() local
1065 keymacro_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow()
1080 keymacro_add(el, &strB[1], &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow()
/external/libxml2/
Dxmlschemas.c2912 xmlChar *strA = NULL, *strB = NULL; in xmlSchemaPIllegalAttrErr() local
2917 xmlSchemaFormatQNameNs(&strB, attr->ns, attr->name), in xmlSchemaPIllegalAttrErr()
2920 FREE_AND_NULL(strB); in xmlSchemaPIllegalAttrErr()
14208 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; in xmlSchemaCheckDerivationOKRestriction2to4() local
14225 xmlSchemaGetComponentDesignation(&strB, in xmlSchemaCheckDerivationOKRestriction2to4()
14231 FREE_AND_NULL(strB); in xmlSchemaCheckDerivationOKRestriction2to4()
14341 xmlChar *strA = NULL, *strB = NULL; in xmlSchemaCheckDerivationOKRestriction2to4() local
14350 xmlSchemaGetComponentDesignation(&strB, baseItem), in xmlSchemaCheckDerivationOKRestriction2to4()
14353 FREE_AND_NULL(strB); in xmlSchemaCheckDerivationOKRestriction2to4()
16504 xmlChar *strA = NULL, *strB = NULL; in xmlSchemaCheckDerivationOKRestriction() local
[all …]
/external/skia/tests/
DPathOpsOpTest.cpp3663 …const char strB[] = "M31.35 57.75L31.35 57.75C31.9 57.7514 32.45 57.7052 33 57.7587C33.55 57.8122 … in issue3517() local
3664 SkParsePath::FromSVGString(strB, &pathB); in issue3517()