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

  /external/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));
599 static const char* strB = "QuickBrownFox";
621 outlen = strlen(strB) + 1;
623 coded_output->WriteRaw(strB, outlen);
641 EXPECT_EQ(strlen(strB) + 1, insize)
    [all...]
  /external/skia/src/core/
SkRect.cpp 168 SkString strL, strT, strR, strB;
172 SkAppendScalarDec(&strB, fBottom);
174 strL.c_str(), strT.c_str(), strR.c_str(), strB.c_str());
  /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/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationMiscTest.java     [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/libxml2/
xmlschemas.c     [all...]
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /external/skia/tests/
PathOpsOpTest.cpp     [all...]
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 196 milliseconds