OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:always_noconv
(Results
1 - 20
of
20
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
fstream.tcc
226
if (__check_facet(_M_codecvt).
always_noconv
())
469
if (__check_facet(_M_codecvt).
always_noconv
())
491
// Same as the
always_noconv
case above.
543
// Optimization in the
always_noconv
() case, to be generalized in the
549
if (__n > __buflen && __check_facet(_M_codecvt).
always_noconv
()
612
// Optimization in the
always_noconv
() case, to be generalized in the
617
if (__check_facet(_M_codecvt).
always_noconv
()
710
if (_M_codecvt->
always_noconv
())
789
if (_M_writing && !__check_facet(_M_codecvt).
always_noconv
()
873
if (__check_facet(_M_codecvt).
always_noconv
())
[
all
...]
codecvt.h
209
always_noconv
() const throw()
function in class:__codecvt_abstract_base
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc
226
if (__check_facet(_M_codecvt).
always_noconv
())
469
if (__check_facet(_M_codecvt).
always_noconv
())
491
// Same as the
always_noconv
case above.
543
// Optimization in the
always_noconv
() case, to be generalized in the
549
if (__n > __buflen && __check_facet(_M_codecvt).
always_noconv
()
612
// Optimization in the
always_noconv
() case, to be generalized in the
617
if (__check_facet(_M_codecvt).
always_noconv
()
710
if (_M_codecvt->
always_noconv
())
789
if (_M_writing && !__check_facet(_M_codecvt).
always_noconv
()
873
if (__check_facet(_M_codecvt).
always_noconv
())
[
all
...]
codecvt.h
209
always_noconv
() const throw()
function in class:__codecvt_abstract_base
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc
226
if (__check_facet(_M_codecvt).
always_noconv
())
469
if (__check_facet(_M_codecvt).
always_noconv
())
491
// Same as the
always_noconv
case above.
543
// Optimization in the
always_noconv
() case, to be generalized in the
549
if (__n > __buflen && __check_facet(_M_codecvt).
always_noconv
()
612
// Optimization in the
always_noconv
() case, to be generalized in the
617
if (__check_facet(_M_codecvt).
always_noconv
()
710
if (_M_codecvt->
always_noconv
())
789
if (_M_writing && !__check_facet(_M_codecvt).
always_noconv
()
873
if (__check_facet(_M_codecvt).
always_noconv
())
[
all
...]
codecvt.h
209
always_noconv
() const throw()
function in class:__codecvt_abstract_base
/external/stlport/stlport/stl/
_codecvt.h
100
bool
always_noconv
() const _STLP_NOTHROW { return do_always_noconv(); }
218
bool
always_noconv
() const _STLP_NOTHROW { return do_always_noconv(); }
315
bool
always_noconv
() const _STLP_NOTHROW { return do_always_noconv(); }
_fstream.c
743
_M_always_noconv = _M_codecvt->
always_noconv
();
/ndk/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h
100
bool
always_noconv
() const _STLP_NOTHROW { return do_always_noconv(); }
218
bool
always_noconv
() const _STLP_NOTHROW { return do_always_noconv(); }
315
bool
always_noconv
() const _STLP_NOTHROW { return do_always_noconv(); }
_fstream.c
743
_M_always_noconv = _M_codecvt->
always_noconv
();
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h
100
bool
always_noconv
() const _STLP_NOTHROW { return do_always_noconv(); }
218
bool
always_noconv
() const _STLP_NOTHROW { return do_always_noconv(); }
315
bool
always_noconv
() const _STLP_NOTHROW { return do_always_noconv(); }
_fstream.c
743
_M_always_noconv = _M_codecvt->
always_noconv
();
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h
100
bool
always_noconv
() const _STLP_NOTHROW { return do_always_noconv(); }
218
bool
always_noconv
() const _STLP_NOTHROW { return do_always_noconv(); }
315
bool
always_noconv
() const _STLP_NOTHROW { return do_always_noconv(); }
_fstream.c
743
_M_always_noconv = _M_codecvt->
always_noconv
();
/external/stlport/test/unit/
fstream_test.cpp
652
bool
always_noconv
() const throw()
function in class:std::codecvt
/ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp
670
bool
always_noconv
() const throw()
function in class:std::codecvt
/ndk/tests/device/test-stlport/unit/
fstream_test.cpp
670
bool
always_noconv
() const throw()
function in class:std::codecvt
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
fstream
148
* codecvt::
always_noconv
() == false. When valid, this corresponds
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
fstream
148
* codecvt::
always_noconv
() == false. When valid, this corresponds
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
fstream
148
* codecvt::
always_noconv
() == false. When valid, this corresponds
Completed in 1492 milliseconds