HomeSort by relevance Sort by last modified time
    Searched full:abc_chars (Results 1 - 1 of 1) sorted by null

  /external/icu4c/test/intltest/
strtest.cpp 267 static const char *abc_chars="abc"; local
268 StringPiece abc(abc_chars);
269 if(abc.empty() || abc.data()!=abc_chars || abc.length()!=3 || abc.size()!=3) {
270 errln("StringPiece(abc_chars) failed");

Completed in 756 milliseconds