/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_path.cpp | 131 int32_t firstPart = (int)weight_; in GetPath() local 134 if (firstPart < 0 || firstPart > (pathsSize - 1)) { in GetPath() 136 } else if (firstPart == (pathsSize - 1)) { in GetPath() 137 SkParsePath::FromSVGString(paths_[firstPart].c_str(), &path); in GetPath() 138 SkParsePath::FromSVGString(paths_[firstPart - 1].c_str(), &ending); in GetPath() 141 float newWeight = weight_ - firstPart; in GetPath() 142 SkParsePath::FromSVGString(paths_[firstPart + 1].c_str(), &path); in GetPath() 143 SkParsePath::FromSVGString(paths_[firstPart].c_str(), &ending); in GetPath() 162 int32_t firstPart in GetPath() local [all...] |
H A D | rosen_render_svg_polygon.cpp | 230 int32_t firstPart = (int)weight_; in GetPath() local 232 if (firstPart < 0 || firstPart > (pathsSize - 1)) { in GetPath() 238 if (firstPart == (pathsSize - 1)) { in GetPath() 239 currValue = firstPart; in GetPath() 240 nextValue = firstPart - 1; in GetPath() 242 weight = weight_ - firstPart; in GetPath() 243 currValue = firstPart + 1; in GetPath() 244 nextValue = firstPart; in GetPath()
|
/third_party/node/lib/ |
H A D | path.js | 223 const firstPart = StringPrototypeSlice(path, last, j); 242 `\\\\${firstPart}\\${StringPrototypeSlice(path, last, j)}`; 337 const firstPart = StringPrototypeSlice(path, last, j); 357 return `\\\\${firstPart}\\${StringPrototypeSlice(path, last)}\\`; 362 `\\\\${firstPart}\\${StringPrototypeSlice(path, last, j)}`; 426 let firstPart; 432 joined = firstPart = arg; 456 if (isPathSeparator(StringPrototypeCharCodeAt(firstPart, 0))) { 458 const firstLen = firstPart.length; 460 isPathSeparator(StringPrototypeCharCodeAt(firstPart, [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | DescriptorPool.cs | 280 string firstPart = firstPartLength == -1 ? name : name.Substring(0, firstPartLength); in LookupSymbol() 300 // Append firstPart and try to find. in LookupSymbol() 301 scopeToTry.Append(firstPart); in LookupSymbol()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | dtitvfmt.cpp | 257 if (fIntervalPatterns[i].firstPart != fmt->fIntervalPatterns[i].firstPart) {return false;} in operator ==() 492 if ( intervalPattern.firstPart.isEmpty() && in formatImpl() 506 if ( intervalPattern.firstPart.isEmpty() ) { in formatImpl() 530 fDateFormat->applyPattern(intervalPattern.firstPart); in formatImpl() 1332 const UnicodeString* firstPart, in setPatternInfo() 1347 if ( firstPart ) { in setPatternInfo() 1348 ptn.firstPart = *firstPart; in setPatternInfo() 1391 UnicodeString firstPart; in setIntervalPattern() local 1331 setPatternInfo(UCalendarDateFields field, const UnicodeString* firstPart, const UnicodeString* secondPart, UBool laterDateFirst) setPatternInfo() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | dtitvfmt.cpp | 257 if (fIntervalPatterns[i].firstPart != fmt->fIntervalPatterns[i].firstPart) {return false;} in operator ==() 492 if ( intervalPattern.firstPart.isEmpty() && in formatImpl() 506 if ( intervalPattern.firstPart.isEmpty() ) { in formatImpl() 530 fDateFormat->applyPattern(intervalPattern.firstPart); in formatImpl() 1332 const UnicodeString* firstPart, in setPatternInfo() 1347 if ( firstPart ) { in setPatternInfo() 1348 ptn.firstPart = *firstPart; in setPatternInfo() 1391 UnicodeString firstPart; in setIntervalPattern() local 1331 setPatternInfo(UCalendarDateFields field, const UnicodeString* firstPart, const UnicodeString* secondPart, UBool laterDateFirst) setPatternInfo() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | dtitvfmt.cpp | 257 if (fIntervalPatterns[i].firstPart != fmt->fIntervalPatterns[i].firstPart) {return FALSE;} in operator ==() 492 if ( intervalPattern.firstPart.isEmpty() && in formatImpl() 506 if ( intervalPattern.firstPart.isEmpty() ) { in formatImpl() 530 fDateFormat->applyPattern(intervalPattern.firstPart); in formatImpl() 1326 const UnicodeString* firstPart, in setPatternInfo() 1341 if ( firstPart ) { in setPatternInfo() 1342 ptn.firstPart = *firstPart; in setPatternInfo() 1385 UnicodeString firstPart; in setIntervalPattern() local 1325 setPatternInfo(UCalendarDateFields field, const UnicodeString* firstPart, const UnicodeString* secondPart, UBool laterDateFirst) setPatternInfo() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateIntervalInfo.java | 201 * @param firstPart The first part of interval pattern. 206 public PatternInfo(String firstPart, String secondPart, in PatternInfo() argument 208 fIntervalPatternFirstPart = firstPart; in PatternInfo() 837 String firstPart = intervalPattern.substring(0, splitPoint); in genPatternInfo() 843 return new PatternInfo(firstPart, secondPart, laterDateFirst); in genPatternInfo()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DateIntervalInfo.java | 199 * @param firstPart The first part of interval pattern. 203 public PatternInfo(String firstPart, String secondPart, in PatternInfo() argument 205 fIntervalPatternFirstPart = firstPart; in PatternInfo() 821 String firstPart = intervalPattern.substring(0, splitPoint); in genPatternInfo() 827 return new PatternInfo(firstPart, secondPart, laterDateFirst); in genPatternInfo()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateIntervalFormatTest.java | 1630 String firstPart = patternInfo.getFirstPart(); in TestTicket11583() 1632 if (!matches(dateFormatPattern, firstPart, secondPart)) { in TestTicket11583() 1635 + dateFormatPattern + "» and date interval format «" + firstPart + secondPart + "»."); in TestTicket11583() 1638 + dateFormatPattern + "» and date interval format «" + firstPart + secondPart + "»."); in TestTicket11583() 1645 + "»\tintervalPattern1: «" + firstPart in TestTicket11583() 1658 * Return true if for some x, y: dateFormatPattern = firstPart(0,x) + secondPart(y, secondPart.length()) 1660 * @param firstPart 1664 private boolean matches(String dateFormatPattern, String firstPart, String secondPart) { in matches() argument 1668 if (firstPart.startsWith(dateFormatPattern.substring(0,i)) in matches()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | dtitvfmt.h | 737 UnicodeString firstPart; member 1107 * @param firstPart the first part in interval pattern 1113 const UnicodeString* firstPart,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | dtitvfmt.h | 737 UnicodeString firstPart; member 1107 * @param firstPart the first part in interval pattern 1113 const UnicodeString* firstPart,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | dtitvfmt.h | 739 UnicodeString firstPart; member 1109 * @param firstPart the first part in interval pattern 1115 const UnicodeString* firstPart,
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateIntervalFormatTest.java | 1812 String firstPart = patternInfo.getFirstPart(); in TestTicket11583() 1814 if (!matches(dateFormatPattern, firstPart, secondPart)) { in TestTicket11583() 1817 + dateFormatPattern + "» and date interval format «" + firstPart + secondPart + "»."); in TestTicket11583() 1820 + dateFormatPattern + "» and date interval format «" + firstPart + secondPart + "»."); in TestTicket11583() 1827 + "»\tintervalPattern1: «" + firstPart in TestTicket11583() 1840 * Return true if for some x, y: dateFormatPattern = firstPart(0,x) + secondPart(y, secondPart.length()) 1842 * @param firstPart 1846 private boolean matches(String dateFormatPattern, String firstPart, String secondPart) { in matches() argument 1850 if (firstPart.startsWith(dateFormatPattern.substring(0,i)) in matches()
|
/kernel/liteos_a/drivers/block/disk/src/ |
H A D | disk.c | 251 los_part *firstPart = NULL; in GetFirstPartStart() local 253 firstPart = (disk == NULL) ? NULL : LOS_DL_LIST_ENTRY(disk->head.pstNext, los_part, list); in GetFirstPartStart() 254 return (firstPart == NULL) ? 0 : firstPart->sector_start; in GetFirstPartStart()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Descriptors.java | 2383 final String firstPart; in lookupSymbol() 2385 firstPart = name; in lookupSymbol() 2387 firstPart = name.substring(0, firstPartLength); in lookupSymbol() 2404 // Append firstPart and try to find in lookupSymbol() 2405 scopeToTry.append(firstPart); in lookupSymbol()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |