Searched refs:GET_UCD (Results 1 – 7 of 7) sorted by relevance
1837 #define GET_UCD(ch) ((ch > MAX_UTF_CODE_POINT)? \ macro1840 #define GET_UCD(ch) REAL_GET_UCD(ch) macro1851 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype1852 #define UCD_SCRIPT(ch) GET_UCD(ch)->script1854 #define UCD_GRAPHBREAK(ch) GET_UCD(ch)->gbprop1855 #define UCD_CASESET(ch) GET_UCD(ch)->caseset1856 #define UCD_OTHERCASE(ch) ((uint32_t)((int)ch + (int)(GET_UCD(ch)->other_case)))1857 #define UCD_SCRIPTX(ch) UCD_SCRIPTX_PROP(GET_UCD(ch))1858 #define UCD_BPROPS(ch) UCD_BPROPS_PROP(GET_UCD(ch))1859 #define UCD_BIDICLASS(ch) UCD_BIDICLASS_PROP(GET_UCD(ch))
127 const ucd_record *ucd = GET_UCD(c); in PRIV()
136 const ucd_record *prop = GET_UCD(c); in PRIV()
417 ur = GET_UCD(d); in match_ref()2424 const ucd_record *prop = GET_UCD(fc); in match()2738 prop = GET_UCD(fc); in match()2876 prop = GET_UCD(fc); in match()3536 prop = GET_UCD(fc); in match()3696 prop = GET_UCD(fc); in match()4118 prop = GET_UCD(fc); in match()4264 prop = GET_UCD(fc); in match()
1172 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()1444 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()1699 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()1979 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()
204 const ucd_record *prop = GET_UCD(c); in check_char_prop()
5136 const ucd_record *record = GET_UCD(UNASSIGNED_UTF_CHAR); in do_getucd()5176 const ucd_record *record = GET_UCD(UNASSIGNED_UTF_CHAR); in do_getucdtype()
Completed in 81 milliseconds