Home | History | Annotate | Download | only in i18n

Lines Matching refs:fInput

145     fInput(NULL),
175 uprv_free(fInput);
219 fInput = static_cast<UChar *>(uprv_malloc((inputLen+1) * sizeof(UChar)));
220 if (fInput == NULL) {
224 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status);
254 if (*fInput == 0xfeff) {
255 *fInput = 0x20;
259 uregex_setText(fParseLine, fInput, inputLen, &status);
274 UChar32 keyChar = SpoofImpl::ScanHex(fInput, uregex_start(fParseLine, 1, &status),
279 uregex_setText(fParseHexNum, &fInput[mapStringStart], mapStringLength, &status);
287 UChar32 c = SpoofImpl::ScanHex(&fInput[mapStringStart], uregex_start(fParseHexNum, 1, &status),