Searched refs:U_GC_ND_MASK (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/common/
H A Duchar.c160 return (UBool)((CAT_MASK(props)&(U_GC_L_MASK|U_GC_ND_MASK))!=0);
330 (U_GC_ND_MASK|U_GC_NL_MASK|
366 (U_GC_ND_MASK|U_GC_NL_MASK|
/external/icu4c/common/unicode/
H A Duchar.h691 #define U_GC_ND_MASK U_MASK(U_DECIMAL_DIGIT_NUMBER) macro
751 #define U_GC_N_MASK (U_GC_ND_MASK|U_GC_NL_MASK|U_GC_NO_MASK)
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h612 #define U_GC_ND_MASK U_MASK(U_DECIMAL_DIGIT_NUMBER) macro
672 #define U_GC_N_MASK (U_GC_ND_MASK|U_GC_NL_MASK|U_GC_NO_MASK)
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h612 #define U_GC_ND_MASK U_MASK(U_DECIMAL_DIGIT_NUMBER) macro
672 #define U_GC_N_MASK (U_GC_ND_MASK|U_GC_NL_MASK|U_GC_NO_MASK)
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h612 #define U_GC_ND_MASK U_MASK(U_DECIMAL_DIGIT_NUMBER) macro
672 #define U_GC_N_MASK (U_GC_ND_MASK|U_GC_NL_MASK|U_GC_NO_MASK)
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h612 #define U_GC_ND_MASK U_MASK(U_DECIMAL_DIGIT_NUMBER) macro
672 #define U_GC_N_MASK (U_GC_ND_MASK|U_GC_NL_MASK|U_GC_NO_MASK)
/external/icu4c/i18n/
H A Dregexcmp.cpp1504 addCategory(set, U_GC_ND_MASK, *fStatus);
1513 digits.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ND_MASK, *fStatus);
2584 s.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ND_MASK, *fStatus);
4169 addCategory(set, U_GC_ND_MASK, localStatus);
4181 addCategory(set, U_GC_ND_MASK, localStatus);
4198 addCategory(set, U_GC_ND_MASK, localStatus);
4222 addCategory(set, U_GC_ND_MASK, localStatus);
/external/icu4c/test/cintltst/
H A Dcucdtst.c606 U_GET_GC_MASK(0x662)!=U_GC_ND_MASK ||
628 mask=(mask&~U_GC_ND_MASK)|U_GC_ND_MASK;

Completed in 304 milliseconds