OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:loc_new
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
locale_impl.cpp
717
_Locale_impl *
loc_new
= new _Locale_impl(*loc);
local
718
loc_new
->name = _Nameless;
719
return
loc_new
;
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
locale_impl.cpp
717
_Locale_impl *
loc_new
= new _Locale_impl(*loc);
local
718
loc_new
->name = _Nameless;
719
return
loc_new
;
Completed in 40 milliseconds