Home
last modified time | relevance | path

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

/aoo4110/main/i18nutil/source/utility/
H A Dunicode.cxx419 #define CONTROLSPACE bit(0x09)|bit(0x0a)|bit(0x0b)|bit(0x0c)|bit(0x0d)|\ in IsType() macro
423 return (ch != 0xa0 && isSpace(ch)) || (ch <= 0x1F && (bit(ch) & (CONTROLSPACE))); in IsType()

Completed in 13 milliseconds