Lines Matching refs:GET_PROPS
41 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c)); macro
57 GET_PROPS(c, props); in u_charType()
97 GET_PROPS(c, props); in u_islower()
105 GET_PROPS(c, props); in u_isupper()
113 GET_PROPS(c, props); in u_istitle()
121 GET_PROPS(c, props); in u_isdigit()
137 GET_PROPS(c, props); in u_isxdigit()
145 GET_PROPS(c, props); in u_isalpha()
158 GET_PROPS(c, props); in u_isalnum()
175 GET_PROPS(c, props); in u_isdefined()
183 GET_PROPS(c, props); in u_isbase()
191 GET_PROPS(c, props); in u_iscntrl()
212 GET_PROPS(c, props); in u_isspace()
219 GET_PROPS(c, props); in u_isJavaSpaceChar()
227 GET_PROPS(c, props); in u_isWhitespace()
242 GET_PROPS(c, props); in u_isblank()
256 GET_PROPS(c, props); in u_isprint()
269 GET_PROPS(c, props); in u_isprintPOSIX()
280 GET_PROPS(c, props); in u_isgraph()
297 GET_PROPS(c, props); in u_isgraphPOSIX()
308 GET_PROPS(c, props); in u_ispunct()
317 GET_PROPS(c, props); in u_isIDStart()
326 GET_PROPS(c, props); in u_isIDPart()
343 GET_PROPS(c, props); in u_isIDIgnorable()
352 GET_PROPS(c, props); in u_isJavaIDStart()
362 GET_PROPS(c, props); in u_isJavaIDPart()
377 GET_PROPS(c, props); in u_charDigitValue()
390 GET_PROPS(c, props); in u_getNumericValue()
513 GET_PROPS(c, props); in u_getMainProperties()