Searched refs:U_SPACE_SEPARATOR (Results 1 – 6 of 6) sorted by relevance
301 #define _Zs FLAG(U_SPACE_SEPARATOR)
246 return (UBool)(GET_CATEGORY(props)==U_SPACE_SEPARATOR); in u_isblank()277 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()
701 U_SPACE_SEPARATOR = 12, enumerator788 #define U_GC_ZS_MASK U_MASK(U_SPACE_SEPARATOR)
3136 UBool success = (ctype == U_SPACE_SEPARATOR || c == 9); // SPACE_SEPARATOR || TAB in MatchAt()4707 UBool success = (ctype == U_SPACE_SEPARATOR || c == 9); // SPACE_SEPARATOR || TAB in MatchChunkAt()
118 /* Zs */ U_SPACE_SEPARATOR,