Home | History | Annotate | Download | only in common

Lines Matching defs:UPropsVectors

50 struct UPropsVectors;
51 typedef struct UPropsVectors UPropsVectors;
70 * Open a UPropsVectors object.
73 U_CAPI UPropsVectors * U_EXPORT2
77 upvec_close(UPropsVectors *pv);
86 upvec_setValue(UPropsVectors *pv,
97 upvec_getValue(const UPropsVectors *pv, UChar32 c, int32_t column);
105 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex,
133 upvec_compact(UPropsVectors *pv, UPVecCompactHandler *handler, void *context, UErrorCode *pErrorCode);
141 upvec_getArray(const UPropsVectors *pv, int32_t *pRows, int32_t *pColumns);
149 upvec_cloneArray(const UPropsVectors *pv,
157 upvec_compactToUTrie2WithRowIndexes(UPropsVectors *pv, UErrorCode *pErrorCode);