| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/darwin/ |
| ctype_members.cc | 114 do_narrow(wchar_t __wc, char __dfault) const function in class:ctype 124 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, function in class:ctype
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| ctype.cc | 75 do_narrow(__tmp, __tmp + sizeof(__tmp), 0, _M_narrow); 85 do_narrow(__tmp, __tmp + 1, 1, &__c);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/darwin/ |
| ctype_members.cc | 114 do_narrow(wchar_t __wc, char __dfault) const function in class:ctype 124 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, function in class:ctype
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| ctype.cc | 75 do_narrow(__tmp, __tmp + sizeof(__tmp), 0, _M_narrow); 85 do_narrow(__tmp, __tmp + 1, 1, &__c);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/ |
| ctype_members.cc | 210 do_narrow(wchar_t __wc, char __dfault) const function in class:ctype 220 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, function in class:ctype
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/newlib/ |
| ctype_members.cc | 214 do_narrow(wchar_t __wc, char __dfault) const function in class:ctype 224 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, function in class:ctype
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/vxworks/ |
| ctype_members.cc | 224 do_narrow(wchar_t __wc, char __dfault) const function in class:ctype 234 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, function in class:ctype
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/ |
| ctype_members.cc | 210 do_narrow(wchar_t __wc, char __dfault) const function in class:ctype 220 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, function in class:ctype
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/newlib/ |
| ctype_members.cc | 214 do_narrow(wchar_t __wc, char __dfault) const function in class:ctype 224 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, function in class:ctype
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/vxworks/ |
| ctype_members.cc | 224 do_narrow(wchar_t __wc, char __dfault) const function in class:ctype 234 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, function in class:ctype
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| locale_facets.h | 324 * ctype<char_type>::do_narrow(__c). 335 { return this->do_narrow(__c, __dfault); } 344 * ctype<char_type>::do_narrow(__lo, __hi, __dfault, __to). 358 { return this->do_narrow(__lo, __hi, __dfault, __to); } 555 * do_narrow() is a hook for a derived facet to change the behavior of 556 * narrowing. do_narrow() must always return the same result for the 567 do_narrow(char_type __c, char __dfault) const = 0; 578 * do_narrow() is a hook for a derived facet to change the behavior of 579 * narrowing. do_narrow() must always return the same result for the 592 do_narrow(const char_type* __lo, const char_type* __hi 1142 do_narrow(char_type __c, char __dfault __attribute__((__unused__))) const function in class:ctype 1168 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| locale_facets.h | 324 * ctype<char_type>::do_narrow(__c). 335 { return this->do_narrow(__c, __dfault); } 344 * ctype<char_type>::do_narrow(__lo, __hi, __dfault, __to). 358 { return this->do_narrow(__lo, __hi, __dfault, __to); } 555 * do_narrow() is a hook for a derived facet to change the behavior of 556 * narrowing. do_narrow() must always return the same result for the 567 do_narrow(char_type __c, char __dfault) const = 0; 578 * do_narrow() is a hook for a derived facet to change the behavior of 579 * narrowing. do_narrow() must always return the same result for the 592 do_narrow(const char_type* __lo, const char_type* __hi 1142 do_narrow(char_type __c, char __dfault __attribute__((__unused__))) const function in class:ctype 1168 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/ |
| ctype_members.cc | 216 do_narrow(wchar_t __wc, char __dfault) const function in class:ctype 226 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, function in class:ctype
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
| ctype_members.cc | 222 do_narrow(wchar_t __wc, char __dfault) const function in class:ctype 238 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, function in class:ctype
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/ |
| ctype_members.cc | 216 do_narrow(wchar_t __wc, char __dfault) const function in class:ctype 226 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, function in class:ctype
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
| ctype_members.cc | 222 do_narrow(wchar_t __wc, char __dfault) const function in class:ctype 238 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, function in class:ctype
|
| /src/external/gpl3/gcc/dist/gcc/ |
| convert.cc | 372 do_narrow (location_t loc, function 811 tree tem = do_narrow (loc, ex_form, type, arg0, arg1, 858 tree tem = do_narrow (loc, ex_form, type, arg0, arg1,
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| convert.cc | 366 do_narrow (location_t loc, function 792 tree tem = do_narrow (loc, ex_form, type, arg0, arg1, 839 tree tem = do_narrow (loc, ex_form, type, arg0, arg1,
|
| /src/external/apache2/llvm/dist/libcxx/src/ |
| locale.cpp | 910 ctype<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype 918 ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype 1028 ctype<char>::do_narrow(char_type c, char dfault) const function in class:ctype 1036 ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype 1441 ctype_byname<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype_byname 1448 ctype_byname<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype_byname
|