/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | listformatter.cpp | 250 char currentStyle[kStyleLenMax+1]; in loadListFormatInternal() local 251 uprv_strncpy(currentStyle, style, kStyleLenMax); in loadListFormatInternal() 252 currentStyle[kStyleLenMax] = 0; in loadListFormatInternal() 255 ures_getAllItemsWithFallback(rb, currentStyle, sink, errorCode); in loadListFormatInternal() 256 …if (U_FAILURE(errorCode) || sink.aliasedStyle[0] == 0 || uprv_strcmp(currentStyle, sink.aliasedSty… in loadListFormatInternal() 259 uprv_strcpy(currentStyle, sink.aliasedStyle); in loadListFormatInternal()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | listformatter.cpp | 480 char currentStyle[kStyleLenMax+1]; in loadListFormatInternal() local 481 uprv_strncpy(currentStyle, style, kStyleLenMax); in loadListFormatInternal() 482 currentStyle[kStyleLenMax] = 0; in loadListFormatInternal() 485 ures_getAllItemsWithFallback(rb, currentStyle, sink, errorCode); in loadListFormatInternal() 486 …if (U_FAILURE(errorCode) || sink.aliasedStyle[0] == 0 || uprv_strcmp(currentStyle, sink.aliasedSty… in loadListFormatInternal() 489 uprv_strcpy(currentStyle, sink.aliasedStyle); in loadListFormatInternal()
|
/third_party/icu/icu4c/source/i18n/ |
D | listformatter.cpp | 480 char currentStyle[kStyleLenMax+1]; in loadListFormatInternal() local 481 uprv_strncpy(currentStyle, style, kStyleLenMax); in loadListFormatInternal() 482 currentStyle[kStyleLenMax] = 0; in loadListFormatInternal() 485 ures_getAllItemsWithFallback(rb, currentStyle, sink, errorCode); in loadListFormatInternal() 486 …if (U_FAILURE(errorCode) || sink.aliasedStyle[0] == 0 || uprv_strcmp(currentStyle, sink.aliasedSty… in loadListFormatInternal() 489 uprv_strcpy(currentStyle, sink.aliasedStyle); in loadListFormatInternal()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | listformatter.cpp | 480 char currentStyle[kStyleLenMax+1]; in loadListFormatInternal() local 481 uprv_strncpy(currentStyle, style, kStyleLenMax); in loadListFormatInternal() 482 currentStyle[kStyleLenMax] = 0; in loadListFormatInternal() 485 ures_getAllItemsWithFallback(rb, currentStyle, sink, errorCode); in loadListFormatInternal() 486 …if (U_FAILURE(errorCode) || sink.aliasedStyle[0] == 0 || uprv_strcmp(currentStyle, sink.aliasedSty… in loadListFormatInternal() 489 uprv_strcpy(currentStyle, sink.aliasedStyle); in loadListFormatInternal()
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | ParagraphImpl.cpp | 291 Block* currentStyle = this->fTextStyles.begin(); in markLineBreaks() local 292 while (!cluster->startsIn(currentStyle->fRange)) { in markLineBreaks() 293 currentStyle++; in markLineBreaks() 294 SkASSERT(currentStyle != this->fTextStyles.end()); in markLineBreaks() 298 if (currentStyle->fStyle.getWordSpacing() != 0) { in markLineBreaks() 301 … shift += run.addSpacesAtTheEnd(currentStyle->fStyle.getWordSpacing(), cluster); in markLineBreaks() 306 if (currentStyle->fStyle.getLetterSpacing() != 0) { in markLineBreaks() 307 shift += run.addSpacesEvenly(currentStyle->fStyle.getLetterSpacing(), cluster); in markLineBreaks()
|
/third_party/skia/modules/skparagraph/src/ |
D | ParagraphImpl.cpp | 448 Block* currentStyle = this->fTextStyles.begin(); in spaceGlyphs() local 449 while (!cluster->startsIn(currentStyle->fRange)) { in spaceGlyphs() 450 currentStyle++; in spaceGlyphs() 451 SkASSERT(currentStyle != this->fTextStyles.end()); in spaceGlyphs() 454 SkASSERT(!currentStyle->fStyle.isPlaceholder()); in spaceGlyphs() 457 if (currentStyle->fStyle.getWordSpacing() != 0) { in spaceGlyphs() 460 … shift += run.addSpacesAtTheEnd(currentStyle->fStyle.getWordSpacing(), cluster); in spaceGlyphs() 465 if (currentStyle->fStyle.getLetterSpacing() != 0) { in spaceGlyphs() 466 shift += run.addSpacesEvenly(currentStyle->fStyle.getLetterSpacing(), cluster); in spaceGlyphs()
|
/third_party/node/deps/npm/node_modules/unique-filename/coverage/ |
D | prettify.js | 1 …nocode(?:\s|$)/;var X=[];var T=0;var Z=[];var W=0;var S;if(V.currentStyle){S=V.currentStyle.whiteS…
|
/third_party/node/deps/npm/node_modules/mute-stream/coverage/lcov-report/ |
D | prettify.js | 1 …nocode(?:\s|$)/;var X=[];var T=0;var Z=[];var W=0;var S;if(V.currentStyle){S=V.currentStyle.whiteS…
|
/third_party/freetype/docs/reference/assets/javascripts/ |
D | modernizr.86422ebf.js | 1 …possible modernizr test results are inaccurate")}else r=!t&&e.currentStyle&&e.currentStyle[n];retu…
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/doc/html/ |
D | jquery.js | 8 …currentStyle,l=b.offsetTop,m=b.offsetLeft;while((b=b.parentNode)&&b!==i&&b!==h){if(f.support.fixed…
|
/third_party/libjpeg-turbo/doc/html/ |
D | jquery.js | 8 …currentStyle,l=b.offsetTop,m=b.offsetLeft;while((b=b.parentNode)&&b!==i&&b!==h){if(f.support.fixed…
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 6256 +export const updateStyle = (currentStyle: Map<string, {value: string, priority: string}>, styleToA… 6260 + currentStyle.clear(); 6272 + currentStyle.set(property, { 6301 - currentStyle.clear(); 6309 - currentStyle.set(property, { 6314 + updateStyle(currentStyle, token.value);
|