HomeSort by relevance Sort by last modified time
    Searched refs:StringPiece (Results 26 - 50 of 66) sorted by null

12 3

  /external/chromium/third_party/icu/source/test/intltest/
strtest.cpp 21 #include "unicode/stringpiece.h"
257 StringPiece empty;
259 errln("StringPiece() failed");
262 StringPiece null(NULL);
264 errln("StringPiece(NULL) failed");
268 StringPiece abc(abc_chars);
270 errln("StringPiece(abc_chars) failed");
274 StringPiece abcd(abcdefg_chars, 4);
276 errln("StringPiece(abcdefg_chars, 4) failed");
281 StringPiece uvwxyz(uvwxyz_string)
    [all...]
  /external/icu4c/test/intltest/
strtest.cpp 21 #include "unicode/stringpiece.h"
257 StringPiece empty;
259 errln("StringPiece() failed");
262 StringPiece null(NULL);
264 errln("StringPiece(NULL) failed");
268 StringPiece abc(abc_chars);
270 errln("StringPiece(abc_chars) failed");
274 StringPiece abcd(abcdefg_chars, 4);
276 errln("StringPiece(abcdefg_chars, 4) failed");
281 StringPiece uvwxyz(uvwxyz_string)
    [all...]