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

  /external/webkit/WebCore/platform/graphics/win/
UniscribeController.cpp 128 bool nextIsSmallCaps = m_font.isSmallCaps() && !(U_GET_GC_MASK(*curr) & U_GC_M_MASK) && (newC = u_toupper(*curr)) != *curr;
143 bool forceSmallCaps = isSmallCaps && (U_GET_GC_MASK(c) & U_GC_M_MASK);
  /external/webkit/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 205 return static_cast<CharCategory>(U_GET_GC_MASK(c));
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextController.cpp 220 bool nextIsSmallCaps = !isSurrogate && m_font.isSmallCaps() && !(U_GET_GC_MASK(*curr) & U_GC_M_MASK) && (newC = u_toupper(*curr)) != *curr;
235 bool forceSmallCaps = !isSurrogate && isSmallCaps && (U_GET_GC_MASK(c) & U_GC_M_MASK);
  /external/icu4c/common/unicode/
uchar.h 658 * @see U_GET_GC_MASK
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uchar.h 587 * @see U_GET_GC_MASK
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
uchar.h 587 * @see U_GET_GC_MASK
    [all...]
  /external/webkit/WebCore/icu/unicode/
uchar.h 587 * @see U_GET_GC_MASK
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
uchar.h 587 * @see U_GET_GC_MASK
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 610 U_GET_GC_MASK(0x41)!=U_GC_LU_MASK ||
611 U_GET_GC_MASK(0x662)!=U_GC_ND_MASK ||
612 U_GET_GC_MASK(0xa0)!=U_GC_ZS_MASK ||
613 U_GET_GC_MASK(0x28)!=U_GC_PS_MASK ||
614 U_GET_GC_MASK(0x2044)!=U_GC_SM_MASK ||
615 U_GET_GC_MASK(0xe0063)!=U_GC_CF_MASK
617 log_err("error: U_GET_GC_MASK does not work properly\n");
    [all...]
  /external/icu4c/common/
uniset_props.cpp 855 return (U_GET_GC_MASK((UChar32) ch) & value) != 0;
    [all...]

Completed in 78 milliseconds