Home | History | Annotate | Download | only in cintltst

Lines Matching defs:outputLength

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