Home | History | Annotate | Download | only in unicode

Lines Matching full:whitespace

108  * Note: There are several ICU whitespace functions.
111 * most of general categories "Z" (separators) + most whitespace ISO controls
113 * - u_isWhitespace: Java isWhitespace; Z + whitespace ISO controls but excluding no-break spaces
115 * - u_isspace: Z + whitespace ISO controls (including no-break spaces)
1699 * Note: There are several ICU whitespace functions; please see the uchar.h
2042 * Note: There are several ICU whitespace functions; please see the uchar.h
2085 * Note: There are several ICU whitespace functions; please see the uchar.h
2110 * Note: There are several ICU whitespace functions; please see the uchar.h
2125 * Determines if the specified code point is a whitespace character according to Java/ICU.
2126 * A character is considered to be a Java whitespace character if and only
2144 * Note: There are several ICU whitespace functions; please see the uchar.h
2148 * @return TRUE if the code point is a whitespace character according to Java/ICU
2751 * non-whitespace ISO controls
2756 * (it omits U+0085 from whitespace ISO controls).