Searched refs:C1_PUNCT (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dsortkey.c65 if ((flags & NORM_IGNORESYMBOLS) && (get_char_typeW(wch) & (C1_PUNCT | C1_SPACE)))
123 if ((flags & NORM_IGNORESYMBOLS) && (get_char_typeW(wch) & (C1_PUNCT | C1_SPACE)))
184 if (get_char_typeW(*str1) & (C1_PUNCT | C1_SPACE))
190 if (get_char_typeW(*str2) & (C1_PUNCT | C1_SPACE))
255 if (get_char_typeW(*str1) & (C1_PUNCT | C1_SPACE))
261 if (get_char_typeW(*str2) & (C1_PUNCT | C1_SPACE))
304 if (get_char_typeW(*str1) & (C1_PUNCT | C1_SPACE))
310 if (get_char_typeW(*str2) & (C1_PUNCT | C1_SPACE))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dunicode.h156 return get_char_typeW(wc) & C1_PUNCT;
196 return get_char_typeW(wc) & (C1_ALPHA|C1_PUNCT|C1_DIGIT|C1_LOWER|C1_UPPER);
201 return get_char_typeW(wc) & (C1_ALPHA|C1_BLANK|C1_PUNCT|C1_DIGIT|C1_LOWER|C1_UPPER);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dunicode.h156 return get_char_typeW(wc) & C1_PUNCT;
196 return get_char_typeW(wc) & (C1_ALPHA|C1_PUNCT|C1_DIGIT|C1_LOWER|C1_UPPER);
201 return get_char_typeW(wc) & (C1_ALPHA|C1_BLANK|C1_PUNCT|C1_DIGIT|C1_LOWER|C1_UPPER);
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dunicode.h165 return get_char_typeW(wc) & C1_PUNCT;
213 return get_char_typeW(wc) & (C1_ALPHA|C1_PUNCT|C1_DIGIT|C1_LOWER|C1_UPPER);
219 return get_char_typeW(wc) & (C1_ALPHA|C1_BLANK|C1_PUNCT|C1_DIGIT|C1_LOWER|C1_UPPER);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dunicode.h165 return get_char_typeW(wc) & C1_PUNCT;
213 return get_char_typeW(wc) & (C1_ALPHA|C1_PUNCT|C1_DIGIT|C1_LOWER|C1_UPPER);
219 return get_char_typeW(wc) & (C1_ALPHA|C1_BLANK|C1_PUNCT|C1_DIGIT|C1_LOWER|C1_UPPER);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dunicode.h164 return get_char_typeW(wc) & C1_PUNCT;
212 return get_char_typeW(wc) & (C1_ALPHA|C1_PUNCT|C1_DIGIT|C1_LOWER|C1_UPPER);
218 return get_char_typeW(wc) & (C1_ALPHA|C1_BLANK|C1_PUNCT|C1_DIGIT|C1_LOWER|C1_UPPER);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dunicode.h165 return get_char_typeW(wc) & C1_PUNCT;
213 return get_char_typeW(wc) & (C1_ALPHA|C1_PUNCT|C1_DIGIT|C1_LOWER|C1_UPPER);
219 return get_char_typeW(wc) & (C1_ALPHA|C1_BLANK|C1_PUNCT|C1_DIGIT|C1_LOWER|C1_UPPER);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnls.h439 #define C1_PUNCT 0x0010 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnls.h385 #define C1_PUNCT 0x0010 macro

Completed in 97 milliseconds