Home | History | Annotate | Download | only in intltest

Lines Matching refs:StringPiece

24 #include "unicode/stringpiece.h"
152 nontrans->labelToUnicodeUTF8(StringPiece(NULL, 5), sink, info, errorCode);
154 errln("N.labelToUnicodeUTF8(StringPiece(NULL, 5)) did not set illegal-argument-error ",
161 nontrans->nameToASCII_UTF8(StringPiece(), sink, info, errorCode);
170 nontrans->nameToUnicodeUTF8(StringPiece(s, 3), sink, info, errorCode);
179 trans->labelToUnicodeUTF8(StringPiece(s, 3), sink, info, errorCode);