HomeSort by relevance Sort by last modified time
    Searched defs:UCharCategory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
uchar.h 433 Same as u_charType, returns UCharCategory values. @stable ICU 2.2 */
500 returns bit masks for UCharCategory values where exactly one bit is set.
586 typedef enum UCharCategory
652 /** One higher than the last enum UCharCategory constant. @stable ICU 2.0 */
654 } UCharCategory;
660 * corresponding UCharCategory constant is n.
667 * @see UCharCategory
672 /** Mask constant for a UCharCategory. @stable ICU 2.1 */
674 /** Mask constant for a UCharCategory. @stable ICU 2.1 */
676 /** Mask constant for a UCharCategory. @stable ICU 2.1 *
    [all...]
  /external/icu4c/common/unicode/
uchar.h 422 Same as u_charType, returns UCharCategory values. @stable ICU 2.2 */
489 returns bit masks for UCharCategory values where exactly one bit is set.
575 typedef enum UCharCategory
578 * Note: UCharCategory constants and their API comments are parsed by preparseucd.py.
646 /** One higher than the last enum UCharCategory constant. @stable ICU 2.0 */
648 } UCharCategory;
654 * corresponding UCharCategory constant is n.
661 * @see UCharCategory
666 /** Mask constant for a UCharCategory. @stable ICU 2.1 */
668 /** Mask constant for a UCharCategory. @stable ICU 2.1 *
    [all...]

Completed in 1183 milliseconds