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

  /external/icu4c/test/intltest/
strtest.cpp 187 static const char *abc_chars="abc"; local
188 StringPiece abc(abc_chars);
189 if(abc.empty() || abc.data()!=abc_chars || abc.length()!=3 || abc.size()!=3) {
190 errln("StringPiece(abc_chars) failed");
  /external/chromium_org/third_party/icu/source/test/intltest/
strtest.cpp 219 static const char *abc_chars="abc"; local
220 StringPiece abc(abc_chars);
221 if(abc.empty() || abc.data()!=abc_chars || abc.length()!=3 || abc.size()!=3) {
222 errln("StringPiece(abc_chars) failed");

Completed in 186 milliseconds