Lines Matching refs:UPropsVectors
52 struct UPropsVectors;
53 typedef struct UPropsVectors UPropsVectors; typedef
75 U_CAPI UPropsVectors * U_EXPORT2
79 upvec_close(UPropsVectors *pv);
88 upvec_setValue(UPropsVectors *pv,
99 upvec_getValue(const UPropsVectors *pv, UChar32 c, int32_t column);
107 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex,
135 upvec_compact(UPropsVectors *pv, UPVecCompactHandler *handler, void *context, UErrorCode *pErrorCod…
143 upvec_getArray(const UPropsVectors *pv, int32_t *pRows, int32_t *pColumns);
151 upvec_cloneArray(const UPropsVectors *pv,
159 upvec_compactToUTrie2WithRowIndexes(UPropsVectors *pv, UErrorCode *pErrorCode);