The iswdigit() function shall test whether wc is a wide-character code representing a character of class digit in the program's current locale; see the Base ...

  www.opennet.ru

man iswdigit (3): Функция iswdigit() является эквивалентом функции isdigit(3), но для широких символов. Она проверяет, является ли wc широким ...

  ru.manpages.org

  www.c-cpp.ru

  www.tutorialspoint.com

iscsym, iscsymf, __iscsym, __iswcsym, __iscsymf, __iswcsymf, _iscsym_l, _iswcsym_l, _iscsymf_l, _iswcsymf_l · isdigit, iswdigit, _isdigit_l, _iswdigit_l · isgraph ...

  msdn.microsoft.com

wctype.h — заголовочный файл стандартной библиотеки языка программирования Си. ... iswdigit, Проверяет, является ли символ десятичной цифрой.

  ru.wikipedia.org

Checks if the given wide character corresponds (if narrowed) to one of the ten decimal digit characters 0123456789. If the value of ch is neither representable as a wchar_t nor equal to the value of the macro WEOF, the behavior is undefined.

  en.cppreference.com

  msdn.microsoft.com

  www.cplusplus.com

  pythonz.net

  docs.microsoft.com

Функция iswdigit является эквивалентом функции isdigit для работы с широкими символами. Она проверяет, является ли wc широким символом, ...

  www.opennet.ru

Прототип функции isdigit: int isdigit( int character ); Заголовочный файл Название Язык ctupe.h С cctupe С++ Описание Функция isdigit проверяет аргумент...

  cppstudio.com

30 июл 2013 ... iswdigit. проверяет, является ли широкий символ является цифрой. Оригинал : checks if a wide character is a digit. Текст был переведён ...

  ru.cppreference.com

4 авг 2014 ... inline Tokens Tokenize(std::wstring expr) { const wchar_t *current = expr.c_str(); if (!*current) return{}; if(iswdigit(*current)) return{ _wtof(current) }; ...

  habr.com

The iswdigit() function is the wide-character equivalent of the isdigit(3) function. It tests whether wc is a wide character belonging to the wide-character class ...

  www.opennet.ru

isspace(), m, m, m, m, m, m. isupper(), m, m, m, m, m, m. iswalnum(), m, m . 1 . . iswalpha(), m, m . 1 . . iswcntrl(), m, m . 1 . . iswctype(), m, m . 1 . . iswdigit(), m, m .

  www.unix.org

wchar.h — заголовочный файл стандартной библиотеки языка программирования Си, ... is-w-digit: int iswdigit(wint_t);. is-w-graph: int iswgraph( wint_t);.

  ru.wikipedia.org

  www.cplusplus.com

Checks if the given character is one of the 10 decimal digits: 0123456789. The behavior is undefined if the value of ch is not representable as unsigned char and is not equal to EOF. Non-zero value if the character is a numeric character...

  en.cppreference.com

Page generated - 0.0109980106 (d80a5919199e1f7774cc6c90cfbceb2d)