Home
last modified time | relevance | path

Searched refs:fixedWidth (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/ports/
DSkTypeface_win_dw.cpp384 bool fixedWidth = (postTable->isFixedPitch && in onGetAdvancedMetrics() local
387 if (fixedWidth) { in onGetAdvancedMetrics()
DSkFontMgr_fontconfig.cpp410 SkString familyName, const SkFontStyle& style, bool fixedWidth) in SkTypeface_stream() argument
411 : INHERITED(style, fixedWidth) in SkTypeface_stream()
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c5570 const char *fixedWidth[] = { in TestIsFixedWidth() local
5583 for (i = 0; i < UPRV_LENGTHOF(fixedWidth); i++) { in TestIsFixedWidth()
5584 cnv = ucnv_open(fixedWidth[i], &status); in TestIsFixedWidth()
5586 log_data_err("Error open converter: %s - %s \n", fixedWidth[i], u_errorName(status)); in TestIsFixedWidth()
5591 log_err("%s is a fixedWidth converter but returned FALSE.\n", fixedWidth[i]); in TestIsFixedWidth()
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java5718 String[] fixedWidth = { in TestIsFixedWidth() local
5733 for (int i = 0; i < fixedWidth.length; i++) { in TestIsFixedWidth()
5734 charset = provider.charsetForName(fixedWidth[i]); in TestIsFixedWidth()
5737 errln(fixedWidth[i] + " is a fixedWidth charset but returned false."); in TestIsFixedWidth()