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

  /external/chromium_org/third_party/icu/source/test/perf/usetperf/
usetperf.cpp 50 CmdOp(UCharCategory prop, void (CmdOp::*op)()):op(op){
  /external/icu/icu4c/source/test/perf/usetperf/
usetperf.cpp 50 CmdOp(UCharCategory prop, void (CmdOp::*op)()):op(op){
  /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/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/chromium_org/third_party/WebKit/Source/platform/text/
UnicodeUtilitiesTest.cpp 47 UBool U_CALLCONV testFirstAndLastCharsInCategory(const void *context, UChar32 start, UChar32 limit, UCharCategory type)
  /external/chromium_org/third_party/icu/source/common/
uchar.c 75 /* just cast the value to UCharCategory */
78 start, end+1, (UCharCategory)value);
  /external/icu/icu4c/source/common/
uchar.c 76 /* just cast the value to UCharCategory */
79 start, end+1, (UCharCategory)value);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.cpp     [all...]

Completed in 92 milliseconds