Home | History | Annotate | Download | only in regex-re2

Lines Matching full:stringpiece

399 - static bool ConvertUTF8ToUCS2(const StringPiece& text, StringPiece* new_text) {
419 - *new_text = StringPiece(reinterpret_cast<char*>(q0), 2*(q - q0));
425 - static void AdjustUTF8ToUCS2(const StringPiece& text8, const StringPiece& text16,
426 - StringPiece *sp) {
454 - *sp = StringPiece(spbegin, spend - spbegin);
459 - static void AdjustUCS2ToUTF8(const StringPiece& text16, const StringPiece& text8,
460 - StringPiece* sp) {
488 - *sp = StringPiece(spbegin, spend - spbegin);
496 StringPiece text = orig_text;
497 StringPiece context = orig_context;
542 - static bool IsBMP(const StringPiece& text) {
557 bool TestInstance::RunCase(const StringPiece& text, const StringPiece& context,