Home | History | Annotate | Download | only in src

Lines Matching full:crope

33 using __gnu_cxx::crope;
275 // Test that the crope class can be used in place of a string for encoding
278 crope delta_crope, result_crope;
285 // crope can't guarantee that its characters are contiguous, so the decoding
287 for (crope::const_iterator it = delta_crope.begin();
293 crope expected_target(kTarget);