Searched refs:currentStyle (Results 1 – 9 of 9) sorted by relevance
/external/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()
|
/external/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()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
D | prettify.js | 298 if (node.currentStyle) { 299 whitespace = node.currentStyle.whiteSpace;
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | prettify.js | 7 t[s++<<1|1]=a)}}var e=/(?:^|\s)nocode(?:\s|$)/,h=[],y=0,t=[],s=0,l;a.currentStyle?l=a.currentStyle.…
|
D | android_3p-bundle.js | 303 if (node.currentStyle) { 304 whitespace = node.currentStyle.whiteSpace;
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | jquery-1.7.1.js | 6458 currentStyle; variable 6647 …return ropacity.test( (computed && elem.currentStyle ? elem.currentStyle.filter : elem.style.filte… 6654 currentStyle = elem.currentStyle, 6656 filter = currentStyle && currentStyle.filter || style.filter || ""; 6671 if ( currentStyle && !currentStyle.filter ) { 6724 if ( document.documentElement.currentStyle ) { 6725 currentStyle = function( elem, name ) { function 6727 ret = elem.currentStyle && elem.currentStyle[ name ], 6749 elem.runtimeStyle.left = elem.currentStyle.left; 6765 curCSS = getComputedStyle || currentStyle; [all …]
|
/external/python/httplib2/doc/html/_static/ |
D | jquery.js | 817 } else if ( elem.currentStyle ) { 822 ret = elem.currentStyle[ name ] || elem.currentStyle[ camelCase ]; 834 elem.runtimeStyle.left = elem.currentStyle.left;
|
/external/okhttp/website/static/ |
D | prettify.js | 28 ….className.match(n);m&&(m=m[1])}if(w.test(d.tagName))o=1;else var o=d.currentStyle,u=s.defaultView…
|
/external/doclava/res/assets/templates/assets/ |
D | jquery-resizable.min.js | 12 …currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]…
|