OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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