Home
last modified time | relevance | path

Searched refs:theStyle (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DvettingView.js13 var theStyle = rule.style;
15 if (theStyle.display == 'table-row') {
16 theStyle.display = null;
19 if (theStyle.display != 'table-row') {
20 theStyle.display = 'table-row';
/external/python/cpython2/Mac/Modules/te/
D_TEmodule.c500 TextStyle theStyle; in TEObj_TEGetStyle() local
510 &theStyle, in TEObj_TEGetStyle()
515 TextStyle_New, &theStyle, in TEObj_TEGetStyle()