/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | AnalyzerActivity.java | 196 void writeTestResultIfPermitted(String resultString) { in writeTestResultIfPermitted() argument 201 mTestResults = resultString; in writeTestResultIfPermitted() 207 writeTestResult(resultString); in writeTestResultIfPermitted() 211 void maybeWriteTestResult(String resultString) { in maybeWriteTestResult() argument 213 writeTestResultIfPermitted(resultString); in maybeWriteTestResult() 234 private void writeTestInBackground(final String resultString) { in writeTestInBackground() argument 237 writeTestResult(resultString); in writeTestInBackground() 243 private void writeTestResult(String resultString) { in writeTestResult() argument 248 writer.write(resultString); in writeTestResult()
|
/third_party/typescript/src/testRunner/unittests/ |
D | createSetShim.ts | 38 let resultString = ""; 47 resultString += `${key};`; 113 return resultString;
|
D | createMapShim.ts | 39 let resultString = ""; 48 resultString += `${key}:${value};`; 115 return resultString;
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucase.cpp | 1567 const UChar *resultString; in ucase_hasBinaryProperty() local 1594 return (UBool)(ucase_toFullLower(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty() 1596 return (UBool)(ucase_toFullUpper(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty() 1598 return (UBool)(ucase_toFullTitle(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty() 1602 ucase_toFullLower(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0 || in ucase_hasBinaryProperty() 1603 ucase_toFullUpper(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0 || in ucase_hasBinaryProperty() 1604 ucase_toFullTitle(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty()
|
D | uprops.cpp | 242 const UChar *resultString; in changesWhenCasefolded() local 243 return (UBool)(ucase_toFullFolding(c, &resultString, U_FOLD_CASE_DEFAULT)>=0); in changesWhenCasefolded()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucase.cpp | 1530 const UChar *resultString; in ucase_hasBinaryProperty() local 1557 return (UBool)(ucase_toFullLower(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty() 1559 return (UBool)(ucase_toFullUpper(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty() 1561 return (UBool)(ucase_toFullTitle(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty() 1565 ucase_toFullLower(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0 || in ucase_hasBinaryProperty() 1566 ucase_toFullUpper(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0 || in ucase_hasBinaryProperty() 1567 ucase_toFullTitle(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty()
|
D | uprops.cpp | 134 const UChar *resultString; in changesWhenCasefolded() local 135 return (UBool)(ucase_toFullFolding(c, &resultString, U_FOLD_CASE_DEFAULT)>=0); in changesWhenCasefolded()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucase.cpp | 1567 const UChar *resultString; in ucase_hasBinaryProperty() local 1594 return (UBool)(ucase_toFullLower(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty() 1596 return (UBool)(ucase_toFullUpper(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty() 1598 return (UBool)(ucase_toFullTitle(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty() 1602 ucase_toFullLower(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0 || in ucase_hasBinaryProperty() 1603 ucase_toFullUpper(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0 || in ucase_hasBinaryProperty() 1604 ucase_toFullTitle(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty()
|
D | uprops.cpp | 244 const UChar *resultString; in changesWhenCasefolded() local 245 return (UBool)(ucase_toFullFolding(c, &resultString, U_FOLD_CASE_DEFAULT)>=0); in changesWhenCasefolded()
|
/third_party/icu/icu4c/source/common/ |
D | ucase.cpp | 1567 const UChar *resultString; in ucase_hasBinaryProperty() local 1594 return (UBool)(ucase_toFullLower(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty() 1596 return (UBool)(ucase_toFullUpper(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty() 1598 return (UBool)(ucase_toFullTitle(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty() 1602 ucase_toFullLower(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0 || in ucase_hasBinaryProperty() 1603 ucase_toFullUpper(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0 || in ucase_hasBinaryProperty() 1604 ucase_toFullTitle(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty()
|
D | uprops.cpp | 242 const UChar *resultString; in changesWhenCasefolded() local 243 return (UBool)(ucase_toFullFolding(c, &resultString, U_FOLD_CASE_DEFAULT)>=0); in changesWhenCasefolded()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MeasureFormat.java | 1085 String resultString = null; in getRangeFormat() local 1087 resultString = rb in getRangeFormat() 1090 resultString = rb.getStringWithFallback("NumberElements/latn/patterns/range"); in getRangeFormat() 1093 .compileToStringMinMaxArguments(resultString, new StringBuilder(), 2, 2); in getRangeFormat()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | MeasureFormat.java | 1051 String resultString = null; in getRangeFormat() local 1053 resultString = rb in getRangeFormat() 1056 resultString = rb.getStringWithFallback("NumberElements/latn/patterns/range"); in getRangeFormat() 1059 .compileToStringMinMaxArguments(resultString, new StringBuilder(), 2, 2); in getRangeFormat()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 4231 UnicodeString resultString; in PerlTests() local 4246 resultString.append(testMat->group(status)); in PerlTests() 4263 ICU_Utility::appendNumber(resultString, matchPosition); in PerlTests() 4274 resultString.append(testMat->group(groupNum, status)); in PerlTests() 4284 resultString.append(" "); in PerlTests() 4286 ICU_Utility::appendNumber(resultString, testMat->start(i, status)); in PerlTests() 4295 resultString.append(" "); in PerlTests() 4297 ICU_Utility::appendNumber(resultString, testMat->end(i, status)); in PerlTests() 4312 resultString.append(c); in PerlTests() 4320 resultString.append(perlExpr.charAt(0)); in PerlTests() [all …]
|
D | convtest.cpp | 1363 char *s, *bytesString, *unicodeString, *resultString, in checkToUnicode() local 1370 s=printUnicode(result, resultLength, resultString=s); in checkToUnicode() 1393 resultString, resultLength, in checkToUnicode() 1818 char *s, *unicodeString, *bytesString, *resultString, in checkFromUnicode() local 1825 s=printBytes(result, resultLength, resultString=s); in checkFromUnicode() 1848 resultString, resultLength, in checkFromUnicode()
|
/third_party/typescript/src/harness/ |
D | fourslashImpl.ts | 1728 let resultString = "SpanInfo: " + JSON.stringify(spanInfo); variable 1733 resultString += "\n"; 1735 resultString += prefixString + spanLines[i]; 1737 …resultString += "\n" + prefixString + ":=> (" + this.getLineColStringAtPosition(spanInfo.start, fi… 1740 return resultString; 1746 let resultString = ""; variable 1756 resultString += currentLine; 1759 resultString += thisLineMarker; 1760 resultString += "=> Pos: (" + (pos - length!) + " to " + (pos - 1) + ") "; 1761 resultString += " " + previousSpanInfo; [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
D | UTS46Test.java | 71 String resultString=trans.nameToUnicode("fA\u00DF.de", result, info).toString(); in TestAPI() local 72 if(info.hasErrors() || !resultString.equals("fass.de")) { in TestAPI() 74 info.getErrors(), resultString.equals("fass.de"))); in TestAPI()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | UTS46Test.java | 71 String resultString=trans.nameToUnicode("fA\u00DF.de", result, info).toString(); in TestAPI() local 72 if(info.hasErrors() || !resultString.equals("fass.de")) { in TestAPI() 74 info.getErrors(), resultString.equals("fass.de"))); in TestAPI()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 702 UChar resultString[40]; in TestRegexCAPI() local 709 TEST_ASSERT(uregex_group(re, 0, resultString, UPRV_LENGTHOF(resultString), &status) == 3); in TestRegexCAPI() 710 TEST_ASSERT_STRING("345", resultString, TRUE); in TestRegexCAPI()
|
/third_party/icu/icu4c/source/i18n/ |
D | rematch.cpp | 1690 UnicodeString resultString; in replaceAll() local 1692 return resultString; in replaceAll() 1696 utext_openUnicodeString(&resultText, &resultString, &status); in replaceAll() 1703 return resultString; in replaceAll() 1751 UnicodeString resultString; in replaceFirst() local 1754 utext_openUnicodeString(&resultText, &resultString, &status); in replaceFirst() 1761 return resultString; in replaceFirst()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | rematch.cpp | 1690 UnicodeString resultString; in replaceAll() local 1692 return resultString; in replaceAll() 1696 utext_openUnicodeString(&resultText, &resultString, &status); in replaceAll() 1703 return resultString; in replaceAll() 1751 UnicodeString resultString; in replaceFirst() local 1754 utext_openUnicodeString(&resultText, &resultString, &status); in replaceFirst() 1761 return resultString; in replaceFirst()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | rematch.cpp | 1700 UnicodeString resultString; in replaceAll() local 1702 return resultString; in replaceAll() 1706 utext_openUnicodeString(&resultText, &resultString, &status); in replaceAll() 1713 return resultString; in replaceAll() 1761 UnicodeString resultString; in replaceFirst() local 1764 utext_openUnicodeString(&resultText, &resultString, &status); in replaceFirst() 1771 return resultString; in replaceFirst()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | rematch.cpp | 1690 UnicodeString resultString; in replaceAll() local 1692 return resultString; in replaceAll() 1696 utext_openUnicodeString(&resultText, &resultString, &status); in replaceAll() 1703 return resultString; in replaceAll() 1751 UnicodeString resultString; in replaceFirst() local 1754 utext_openUnicodeString(&resultText, &resultString, &status); in replaceFirst() 1761 return resultString; in replaceFirst()
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | vmservice.dart | 852 final String resultString = 854 printTrace('Result: $resultString');
|