Home | History | Annotate | Download | only in intltest

Lines Matching defs:inputLength

4349     int32_t     inputLength;
4542 inputLength = matchString.extract(inputChars, inputCapacity, UTF8Converter.getAlias(), status);
4546 inputCapacity = inputLength + 1;
4550 utext_openUTF8(&inputText, inputChars, inputLength, &status);