/third_party/libphonenumber/java/demo/src/com/google/phonenumbers/ |
D | PhoneNumberParserServlet.java | 188 private void appendLine(String title, String data, StringBuilder output) { in appendLine() method in PhoneNumberParserServlet 267 appendLine("country_code", Integer.toString(number.getCountryCode()), output); in getOutputForSingleNumber() 268 appendLine("national_number", Long.toString(number.getNationalNumber()), output); in getOutputForSingleNumber() 269 appendLine("extension", number.getExtension(), output); in getOutputForSingleNumber() 270 appendLine("country_code_source", number.getCountryCodeSource().toString(), output); in getOutputForSingleNumber() 271 appendLine("italian_leading_zero", Boolean.toString(number.isItalianLeadingZero()), output); in getOutputForSingleNumber() 272 appendLine("raw_input", number.getRawInput(), output); in getOutputForSingleNumber() 284 appendLine("Result from isPossibleNumber()", Boolean.toString(isPossible), output); in getOutputForSingleNumber() 288 appendLine("Result from isPossibleNumberWithReason()", "IS_POSSIBLE_LOCAL_ONLY", output); in getOutputForSingleNumber() 293 appendLine("Result from isValidNumber()", Boolean.toString(isNumberValid), output); in getOutputForSingleNumber() [all …]
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 41 this->appendLine(p0, p1); in lineTo() 44 inline void GrCCFillGeometry::appendLine(const Sk2f& p0, const Sk2f& p1) { in appendLine() function in GrCCFillGeometry 146 this->appendLine(p0, p2); in quadraticTo() 195 this->appendLine(p0, p2); in appendMonotonicQuadratic() 473 this->appendLine(p0, p3); in cubicTo() 586 this->appendLine(p0, p3); in appendCubics() 615 this->appendLine(p0, p3); in appendCubics() 683 this->appendLine(p0, p3); in chopAndAppendCubicAtMidTangent() 717 this->appendLine(p0, p2); in conicTo() 758 this->appendLine(p0, p2); in appendMonotonicConic() [all …]
|
D | GrCCFillGeometry.h | 90 inline void appendLine(const Sk2f& p0, const Sk2f& p1);
|
/third_party/flutter/skia/src/core/ |
D | SkEdgeClipper.h | 43 void appendLine(SkPoint p0, SkPoint p1);
|
D | SkEdgeClipper.cpp | 56 this->appendLine(lines[i], lines[i + 1]); in clipLine() 453 void SkEdgeClipper::appendLine(SkPoint p0, SkPoint p1) { in appendLine() function in SkEdgeClipper
|
/third_party/skia/src/core/ |
D | SkEdgeClipper.h | 50 void appendLine(SkPoint p0, SkPoint p1);
|
D | SkEdgeClipper.cpp | 56 this->appendLine(lines[i], lines[i + 1]); in clipLine() 455 void SkEdgeClipper::appendLine(SkPoint p0, SkPoint p1) { in appendLine() function in SkEdgeClipper
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | LocaleMatcherTest.java | 886 private static void appendLine(StringBuilder sb, String line) { in appendLine() method in LocaleMatcherTest.TestCase 895 appendLine(sb, supportedLine); in toString() 896 appendLine(sb, defaultLine); in toString() 897 appendLine(sb, distanceLine); in toString() 898 appendLine(sb, thresholdLine); in toString() 900 appendLine(sb, matchLine); in toString()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | LocaleMatcherTest.java | 928 private static void appendLine(StringBuilder sb, String line) { in appendLine() method in LocaleMatcherTest.TestCase 937 appendLine(sb, supportedLine); in toString() 938 appendLine(sb, defaultLine); in toString() 939 appendLine(sb, distanceLine); in toString() 940 appendLine(sb, thresholdLine); in toString() 942 appendLine(sb, matchLine); in toString()
|