Lines Matching defs:UniProps
41 struct U_TOOLUTIL_API UniProps { struct
45 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; } in getIntProp()
47 UChar32 start, end;
48 UBool binProps[UCHAR_BINARY_LIMIT];
49 int32_t intProps[UCHAR_INT_LIMIT-UCHAR_INT_START];
50 UVersionInfo age;
51 UChar32 bmg, bpb;
52 UChar32 scf, slc, stc, suc;
53 int32_t digitValue;
54 const char *numericValue;
55 const char *name;
56 const char *nameAlias;
57 UnicodeString cf, lc, tc, uc;
58 UnicodeSet scx;