Home | History | Annotate | Download | only in common

Lines Matching refs:UBool

67 static UBool U_CALLCONV
89 U_CAPI UBool U_EXPORT2
93 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER);
97 U_CAPI UBool U_EXPORT2
101 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER);
105 U_CAPI UBool U_EXPORT2
109 return (UBool)(GET_CATEGORY(props)==U_TITLECASE_LETTER);
113 U_CAPI UBool U_EXPORT2
117 return (UBool)(GET_CATEGORY(props)==U_DECIMAL_DIGIT_NUMBER);
120 U_CAPI UBool U_EXPORT2
133 return (UBool)(GET_CATEGORY(props)==U_DECIMAL_DIGIT_NUMBER);
137 U_CAPI UBool U_EXPORT2
141 return (UBool)((CAT_MASK(props)&U_GC_L_MASK)!=0);
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);
161 U_CFUNC UBool
163 return (UBool)(u_isUAlphabetic(c) || u_isdigit(c));
167 U_CAPI UBool U_EXPORT2
171 return (UBool)(GET_CATEGORY(props)!=0);
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);
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);
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));
211 U_CAPI UBool U_EXPORT2
215 return (UBool)((CAT_MASK(props)&U_GC_Z_MASK)!=0);
219 U_CAPI UBool U_EXPORT2
223 return (UBool)(
230 U_CAPI UBool U_EXPORT2
238 return (UBool)(GET_CATEGORY(props)==U_SPACE_SEPARATOR);
242 U_CAPI UBool U_EXPORT2
248 U_CAPI UBool U_EXPORT2
253 return (UBool)((CAT_MASK(props)&U_GC_C_MASK)==0);
261 U_CFUNC UBool
269 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c));
272 U_CAPI UBool U_EXPORT2
277 return (UBool)((CAT_MASK(props)&
289 U_CFUNC UBool
295 return (UBool)((CAT_MASK(props)&
300 U_CAPI UBool U_EXPORT2
304 return (UBool)((CAT_MASK(props)&U_GC_P_MASK)!=0);
308 U_CAPI UBool U_EXPORT2
313 return (UBool)((CAT_MASK(props)&(U_GC_L_MASK|U_GC_NL_MASK))!=0);
318 U_CAPI UBool U_EXPORT2
322 return (UBool)(
332 U_CAPI UBool U_EXPORT2
339 return (UBool)(GET_CATEGORY(props)==U_FORMAT_CHAR);
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);
354 U_CAPI UBool U_EXPORT2
358 return (UBool)(
573 U_CAPI UBool U_EXPORT2
645 static UBool U_CALLCONV