Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkShaderUtils.cpp37 fInput = string.c_str(); in prettify()
74 } else if ('{' == fInput[fIndex]) { in prettify()
79 } else if ('}' == fInput[fIndex]) { in prettify()
90 } else if ('\t' == fInput[fIndex] || '\n' == fInput[fIndex] || in prettify()
91 (fFreshline && ' ' == fInput[fIndex])) { in prettify()
94 this->appendChar(fInput[fIndex]); in prettify()
104 SkSL::String::appendf(&fPretty, "%c", fInput[fIndex++]); in appendChar()
113 if (token[j] != fInput[i]) { in hasToken()
126 if ('\n' == fInput[fIndex]) { in parseUntilNewline()
132 SkSL::String::appendf(&fPretty, "%c", fInput[fIndex++]); in parseUntilNewline()
[all …]
/external/icu/icu4c/source/i18n/
Duspoof_conf.cpp156 fInput(NULL), in ConfusabledataBuilder()
200 uprv_free(fInput); in ~ConfusabledataBuilder()
240 fInput = static_cast<UChar *>(uprv_malloc((inputLen+1) * sizeof(UChar))); in build()
241 if (fInput == NULL) { in build()
245 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status); in build()
275 if (*fInput == 0xfeff) { in build()
276 *fInput = 0x20; in build()
280 uregex_setText(fParseLine, fInput, inputLen, &status); in build()
295 UChar32 keyChar = SpoofImpl::ScanHex(fInput, uregex_start(fParseLine, 1, &status), in build()
300 uregex_setText(fParseHexNum, &fInput[mapStringStart], mapStringLength, &status); in build()
[all …]
Duspoof_conf.h93 UChar *fInput; variable
Drematch.cpp168 if (fInput) { in ~RegexMatcher()
169 delete fInput; in ~RegexMatcher()
231 fInput = NULL; in init()
1358 if (!fInput) { in input()
1373 (*(const UnicodeString **)&fInput) = result; // pointer assignment, rather than operator= in input()
1376 return *fInput; in input()
1862 delete fInput; in reset()
1863 fInput = NULL; in reset()
1891 delete fInput; in reset()
1892 fInput = NULL; in reset()
/external/cronet/third_party/icu/source/i18n/
Duspoof_conf.cpp156 fInput(NULL), in ConfusabledataBuilder()
200 uprv_free(fInput); in ~ConfusabledataBuilder()
240 fInput = static_cast<UChar *>(uprv_malloc((inputLen+1) * sizeof(UChar))); in build()
241 if (fInput == NULL) { in build()
245 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status); in build()
275 if (*fInput == 0xfeff) { in build()
276 *fInput = 0x20; in build()
280 uregex_setText(fParseLine, fInput, inputLen, &status); in build()
295 UChar32 keyChar = SpoofImpl::ScanHex(fInput, uregex_start(fParseLine, 1, &status), in build()
300 uregex_setText(fParseHexNum, &fInput[mapStringStart], mapStringLength, &status); in build()
[all …]
Duspoof_conf.h93 UChar *fInput; variable
Drematch.cpp168 if (fInput) { in ~RegexMatcher()
169 delete fInput; in ~RegexMatcher()
231 fInput = NULL; in init()
1358 if (!fInput) { in input()
1373 (*(const UnicodeString **)&fInput) = result; // pointer assignment, rather than operator= in input()
1376 return *fInput; in input()
1862 delete fInput; in reset()
1863 fInput = NULL; in reset()
1891 delete fInput; in reset()
1892 fInput = NULL; in reset()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java818 StringBuffer fInput = new StringBuffer(); in build() local
827 fInput.append(line); in build()
828 fInput.append('\n'); in build()
854 if (fInput.charAt(0) == 0xfeff) { in build()
855 fInput.setCharAt(0, (char) 0x20); in build()
859 Matcher matcher = fParseLine.matcher(fInput); in build()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java864 StringBuffer fInput = new StringBuffer(); in build() local
873 fInput.append(line); in build()
874 fInput.append('\n'); in build()
900 if (fInput.charAt(0) == 0xfeff) { in build()
901 fInput.setCharAt(0, (char) 0x20); in build()
905 Matcher matcher = fParseLine.matcher(fInput); in build()
/external/icu/libicu/cts_headers/
Duspoof_conf.h93 UChar *fInput; variable
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1797 const UnicodeString *fInput; // The string being matched. Only used for input() variable
/external/icu/libicu/cts_headers/unicode/
Dregex.h1797 const UnicodeString *fInput; // The string being matched. Only used for input() variable
/external/cronet/third_party/icu/source/i18n/unicode/
Dregex.h1797 const UnicodeString *fInput; // The string being matched. Only used for input() variable