/external/clang/test/PCH/ |
multiple_decls.h | 6 struct narrow { char narrow; }; member in struct:narrow 7 char narrow(int);
|
/external/stlport/stlport/stl/ |
_ios.h | 106 inline char narrow(_CharT, char) const ; 145 basic_ios<_CharT, _Traits>::narrow(_CharT __c, char __default) const function in class:basic_ios 146 { return _M_ctype_facet()->narrow(__c, __default); } 156 basic_ios<char, char_traits<char> >::narrow(char __c, char) const function in class:basic_ios
|
_ctype.h | 106 char narrow(char __c, char __dfault) const { function in class:ctype 109 const char* narrow(const char* __low, const char* __high, function in class:ctype 211 char narrow(wchar_t __c, char __dfault) const function in class:ctype 213 const wchar_t* narrow(const wchar_t* __low, const wchar_t* __high, function in class:ctype
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ios.h | 106 inline char narrow(_CharT, char) const ; 145 basic_ios<_CharT, _Traits>::narrow(_CharT __c, char __default) const function in class:basic_ios 146 { return _M_ctype_facet()->narrow(__c, __default); } 156 basic_ios<char, char_traits<char> >::narrow(char __c, char) const function in class:basic_ios
|
_ctype.h | 106 char narrow(char __c, char __dfault) const { function in class:ctype 109 const char* narrow(const char* __low, const char* __high, function in class:ctype 211 char narrow(wchar_t __c, char __dfault) const function in class:ctype 213 const wchar_t* narrow(const wchar_t* __low, const wchar_t* __high, function in class:ctype
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_ios.h | 106 inline char narrow(_CharT, char) const ; 145 basic_ios<_CharT, _Traits>::narrow(_CharT __c, char __default) const function in class:basic_ios 146 { return _M_ctype_facet()->narrow(__c, __default); } 156 basic_ios<char, char_traits<char> >::narrow(char __c, char) const function in class:basic_ios
|
_ctype.h | 106 char narrow(char __c, char __dfault) const { function in class:ctype 109 const char* narrow(const char* __low, const char* __high, function in class:ctype 211 char narrow(wchar_t __c, char __dfault) const function in class:ctype 213 const wchar_t* narrow(const wchar_t* __low, const wchar_t* __high, function in class:ctype
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_ios.h | 106 inline char narrow(_CharT, char) const ; 145 basic_ios<_CharT, _Traits>::narrow(_CharT __c, char __default) const function in class:basic_ios 146 { return _M_ctype_facet()->narrow(__c, __default); } 156 basic_ios<char, char_traits<char> >::narrow(char __c, char) const function in class:basic_ios
|
_ctype.h | 106 char narrow(char __c, char __dfault) const { function in class:ctype 109 const char* narrow(const char* __low, const char* __high, function in class:ctype 211 char narrow(wchar_t __c, char __dfault) const function in class:ctype 213 const wchar_t* narrow(const wchar_t* __low, const wchar_t* __high, function in class:ctype
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_ios.h | 106 inline char narrow(_CharT, char) const ; 145 basic_ios<_CharT, _Traits>::narrow(_CharT __c, char __default) const function in class:basic_ios 146 { return _M_ctype_facet()->narrow(__c, __default); } 156 basic_ios<char, char_traits<char> >::narrow(char __c, char) const function in class:basic_ios
|
_ctype.h | 106 char narrow(char __c, char __dfault) const { function in class:ctype 109 const char* narrow(const char* __low, const char* __high, function in class:ctype 211 char narrow(wchar_t __c, char __dfault) const function in class:ctype 213 const wchar_t* narrow(const wchar_t* __low, const wchar_t* __high, function in class:ctype
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_ios.h | 404 * @param c The character to narrow. 405 * @param dfault The character to narrow. 413 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault) 420 narrow(char_type __c, char __dfault) const function in class:basic_ios 421 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
|
locale_facets.h | 309 * @brief Narrow char_type to char 324 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base 328 * @brief Narrow array to char array 346 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base 540 * @brief Narrow char_type to char 561 * @brief Narrow char_type array to char 905 * @brief Narrow char 923 narrow(char_type __c, char __dfault) const function in class:ctype 934 * @brief Narrow char array 956 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
basic_ios.h | 406 * @param c The character to narrow. 407 * @param dfault The character to narrow. 415 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault) 422 narrow(char_type __c, char __dfault) const function in class:basic_ios 423 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
|
locale_facets.h | 310 * @brief Narrow char_type to char 325 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base 329 * @brief Narrow array to char array 347 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base 541 * @brief Narrow char_type to char 562 * @brief Narrow char_type array to char 906 * @brief Narrow char 924 narrow(char_type __c, char __dfault) const function in class:ctype 935 * @brief Narrow char array 957 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
basic_ios.h | 406 * @param c The character to narrow. 407 * @param dfault The character to narrow. 415 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault) 422 narrow(char_type __c, char __dfault) const function in class:basic_ios 423 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
|
locale_facets.h | 310 * @brief Narrow char_type to char 325 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base 329 * @brief Narrow array to char array 347 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base 541 * @brief Narrow char_type to char 562 * @brief Narrow char_type array to char 906 * @brief Narrow char 924 narrow(char_type __c, char __dfault) const function in class:ctype 935 * @brief Narrow char array 957 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.h | 404 * @param c The character to narrow. 405 * @param dfault The character to narrow. 413 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault) 420 narrow(char_type __c, char __dfault) const function in class:basic_ios 421 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
|
locale_facets.h | 309 * @brief Narrow char_type to char 324 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base 328 * @brief Narrow array to char array 346 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base 540 * @brief Narrow char_type to char 561 * @brief Narrow char_type array to char 905 * @brief Narrow char 923 narrow(char_type __c, char __dfault) const function in class:ctype 934 * @brief Narrow char array 956 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.h | 404 * @param c The character to narrow. 405 * @param dfault The character to narrow. 413 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault) 420 narrow(char_type __c, char __dfault) const function in class:basic_ios 421 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
|
locale_facets.h | 309 * @brief Narrow char_type to char 324 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base 328 * @brief Narrow array to char array 346 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base 540 * @brief Narrow char_type to char 561 * @brief Narrow char_type array to char 905 * @brief Narrow char 923 narrow(char_type __c, char __dfault) const function in class:ctype 934 * @brief Narrow char array 956 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.h | 404 * @param c The character to narrow. 405 * @param dfault The character to narrow. 413 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault) 420 narrow(char_type __c, char __dfault) const function in class:basic_ios 421 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
|
locale_facets.h | 309 * @brief Narrow char_type to char 324 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base 328 * @brief Narrow array to char array 346 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base 540 * @brief Narrow char_type to char 561 * @brief Narrow char_type array to char 905 * @brief Narrow char 923 narrow(char_type __c, char __dfault) const function in class:ctype 934 * @brief Narrow char array 956 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
/external/chromium/base/ |
values_unittest.cc | 129 scoped_ptr<Value> narrow_value(Value::CreateStringValue("narrow")); 138 std::string narrow = "http://google.com"; local 140 ASSERT_TRUE(narrow_value->GetAsString(&narrow)); 142 ASSERT_EQ(std::string("narrow"), narrow); 143 ASSERT_EQ(ASCIIToUTF16("narrow"), utf16); 145 ASSERT_TRUE(utf16_value->GetAsString(&narrow)); 147 ASSERT_EQ(std::string("utf16"), narrow);
|
/frameworks/native/libs/gui/tests/ |
SurfaceTexture_test.cpp | 1251 android_native_rect_t narrow = {0, 0, 400, 300}; local [all...] |