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

  /external/stlport/stlport/stl/
_messages_facets.h 64 { return do_open(__fn, __loc); }
76 virtual catalog do_open(const string& __fn, const locale& __loc) const function in class:messages
97 { return do_open(__fn, __loc); }
109 virtual catalog do_open(const string& __fn, const locale& __loc) const function in class:messages
134 virtual catalog do_open(const string& __fn, const locale& __loc) const;
162 virtual catalog do_open(const string& __fn, const locale& __loc) const;
  /external/stlport/src/
messages.cpp 124 _Messages::catalog _Messages::do_open(const string& filename, const locale& L) const { function in class:_Messages
201 messages_byname<char>::do_open(const string& filename, const locale& l) const function in class:messages_byname
202 { return _M_impl->do_open(filename, l); }
230 messages_byname<wchar_t>::do_open(const string& filename, const locale& L) const function in class:messages_byname
231 { return _M_impl->do_open(filename, L); }
message_facets.h 55 * Another problem, is that do_open() may return negative value to indicate that no
124 catalog do_open(const string& __fn, const locale& __loc) const;
  /external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapTiger.c 929 #ifdef do_open
930 #undef do_open macro

Completed in 43 milliseconds