HomeSort by relevance Sort by last modified time
    Searched refs:_wbuf (Results 1 - 2 of 2) sorted by null

  /external/stlport/src/
time_facets.cpp 175 wchar_t _wbuf[64]; local
176 ct.widen(first, last, _wbuf);
177 buf.append(_wbuf, _wbuf + (last - first));
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 175 wchar_t _wbuf[64]; local
176 ct.widen(first, last, _wbuf);
177 buf.append(_wbuf, _wbuf + (last - first));

Completed in 50 milliseconds