Searched defs:LOW_SURROGATE_START (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnls.h380 #define LOW_SURROGATE_START 0xdc00 macro
384 #define IS_LOW_SURROGATE(ch) ((ch) >= LOW_SURROGATE_START && (ch) <= LOW_SURROGATE_END)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnls.h324 #define LOW_SURROGATE_START 0xdc00 macro
328 #define IS_LOW_SURROGATE(ch) ((ch) >= LOW_SURROGATE_START && (ch) <= LOW_SURROGATE_END)

Completed in 51 milliseconds