Searched refs:rstr (Results 1 - 3 of 3) sorted by relevance

/external/marisa-trie/tests/
H A Dunit-test.cc125 marisa::RString rstr; local
127 ASSERT(rstr.ptr() == NULL);
128 ASSERT(rstr.length() == 0);
138 rstr = marisa::RString(str);
139 ASSERT(rstr.ptr() == s);
140 ASSERT(rstr.length() == 2);
141 ASSERT(rstr[0] == s[1]);
142 ASSERT(rstr[1] == s[0]);
157 rstr = marisa::RString(str);
159 ASSERT(rstr
[all...]
/external/marisa-trie/v0_1_5/tests/
H A Dunit-test.cc127 marisa_alpha::RString rstr; local
129 ASSERT(rstr.ptr() == NULL);
130 ASSERT(rstr.length() == 0);
140 rstr = marisa_alpha::RString(str);
141 ASSERT(rstr.ptr() == s);
142 ASSERT(rstr.length() == 2);
143 ASSERT(rstr[0] == s[1]);
144 ASSERT(rstr[1] == s[0]);
159 rstr = marisa_alpha::RString(str);
161 ASSERT(rstr
[all...]
/external/stlport/test/unit/
H A Drope_test.cpp61 crope rstr(cstr);
65 ostr << rstr; local

Completed in 53 milliseconds