Home
last modified time | relevance | path

Searched refs:fInput (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Duspoof_conf.cpp145 fInput(NULL), in ConfusabledataBuilder()
175 uprv_free(fInput); in ~ConfusabledataBuilder()
219 fInput = static_cast<UChar *>(uprv_malloc((inputLen+1) * sizeof(UChar))); in build()
220 if (fInput == NULL) { in build()
224 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status); in build()
254 if (*fInput == 0xfeff) { in build()
255 *fInput = 0x20; in build()
259 uregex_setText(fParseLine, fInput, inputLen, &status); in build()
274 UChar32 keyChar = SpoofImpl::ScanHex(fInput, uregex_start(fParseLine, 1, &status), in build()
279 uregex_setText(fParseHexNum, &fInput[mapStringStart], mapStringLength, &status); in build()
[all …]
Duspoof_conf.h86 UChar *fInput; variable
Drematch.cpp175 if (fInput) { in ~RegexMatcher()
176 delete fInput; in ~RegexMatcher()
236 fInput = NULL; in init()
1396 if (!fInput) { in input()
1411 (*(const UnicodeString **)&fInput) = result; // pointer assignment, rather than operator= in input()
1414 return *fInput; in input()
1907 delete fInput; in reset()
1908 fInput = NULL; in reset()
1930 delete fInput; in reset()
1931 fInput = NULL; in reset()
/external/icu4c/i18n/unicode/
Dregex.h1778 const UnicodeString *fInput; // The string being matched. Only used for input() variable