Searched refs:UCharCategory (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/test/perf/usetperf/
H A Dusetperf.cpp50 CmdOp(UCharCategory prop, void (CmdOp::*op)()):op(op){
/external/icu/icu4c/source/test/perf/usetperf/
H A Dusetperf.cpp50 CmdOp(UCharCategory prop, void (CmdOp::*op)()):op(op){
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchar.h422 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 enum
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; typedef in typeref:enum: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
[all...]
/external/icu/icu4c/source/common/unicode/
H A Duchar.h422 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 enum
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; typedef in typeref:enum: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
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DUnicodeUtilitiesTest.cpp47 UBool U_CALLCONV testFirstAndLastCharsInCategory(const void *context, UChar32 start, UChar32 limit, UCharCategory type)
/external/chromium_org/third_party/icu/source/common/
H A Duchar.c76 /* just cast the value to UCharCategory */
79 start, end+1, (UCharCategory)value);
/external/icu/icu4c/source/common/
H A Duchar.c76 /* just cast the value to UCharCategory */
79 start, end+1, (UCharCategory)value);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c1176 enumTypeRange(const void *context, UChar32 start, UChar32 limit, UCharCategory type) {
1195 if(type!=(UCharCategory)test[i][1]) {
1214 enumDefaultsRange(const void *context, UChar32 start, UChar32 limit, UCharCategory type) {
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c1175 enumTypeRange(const void *context, UChar32 start, UChar32 limit, UCharCategory type) {
1194 if(type!=(UCharCategory)test[i][1]) {
1213 enumDefaultsRange(const void *context, UChar32 start, UChar32 limit, UCharCategory type) {
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_elm.cpp1624 _enumCategoryRangeClosureCategory(const void *context, UChar32 start, UChar32 limit, UCharCategory type) {

Completed in 255 milliseconds