Searched refs:GET_UCD (Results 1 – 7 of 7) sorted by relevance
1870 #define GET_UCD(ch) ((ch > MAX_UTF_CODE_POINT)? \ macro1873 #define GET_UCD(ch) REAL_GET_UCD(ch) macro1884 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype1885 #define UCD_SCRIPT(ch) GET_UCD(ch)->script1887 #define UCD_GRAPHBREAK(ch) GET_UCD(ch)->gbprop1888 #define UCD_CASESET(ch) GET_UCD(ch)->caseset1889 #define UCD_OTHERCASE(ch) ((uint32_t)((int)ch + (int)(GET_UCD(ch)->other_case)))1890 #define UCD_SCRIPTX(ch) UCD_SCRIPTX_PROP(GET_UCD(ch))1891 #define UCD_BPROPS(ch) UCD_BPROPS_PROP(GET_UCD(ch))1892 #define UCD_BIDICLASS(ch) UCD_BIDICLASS_PROP(GET_UCD(ch))
127 const ucd_record *ucd = GET_UCD(c); in PRIV()
137 const ucd_record *prop = GET_UCD(c); in PRIV()
423 ur = GET_UCD(d); in match_ref()2490 const ucd_record *prop = GET_UCD(fc); in match()2815 prop = GET_UCD(fc); in match()2961 prop = GET_UCD(fc); in match()3621 prop = GET_UCD(fc); in match()3790 prop = GET_UCD(fc); in match()4212 prop = GET_UCD(fc); in match()4371 prop = GET_UCD(fc); in match()
1179 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()1462 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()1727 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()2017 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()
204 const ucd_record *prop = GET_UCD(c); in check_char_prop()
5288 const ucd_record *record = GET_UCD(UNASSIGNED_UTF_CHAR); in do_getucd()5328 const ucd_record *record = GET_UCD(UNASSIGNED_UTF_CHAR); in do_getucdtype()
Completed in 168 milliseconds