HomeSort by relevance Sort by last modified time
    Searched defs:rstr (Results 1 - 5 of 5) sorted by null

  /external/stlport/test/unit/
rope_test.cpp 61 crope rstr(cstr);
65 ostr << rstr; local
  /ndk/tests/device/test-gnustl-full/unit/
rope_test.cpp 61 crope rstr(cstr);
65 ostr << rstr; local
  /ndk/tests/device/test-stlport/unit/
rope_test.cpp 61 crope rstr(cstr);
65 ostr << rstr; local
  /external/marisa-trie/tests/
unit-test.cc 125 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.ptr() == s2.c_str())
    [all...]
  /external/marisa-trie/v0_1_5/tests/
unit-test.cc 127 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.ptr() == s2.c_str())
    [all...]

Completed in 342 milliseconds