Home
last modified time | relevance | path

Searched refs:U_SPACE_SEPARATOR (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/
Duprops.h300 #define _Zs FLAG(U_SPACE_SEPARATOR)
Duchar.c245 return (UBool)(GET_CATEGORY(props)==U_SPACE_SEPARATOR); in u_isblank()
276 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c)); in u_isprintPOSIX()
/external/harfbuzz_ng/src/
Dhb-icu.cc117 case U_SPACE_SEPARATOR: return HB_UNICODE_GENERAL_CATEGORY_SPACE_SEPARATOR; in hb_icu_unicode_general_category()
/external/icu/icu4c/source/common/unicode/
Duchar.h684 U_SPACE_SEPARATOR = 12, enumerator
771 #define U_GC_ZS_MASK U_MASK(U_SPACE_SEPARATOR)
/external/icu/icu4c/source/i18n/
Drematch.cpp3136 UBool success = (ctype == U_SPACE_SEPARATOR || c == 9); // SPACE_SEPARATOR || TAB in MatchAt()
4695 UBool success = (ctype == U_SPACE_SEPARATOR || c == 9); // SPACE_SEPARATOR || TAB in MatchChunkAt()
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c118 /* Zs */ U_SPACE_SEPARATOR,