Searched refs:pRows (Results 1 - 2 of 2) sorted by relevance
/external/icu4c/common/ |
H A D | propsvec.h | 141 upvec_getArray(const UPropsVectors *pv, int32_t *pRows, int32_t *pColumns); 150 int32_t *pRows, int32_t *pColumns, UErrorCode *pErrorCode);
|
H A D | propsvec.c | 434 upvec_getArray(const UPropsVectors *pv, int32_t *pRows, int32_t *pColumns) { argument 438 if(pRows!=NULL) { 439 *pRows=pv->rows; 449 int32_t *pRows, int32_t *pColumns, UErrorCode *pErrorCode) { 467 if(pRows!=NULL) { 468 *pRows=pv->rows; 448 upvec_cloneArray(const UPropsVectors *pv, int32_t *pRows, int32_t *pColumns, UErrorCode *pErrorCode) argument
|
Completed in 71 milliseconds