Searched refs:currentStyle (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/common/ |
D | listformatter.cpp | 238 char currentStyle[kStyleLenMax+1]; in loadListFormatInternal() local 239 uprv_strncpy(currentStyle, style, kStyleLenMax); in loadListFormatInternal() 240 currentStyle[kStyleLenMax] = 0; in loadListFormatInternal() 243 ures_getAllItemsWithFallback(rb, currentStyle, sink, errorCode); in loadListFormatInternal() 244 …if (U_FAILURE(errorCode) || sink.aliasedStyle[0] == 0 || uprv_strcmp(currentStyle, sink.aliasedSty… in loadListFormatInternal() 247 uprv_strcpy(currentStyle, sink.aliasedStyle); in loadListFormatInternal()
|
/external/libvncserver/webclients/novnc/include/ |
D | util.js | 443 if (obj.currentStyle) { 444 y = obj.currentStyle[styleProp];
|
/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/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
D | prettify.js | 298 if (node.currentStyle) { 299 whitespace = node.currentStyle.whiteSpace;
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MeasureFormat.java | 457 int currentStyle = formatWidth.getCurrencyStyle(); in appendReplacingCurrency() local 458 if (currentStyle == NumberFormat.ISOCURRENCYSTYLE) { in appendReplacingCurrency() 462 … currentStyle == NumberFormat.CURRENCYSTYLE ? Currency.SYMBOL_NAME : Currency.PLURAL_LONG_NAME, in appendReplacingCurrency()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MeasureFormat.java | 474 int currentStyle = formatWidth.getCurrencyStyle(); in appendReplacingCurrency() local 475 if (currentStyle == NumberFormat.ISOCURRENCYSTYLE) { in appendReplacingCurrency() 479 … currentStyle == NumberFormat.CURRENCYSTYLE ? Currency.SYMBOL_NAME : Currency.PLURAL_LONG_NAME, in appendReplacingCurrency()
|
/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]…
|
/external/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…
|