Home | History | Annotate | Download | only in common

Lines Matching refs:resultCapacity

2368 ures_getFunctionalEquivalent(char *result, int32_t resultCapacity,
2658 int32_t copyLength = uprv_min(length, resultCapacity);
2669 return u_terminateChars(result, resultCapacity, length, status);