Lines Matching refs:UBool
67 static UBool U_CALLCONV
89 U_CAPI UBool U_EXPORT2
93 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER); in u_islower()
97 U_CAPI UBool U_EXPORT2
101 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER); in u_isupper()
105 U_CAPI UBool U_EXPORT2
109 return (UBool)(GET_CATEGORY(props)==U_TITLECASE_LETTER); in u_istitle()
113 U_CAPI UBool U_EXPORT2
117 return (UBool)(GET_CATEGORY(props)==U_DECIMAL_DIGIT_NUMBER); in u_isdigit()
120 U_CAPI UBool U_EXPORT2
133 return (UBool)(GET_CATEGORY(props)==U_DECIMAL_DIGIT_NUMBER); in u_isxdigit()
137 U_CAPI UBool U_EXPORT2
141 return (UBool)((CAT_MASK(props)&U_GC_L_MASK)!=0); in u_isalpha()
144 U_CAPI UBool U_EXPORT2
150 U_CAPI UBool U_EXPORT2
154 return (UBool)((CAT_MASK(props)&(U_GC_L_MASK|U_GC_ND_MASK))!=0); in u_isalnum()
161 U_CFUNC UBool
163 return (UBool)(u_isUAlphabetic(c) || u_isdigit(c)); in u_isalnumPOSIX()
167 U_CAPI UBool U_EXPORT2
171 return (UBool)(GET_CATEGORY(props)!=0); in u_isdefined()
175 U_CAPI UBool U_EXPORT2
179 return (UBool)((CAT_MASK(props)&(U_GC_L_MASK|U_GC_N_MASK|U_GC_MC_MASK|U_GC_ME_MASK))!=0); in u_isbase()
183 U_CAPI UBool U_EXPORT2
187 return (UBool)((CAT_MASK(props)&(U_GC_CC_MASK|U_GC_CF_MASK|U_GC_ZL_MASK|U_GC_ZP_MASK))!=0); in u_iscntrl()
190 U_CAPI UBool U_EXPORT2
204 U_CAPI UBool U_EXPORT2
208 return (UBool)((CAT_MASK(props)&U_GC_Z_MASK)!=0 || IS_THAT_CONTROL_SPACE(c)); in u_isspace()
211 U_CAPI UBool U_EXPORT2
215 return (UBool)((CAT_MASK(props)&U_GC_Z_MASK)!=0); in u_isJavaSpaceChar()
219 U_CAPI UBool U_EXPORT2
223 return (UBool)( in u_isWhitespace()
230 U_CAPI UBool U_EXPORT2
238 return (UBool)(GET_CATEGORY(props)==U_SPACE_SEPARATOR); in u_isblank()
242 U_CAPI UBool U_EXPORT2
248 U_CAPI UBool U_EXPORT2
253 return (UBool)((CAT_MASK(props)&U_GC_C_MASK)==0); in u_isprint()
261 U_CFUNC UBool
269 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c)); in u_isprintPOSIX()
272 U_CAPI UBool U_EXPORT2
277 return (UBool)((CAT_MASK(props)& in u_isgraph()
289 U_CFUNC UBool
295 return (UBool)((CAT_MASK(props)& in u_isgraphPOSIX()
300 U_CAPI UBool U_EXPORT2
304 return (UBool)((CAT_MASK(props)&U_GC_P_MASK)!=0); in u_ispunct()
308 U_CAPI UBool U_EXPORT2
313 return (UBool)((CAT_MASK(props)&(U_GC_L_MASK|U_GC_NL_MASK))!=0); in u_isIDStart()
318 U_CAPI UBool U_EXPORT2
322 return (UBool)( in u_isIDPart()
332 U_CAPI UBool U_EXPORT2
339 return (UBool)(GET_CATEGORY(props)==U_FORMAT_CHAR); in u_isIDIgnorable()
344 U_CAPI UBool U_EXPORT2
348 return (UBool)((CAT_MASK(props)&(U_GC_L_MASK|U_GC_SC_MASK|U_GC_PC_MASK))!=0); in u_isJavaIDStart()
354 U_CAPI UBool U_EXPORT2
358 return (UBool)( in u_isJavaIDPart()
573 U_CAPI UBool U_EXPORT2
645 static UBool U_CALLCONV