Searched refs:U_SPACE_SEPARATOR (Results 1 – 6 of 6) sorted by relevance
300 #define _Zs FLAG(U_SPACE_SEPARATOR)
245 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()
117 case U_SPACE_SEPARATOR: return HB_UNICODE_GENERAL_CATEGORY_SPACE_SEPARATOR; in hb_icu_unicode_general_category()
684 U_SPACE_SEPARATOR = 12, enumerator771 #define U_GC_ZS_MASK U_MASK(U_SPACE_SEPARATOR)
3136 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()
118 /* Zs */ U_SPACE_SEPARATOR,