Searched refs:fixedWidth (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/npm/node_modules/cli-table3/src/ |
H A D | cell.js | 68 this.fixedWidth = tableOptions.colWidths[this.x]; 78 if (this.fixedWidth && wordWrap) { 79 this.fixedWidth -= this.paddingLeft + this.paddingRight; 83 this.fixedWidth += tableOptions.colWidths[this.x + i]; 89 return this.wrapLines(utils.wordWrap(this.fixedWidth, this.content, wrapOnWordBoundary));
|
/third_party/skia/src/ports/ |
H A D | SkTypeface_win_dw.cpp | 556 bool fixedWidth = (postTable->isFixedPitch && 559 if (fixedWidth) {
|
H A D | SkFontMgr_fontconfig.cpp | 402 SkString familyName, const SkFontStyle& style, bool fixedWidth) 403 : INHERITED(style, fixedWidth)
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nucnvtst.c | 5600 const char *fixedWidth[] = { in TestIsFixedWidth() local 5613 for (i = 0; i < UPRV_LENGTHOF(fixedWidth); i++) { in TestIsFixedWidth() 5614 cnv = ucnv_open(fixedWidth[i], &status); in TestIsFixedWidth() 5616 log_data_err("Error open converter: %s - %s \n", fixedWidth[i], u_errorName(status)); in TestIsFixedWidth() 5621 log_err("%s is a fixedWidth converter but returned false.\n", fixedWidth[i]); in TestIsFixedWidth() 5634 log_err("%s is NOT a fixedWidth converter but returned true.\n", notFixedWidth[i]); in TestIsFixedWidth()
|
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
H A D | TestCharset.java | 5700 String[] fixedWidth = { in TestIsFixedWidth() 5715 for (int i = 0; i < fixedWidth.length; i++) { in TestIsFixedWidth() 5716 charset = provider.charsetForName(fixedWidth[i]); in TestIsFixedWidth() 5719 errln(fixedWidth[i] + " is a fixedWidth charset but returned false."); in TestIsFixedWidth() 5727 errln(notFixedWidth[i] + " is NOT a fixedWidth charset but returned true."); in TestIsFixedWidth()
|
Completed in 29 milliseconds