Searched refs:U_SPACE_SEPARATOR (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
H A DUnicodeIcu.h93 Separator_Space = U_MASK(U_SPACE_SEPARATOR),
173 return u_charType(c) == U_SPACE_SEPARATOR;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-icu.cc116 case U_SPACE_SEPARATOR: return HB_UNICODE_GENERAL_CATEGORY_SPACE_SEPARATOR;
/external/chromium_org/third_party/icu/source/common/
H A Duprops.h283 #define _Zs FLAG(U_SPACE_SEPARATOR)
H A Duchar.c245 return (UBool)(GET_CATEGORY(props)==U_SPACE_SEPARATOR);
276 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c));
/external/harfbuzz_ng/src/
H A Dhb-icu.cc116 case U_SPACE_SEPARATOR: return HB_UNICODE_GENERAL_CATEGORY_SPACE_SEPARATOR;
/external/icu/icu4c/source/common/
H A Duprops.h283 #define _Zs FLAG(U_SPACE_SEPARATOR)
H A Duchar.c245 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/
H A Duchar.h622 U_SPACE_SEPARATOR = 12, enumerator in enum:UCharCategory
703 #define U_GC_ZS_MASK U_MASK(U_SPACE_SEPARATOR)
/external/icu/icu4c/source/common/unicode/
H A Duchar.h622 U_SPACE_SEPARATOR = 12, enumerator in enum:UCharCategory
703 #define U_GC_ZS_MASK U_MASK(U_SPACE_SEPARATOR)
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c117 /* Zs */ U_SPACE_SEPARATOR,
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c116 /* Zs */ U_SPACE_SEPARATOR,

Completed in 210 milliseconds