Home
last modified time | relevance | path

Searched refs:WCRTOMB (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.h252 #define WCRTOMB(s, wc, ps) \ macro
260 #define WCRTOMB(s, wc, ps) \ macro
Dexecute.c329 n = WCRTOMB (to->active + to->length, wc, &to->mbstate);
342 n = WCRTOMB (to->active + to->length, wc, &to->mbstate);
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog547 WCRTOMB instead of wcrtomb.
548 * sed/sed.h (WCRTOMB): New.