Searched defs:noconv (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_codecvt.h42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result
124 { __from_next = __from; __to_next = __to; return noconv; }
133 { __from_next = __from; __to_next = __to; return noconv; }
139 { __to_next = __to; return noconv; }

Completed in 230 milliseconds