NAME

NTDLL_iswxdigit  (NTDLL.@)

SYNOPSIS

 INT NTDLL_iswxdigit
 (
  WCHAR wc
 )

DESCRIPTION

Checks if an unicode character wc is an extended digit.

RETURNS

TRUE: The unicode character wc is an extended digit.

FALSE: Otherwise

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/ntdll/wcstring.c". source.winehq.org/source/dlls/ntdll/wcstring.c


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.