Lines Matching full:stringpiece
24 #include "unicode/stringpiece.h"
151 nontrans->labelToUnicodeUTF8(StringPiece(NULL, 5), sink, info, errorCode);
153 errln("N.labelToUnicodeUTF8(StringPiece(NULL, 5)) did not set illegal-argument-error ",
160 nontrans->nameToASCII_UTF8(StringPiece(), sink, info, errorCode);
169 nontrans->nameToUnicodeUTF8(StringPiece(s, 3), sink, info, errorCode);
178 trans->labelToUnicodeUTF8(StringPiece(s, 3), sink, info, errorCode);