Home | History | Annotate | Download | only in unicode

Lines Matching full:iso

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)
1330 * with ISO-10646; or an "extended" name that gives each
1377 U_DT_ISOLATED, /*[iso]*/
2162 * - ISO 8-bit control character (U+0000..U+001f and U+007f..U+009f)
2183 * Determines whether the specified code point is an ISO control code.
2189 * @return TRUE if the code point is an ISO control code
2456 * Get the ISO 10646 comment for a character.
2457 * The ISO 10646 comment is an informative field in the Unicode Character
2458 * Database (UnicodeData.txt field 11) and is from the ISO 10646 names list.
2460 * @param c The character (code point) for which to get the ISO comment.
2751 * non-whitespace ISO controls
2756 * (it omits U+0085 from whitespace ISO controls).