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

  /external/icu/icu4c/source/test/perf/usetperf/
usetperf.cpp 50 CmdOp(UCharCategory prop, void (CmdOp::*op)()):op(op){
  /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...]
  /external/icu/icu4c/source/common/
uchar.c 74 /* just cast the value to UCharCategory */
77 start, end+1, (UCharCategory)value);
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c     [all...]

Completed in 62 milliseconds