Home | History | Annotate | Download | only in intltest

Lines Matching refs:resultLength

461     int32_t utf8InLength, utf8OutLength, resultLength;
508 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLength, errorCode);
509 result.releaseBuffer(errorCode.isSuccess() ? resultLength : 0);