Lines Matching full:stringpiece
18 #include "unicode/stringpiece.h"
38 void setTo(const StringPiece &s, int32_t val, CharString &strings, UErrorCode &errorCode);
40 StringPiece getString(const CharString &strings) const {
50 return StringPiece(strings.data()+offset, length);
89 BytesTrieElement::setTo(const StringPiece &s, int32_t val,
113 // TODO: add StringPiece::compare(), see ticket #8187
114 StringPiece thisString=getString(strings);
115 StringPiece otherString=other.getString(strings);
146 BytesTrieBuilder::add(const StringPiece &s, int32_t value, UErrorCode &errorCode) {
206 StringPiece
209 StringPiece result;
238 StringPiece prev=elements[0].getString(*strings);
240 StringPiece current=elements[i].getString(*strings);