Home | History | Annotate | Download | only in intltest

Lines Matching full:inputlength

4410     int32_t     inputLength;
4603 inputLength = matchString.extract(inputChars, inputCapacity, UTF8Converter.getAlias(), status);
4607 inputCapacity = inputLength + 1;
4611 utext_openUTF8(&inputText, inputChars, inputLength, &status);