Home | History | Annotate | Download | only in common

Lines Matching refs:rowIndex

288 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex,
293 if(pv->isCompacted || rowIndex<0 || rowIndex>=pv->rows) {
298 row=pv->v+rowIndex*columns;
494 int32_t rowIndex, uint32_t *row, int32_t columns,
498 if(!utrie_setRange32(toUTrie->newTrie, start, end+1, (uint32_t)rowIndex, TRUE)) {
504 toUTrie->initialValue=rowIndex;
507 if(rowIndex>0xffff) {
528 int32_t rowIndex, uint32_t *row, int32_t columns,
532 utrie2_setRange32(toUTrie2->trie, start, end, (uint32_t)rowIndex, TRUE, pErrorCode);
536 toUTrie2->initialValue=rowIndex;
539 toUTrie2->errorValue=rowIndex;
542 rowIndex;
543 if(rowIndex>0xffff) {