Home
last modified time | relevance | path

Searched refs:C1_DIGIT (Results 1 – 10 of 10) sorted by relevance

/reactos/sdk/include/host/wine/
H A Dunicode.h33 #define C1_DIGIT 4 macro
172 return get_char_typeW(wc) & C1_DIGIT; in isdigitW()
192 return get_char_typeW(wc) & (C1_ALPHA|C1_DIGIT|C1_LOWER|C1_UPPER); in isalnumW()
202 return get_char_typeW(wc) & (C1_ALPHA|C1_PUNCT|C1_DIGIT|C1_LOWER|C1_UPPER); in isgraphW()
207 return get_char_typeW(wc) & (C1_ALPHA|C1_BLANK|C1_PUNCT|C1_DIGIT|C1_LOWER|C1_UPPER); in isprintW()
/reactos/sdk/lib/ucrt/convert/
H A Diswctype.cpp19 _DIGIT != C1_DIGIT || \
H A Disctype.cpp19 _DIGIT != C1_DIGIT || \
/reactos/win32ss/user/user32/windows/
H A Dtext.c358 return (GetC1Type(Ch) & (C1_ALPHA|C1_DIGIT)) != 0; in IsCharAlphaNumericW()
/reactos/dll/win32/samlib/
H A Dsamlib.c193 (CharTypeBuffer[i] & C1_DIGIT) ? "C1_DIGIT" : " ", in SampCheckPassword()
203 if (CharTypeBuffer[i] & C1_DIGIT) in SampCheckPassword()
/reactos/sdk/include/psdk/
H A Dwinnls.h244 #define C1_DIGIT 4 macro
/reactos/sdk/lib/3rdparty/stlport/src/c_locale_win32/
H A Dc_locale_win32.c288 MAP(C1_DIGIT, _Locale_DIGIT | _Locale_PRINT); in MapCtypeMask()
/reactos/modules/rostests/winetests/kernel32/
H A Dlocale.c72 return type & C1_DIGIT; in isdigitW()
4073 …pes[i] & C1_DIGIT || broken(types[i] == 0), "incorrect types returned for %x -> (%x doest not have… in test_GetStringTypeW()
/reactos/dll/win32/usp10/
H A Dusp10.c1021 if (range->numericScript && (type & C1_DIGIT || type2 == C2_ARABICNUMBER)) in get_char_script()
/reactos/dll/win32/shlwapi/
H A Dordinal.c757 return GetStringTypeW(CT_CTYPE1, &wc, 1, &CharType) && (CharType & C1_DIGIT); in IsCharDigitW()