HomeSort by relevance Sort by last modified time
    Searched full:ecur (Results 1 - 1 of 1) sorted by null

  /external/stlport/test/unit/
codecvt_test.cpp 63 const char* ebegin, const char* eend, const char*& ecur,
66 ecur = ebegin;
69 while (ecur != eend) {
72 if (*ecur == '0' || *state == 1) {
74 ++ecur;
76 if (ecur == eend) {
81 if (*ecur == '1') {
88 --ecur;
92 *icur = *ecur;
96 *icur = *ecur;
119 const char *ecur = efrom; local
246 const char *ecur = efrom; local
    [all...]

Completed in 35 milliseconds