• Home
  • Raw
  • Download

Lines Matching refs:UBool

45 U_CFUNC UBool
74 static UBool U_CALLCONV
96 U_CAPI UBool U_EXPORT2
100 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER); in u_islower()
104 U_CAPI UBool U_EXPORT2
108 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER); in u_isupper()
112 U_CAPI UBool U_EXPORT2
116 return (UBool)(GET_CATEGORY(props)==U_TITLECASE_LETTER); in u_istitle()
120 U_CAPI UBool U_EXPORT2
124 return (UBool)(GET_CATEGORY(props)==U_DECIMAL_DIGIT_NUMBER); in u_isdigit()
127 U_CAPI UBool U_EXPORT2
140 return (UBool)(GET_CATEGORY(props)==U_DECIMAL_DIGIT_NUMBER); in u_isxdigit()
144 U_CAPI UBool U_EXPORT2
148 return (UBool)((CAT_MASK(props)&U_GC_L_MASK)!=0); in u_isalpha()
151 U_CAPI UBool U_EXPORT2
157 U_CAPI UBool U_EXPORT2
161 return (UBool)((CAT_MASK(props)&(U_GC_L_MASK|U_GC_ND_MASK))!=0); in u_isalnum()
168 U_CFUNC UBool
170 return (UBool)(u_isUAlphabetic(c) || u_isdigit(c)); in u_isalnumPOSIX()
174 U_CAPI UBool U_EXPORT2
178 return (UBool)(GET_CATEGORY(props)!=0); in u_isdefined()
182 U_CAPI UBool U_EXPORT2
186 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()
190 U_CAPI UBool U_EXPORT2
194 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()
197 U_CAPI UBool U_EXPORT2
211 U_CAPI UBool U_EXPORT2
215 return (UBool)((CAT_MASK(props)&U_GC_Z_MASK)!=0 || IS_THAT_CONTROL_SPACE(c)); in u_isspace()
218 U_CAPI UBool U_EXPORT2
222 return (UBool)((CAT_MASK(props)&U_GC_Z_MASK)!=0); in u_isJavaSpaceChar()
226 U_CAPI UBool U_EXPORT2
230 return (UBool)( in u_isWhitespace()
237 U_CAPI UBool U_EXPORT2
245 return (UBool)(GET_CATEGORY(props)==U_SPACE_SEPARATOR); in u_isblank()
249 U_CAPI UBool U_EXPORT2
255 U_CAPI UBool U_EXPORT2
260 return (UBool)((CAT_MASK(props)&U_GC_C_MASK)==0); in u_isprint()
268 U_CFUNC UBool
276 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c)); in u_isprintPOSIX()
279 U_CAPI UBool U_EXPORT2
284 return (UBool)((CAT_MASK(props)& in u_isgraph()
296 U_CFUNC UBool
302 return (UBool)((CAT_MASK(props)& in u_isgraphPOSIX()
307 U_CAPI UBool U_EXPORT2
311 return (UBool)((CAT_MASK(props)&U_GC_P_MASK)!=0); in u_ispunct()
315 U_CAPI UBool U_EXPORT2
320 return (UBool)((CAT_MASK(props)&(U_GC_L_MASK|U_GC_NL_MASK))!=0); in u_isIDStart()
325 U_CAPI UBool U_EXPORT2
329 return (UBool)( in u_isIDPart()
339 U_CAPI UBool U_EXPORT2
346 return (UBool)(GET_CATEGORY(props)==U_FORMAT_CHAR); in u_isIDIgnorable()
351 U_CAPI UBool U_EXPORT2
355 return (UBool)((CAT_MASK(props)&(U_GC_L_MASK|U_GC_SC_MASK|U_GC_PC_MASK))!=0); in u_isJavaIDStart()
361 U_CAPI UBool U_EXPORT2
365 return (UBool)( in u_isJavaIDPart()
580 U_CAPI UBool U_EXPORT2
652 static UBool U_CALLCONV