Home
last modified time | relevance | path

Searched refs:abc_chars (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dstrtest.cpp187 static const char *abc_chars="abc"; in TestStringPiece() local
188 StringPiece abc(abc_chars); in TestStringPiece()
189 if(abc.empty() || abc.data()!=abc_chars || abc.length()!=3 || abc.size()!=3) { in TestStringPiece()