Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6II18n::iswxdigit ( P6WCHAR  wc,
P6BOOL pResult 
)
pure virtual

Test for a hexadecimal digit wide-character code.

Parameters
wc[ in ] A single wide character.
pResult[ out ] Pointer to a boolean variable where P6TRUE is written if wc is a hexadecimal digit wide-character code.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgOne of the parameters is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.