HomeSort by: relevance | last modified time | path
    Searched defs:widen (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
basic_ios.h 378 _M_fill = this->widen(' ');
439 * @param __c The character to widen.
446 * std::use_facet<ctype<char_type> >(getloc()).widen(c)
453 widen(char __c) const function in class:basic_ios
454 { return __check_facet(_M_ctype).widen(__c); }
locale_facets.h 283 * @brief Widen char to char_type
296 widen(char __c) const function in class:__ctype_abstract_base
300 * @brief Widen array to char_type
315 widen(const char* __lo, const char* __hi, char_type* __to) const function in class:__ctype_abstract_base
509 * @brief Widen char
528 * @brief Widen char array
864 * @brief Widen char
880 widen(char __c) const function in class:ctype
889 * @brief Widen char array
907 widen(const char* __lo, const char* __hi, char_type* __to) cons function in class:ctype
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
basic_ios.h 374 _M_fill = this->widen(' ');
435 * @param __c The character to widen.
442 * std::use_facet<ctype<char_type> >(getloc()).widen(c)
449 widen(char __c) const function in class:basic_ios
450 { return __check_facet(_M_ctype).widen(__c); }
locale_facets.h 283 * @brief Widen char to char_type
296 widen(char __c) const function in class:__ctype_abstract_base
300 * @brief Widen array to char_type
315 widen(const char* __lo, const char* __hi, char_type* __to) const function in class:__ctype_abstract_base
509 * @brief Widen char
528 * @brief Widen char array
864 * @brief Widen char
880 widen(char __c) const function in class:ctype
889 * @brief Widen char array
907 widen(const char* __lo, const char* __hi, char_type* __to) cons function in class:ctype
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/arm/
aarch-common-protos.h 131 const int widen; /* Widen to this size. */ member in struct:fp_cost_table
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
aarch-common-protos.h 125 const int widen; /* Widen to this size. */ member in struct:fp_cost_table
  /src/external/gpl2/diffutils/dist/lib/
strftime.c 297 # define widen(os, ws, l) \ macro
1307 widen (zone, wczone, len);
  /src/external/gpl2/xcvs/dist/lib/
strftime.c 206 # define widen(os, ws, l) \ macro
1278 widen (zone, wczone, len);

Completed in 21 milliseconds