Lines Matching full:stringpiece
18 #include "unicode/stringpiece.h"
37 void setTo(const StringPiece &s, int32_t val, CharString &strings, UErrorCode &errorCode);
39 StringPiece getString(const CharString &strings) const {
49 return StringPiece(strings.data()+offset, length);
88 BytesTrieElement::setTo(const StringPiece &s, int32_t val,
112 // TODO: add StringPiece::compare(), see ticket #8187
113 StringPiece thisString=getString(strings);
114 StringPiece otherString=other.getString(strings);
145 BytesTrieBuilder::add(const StringPiece &s, int32_t value, UErrorCode &errorCode) {
204 StringPiece
207 StringPiece result;
236 StringPiece prev=elements[0].getString(*strings);
238 StringPiece current=elements[i].getString(*strings);