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

  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
UnicodeIcu.h 93 Separator_Space = U_MASK(U_SPACE_SEPARATOR),
173 return u_charType(c) == U_SPACE_SEPARATOR;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-icu.cc 116 case U_SPACE_SEPARATOR: return HB_UNICODE_GENERAL_CATEGORY_SPACE_SEPARATOR;
  /external/chromium_org/third_party/icu/source/common/
uprops.h 261 #define _Zs FLAG(U_SPACE_SEPARATOR)
uchar.c 244 return (UBool)(GET_CATEGORY(props)==U_SPACE_SEPARATOR);
275 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c));
  /external/harfbuzz_ng/src/
hb-icu.cc 116 case U_SPACE_SEPARATOR: return HB_UNICODE_GENERAL_CATEGORY_SPACE_SEPARATOR;
  /external/icu/icu4c/source/common/
uprops.h 283 #define _Zs FLAG(U_SPACE_SEPARATOR)
uchar.c 245 return (UBool)(GET_CATEGORY(props)==U_SPACE_SEPARATOR);
276 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c));
  /external/chromium_org/third_party/icu/source/common/unicode/
uchar.h 617 U_SPACE_SEPARATOR = 12,
698 #define U_GC_ZS_MASK U_MASK(U_SPACE_SEPARATOR)
    [all...]
  /external/icu/icu4c/source/common/unicode/
uchar.h 622 U_SPACE_SEPARATOR = 12,
703 #define U_GC_ZS_MASK U_MASK(U_SPACE_SEPARATOR)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c 117 /* Zs */ U_SPACE_SEPARATOR,
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c 116 /* Zs */ U_SPACE_SEPARATOR,
    [all...]

Completed in 96 milliseconds