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 422 Same as u_charType, returns UCharCategory values. @stable ICU 2.2 */
494 returns bit masks for UCharCategory values where exactly one bit is set.
586 typedef enum UCharCategory
589 * Note: UCharCategory constants and their API comments are parsed by preparseucd.py.
657 /** One higher than the last enum UCharCategory constant. @stable ICU 2.0 */
659 } UCharCategory;
665 * corresponding UCharCategory constant is n.
672 * @see UCharCategory
677 /** Mask constant for a UCharCategory. @stable ICU 2.1 */
679 /** Mask constant for a UCharCategory. @stable ICU 2.1 *
    [all...]
  /external/icu/icu4c/source/common/unicode/
uchar.h 422 Same as u_charType, returns UCharCategory values. @stable ICU 2.2 */
494 returns bit masks for UCharCategory values where exactly one bit is set.
586 typedef enum UCharCategory
589 * Note: UCharCategory constants and their API comments are parsed by preparseucd.py.
657 /** One higher than the last enum UCharCategory constant. @stable ICU 2.0 */
659 } UCharCategory;
665 * corresponding UCharCategory constant is n.
672 * @see UCharCategory
677 /** Mask constant for a UCharCategory. @stable ICU 2.1 */
679 /** Mask constant for a UCharCategory. @stable ICU 2.1 *
    [all...]

Completed in 40 milliseconds