Searched refs:U_GET_GC_MASK (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
H A DUnicodeIcu.h201 return static_cast<CharCategory>(U_GET_GC_MASK(c));
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
H A DComplexTextController.cpp284 if (!(U_GET_GC_MASK(nextCharacter) & U_GC_M_MASK))
329 bool nextIsSmallCaps = m_font.isSmallCaps() && !(U_GET_GC_MASK(baseCharacter) & U_GC_M_MASK) && (uppercaseCharacter = u_toupper(baseCharacter)) != baseCharacter;
706 if (m_forTextEmphasis && (!Font::canReceiveTextEmphasis(ch) || (U_GET_GC_MASK(ch) & U_GC_M_MASK)))
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
H A DHarfBuzzShaper.cpp414 if (U_GET_GC_MASK(character) & U_GC_M_MASK) {
421 if (!(U_GET_GC_MASK(nextCharacter) & U_GC_M_MASK))
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchar.h666 * @see U_GET_GC_MASK
2423 #define U_GET_GC_MASK(c) U_MASK(u_charType(c)) macro
2743 * U_GET_GC_MASK(). This allows grouped categories such as
2796 * produced by U_GET_GC_MASK(). This allows grouped
/external/icu4c/common/unicode/
H A Duchar.h660 * @see U_GET_GC_MASK
2527 #define U_GET_GC_MASK(c) U_MASK(u_charType(c)) macro
2842 * U_GET_GC_MASK(). This allows grouped categories such as
2895 * produced by U_GET_GC_MASK(). This allows grouped
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c605 U_GET_GC_MASK(0x41)!=U_GC_LU_MASK ||
606 U_GET_GC_MASK(0x662)!=U_GC_ND_MASK ||
607 U_GET_GC_MASK(0xa0)!=U_GC_ZS_MASK ||
608 U_GET_GC_MASK(0x28)!=U_GC_PS_MASK ||
609 U_GET_GC_MASK(0x2044)!=U_GC_SM_MASK ||
610 U_GET_GC_MASK(0xe0063)!=U_GC_CF_MASK
612 log_err("error: U_GET_GC_MASK does not work properly\n");
/external/icu4c/test/cintltst/
H A Dcucdtst.c606 U_GET_GC_MASK(0x41)!=U_GC_LU_MASK ||
607 U_GET_GC_MASK(0x662)!=U_GC_ND_MASK ||
608 U_GET_GC_MASK(0xa0)!=U_GC_ZS_MASK ||
609 U_GET_GC_MASK(0x28)!=U_GC_PS_MASK ||
610 U_GET_GC_MASK(0x2044)!=U_GC_SM_MASK ||
611 U_GET_GC_MASK(0xe0063)!=U_GC_CF_MASK
613 log_err("error: U_GET_GC_MASK does not work properly\n");
/external/icu4c/common/
H A Duniset_props.cpp848 return (U_GET_GC_MASK((UChar32) ch) & value) != 0;
H A Duts46.cpp810 if((U_GET_GC_MASK(c)&U_GC_M_MASK)!=0) {
/external/chromium_org/third_party/icu/source/common/
H A Duniset_props.cpp928 return (U_GET_GC_MASK((UChar32) ch) & value) != 0;
H A Duts46.cpp804 if((U_GET_GC_MASK(c)&U_GC_M_MASK)!=0) {
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextIterator.cpp1877 return U_GET_GC_MASK(character) & (U_GC_S_MASK | U_GC_P_MASK | U_GC_Z_MASK | U_GC_CF_MASK);

Completed in 359 milliseconds