Home | History | Annotate | Download | only in i18n

Lines Matching refs:copylength

2908     int32_t     copylength = strsrch->search->matchedLength;
2915 if (resultCapacity < copylength) {
2916 copylength = resultCapacity;
2918 if (copylength > 0) {
2920 copylength * sizeof(UChar));