Lines Matching full:whitespace
87 * Note: There are several ICU whitespace functions.
90 * most of general categories "Z" (separators) + most whitespace ISO controls
92 * - u_isWhitespace: Java isWhitespace; Z + whitespace ISO controls but excluding no-break spaces
94 * - u_isspace: Z + whitespace ISO controls (including no-break spaces)
1450 * Note: There are several ICU whitespace functions; please see the uchar.h
1794 * Note: There are several ICU whitespace functions; please see the uchar.h
1837 * Note: There are several ICU whitespace functions; please see the uchar.h
1862 * Note: There are several ICU whitespace functions; please see the uchar.h
1877 * Determines if the specified code point is a whitespace character according to Java/ICU.
1878 * A character is considered to be a Java whitespace character if and only
1896 * Note: There are several ICU whitespace functions; please see the uchar.h
1900 * @return TRUE if the code point is a whitespace character according to Java/ICU
2503 * non-whitespace ISO controls
2508 * (it omits U+0085 from whitespace ISO controls).