Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/gpu/gl/builders/
DGrGLSLPrettyPrint.cpp19 fInput = input; in prettify()
57 } else if ('{' == fInput[fIndex]) { in prettify()
62 } else if ('}' == fInput[fIndex]) { in prettify()
73 } else if ('\t' == fInput[fIndex] || '\n' == fInput[fIndex] || in prettify()
74 (fFreshline && ' ' == fInput[fIndex])) { in prettify()
85 fPretty.appendf("%c", fInput[fIndex++]); in appendChar()
94 if (token[j] != fInput[i]) { in hasToken()
107 if ('\n' == fInput[fIndex]) { in parseUntilNewline()
112 fPretty.appendf("%c", fInput[fIndex++]); in parseUntilNewline()
124 if ('\n' == fInput[fIndex]) { in parseUntil()
[all …]
/external/chromium_org/third_party/icu/source/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()
1402 if (!fInput) { in input()
1417 (*(const UnicodeString **)&fInput) = result; // pointer assignment, rather than operator= in input()
1420 return *fInput; in input()
1913 delete fInput; in reset()
1914 fInput = NULL; in reset()
1936 delete fInput; in reset()
1937 fInput = NULL; in reset()
/external/icu/icu4c/source/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()
1375 if (!fInput) { in input()
1390 (*(const UnicodeString **)&fInput) = result; // pointer assignment, rather than operator= in input()
1393 return *fInput; in input()
1876 delete fInput; in reset()
1877 fInput = NULL; in reset()
1899 delete fInput; in reset()
1900 fInput = NULL; in reset()
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1759 const UnicodeString *fInput; // The string being matched. Only used for input() variable
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dregex.h1768 const UnicodeString *fInput; // The string being matched. Only used for input() variable