Home | History | Annotate | Download | only in unicode

Lines Matching full:iso

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)
1158 * with ISO-10646; or an "extended" name that gives each
1205 U_DT_ISOLATED, /*[iso]*/
1914 * - ISO 8-bit control character (U+0000..U+001f and U+007f..U+009f)
1935 * Determines whether the specified code point is an ISO control code.
1941 * @return TRUE if the code point is an ISO control code
2208 * Get the ISO 10646 comment for a character.
2209 * The ISO 10646 comment is an informative field in the Unicode Character
2210 * Database (UnicodeData.txt field 11) and is from the ISO 10646 names list.
2212 * @param c The character (code point) for which to get the ISO comment.
2503 * non-whitespace ISO controls
2508 * (it omits U+0085 from whitespace ISO controls).