Lines Matching refs:StringPiece
21 using android::StringPiece;
47 std::string Text(StringPiece text) override { in Text()
50 std::string Placeholder(StringPiece text) override { in Placeholder()
57 std::string Text(StringPiece text) override;
58 std::string Placeholder(StringPiece text) override;
66 std::string Text(StringPiece text) override;
67 std::string Placeholder(StringPiece text) override;
93 std::string Pseudolocalizer::Text(StringPiece text) { in Text()
360 std::string PseudoMethodAccent::Text(StringPiece source) { in Text()
446 std::string PseudoMethodAccent::Placeholder(StringPiece source) { in Placeholder()
451 std::string PseudoMethodBidi::Text(StringPiece source) { in Text()
486 std::string PseudoMethodBidi::Placeholder(StringPiece source) { in Placeholder()