Home | History | Annotate | Download | only in cintltst

Lines Matching refs:outputLength

775   int32_t outputLength;
844 outputLength = (int32_t)strlen(output);
845 if(outputLength > maxOutputLength) {
846 maxOutputLength = outputLength;
847 U_ASSERT(outputLength < sizeof(output));