Home
last modified time | relevance | path

Searched refs:subheader (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowZoneEquivalences.java175 CountItems.subheader(out, tabber3); in getZoneEquivalences()
211 CountItems.subheader(out, tabber3); in getZoneEquivalences()
DCountItems.java138 static void subheader(PrintWriter out, Tabber tabber) { in subheader() method in CountItems
/external/python/cpython2/Lib/
Dpstats.py394 subheader = False
398 subheader = isinstance(value, tuple)
400 if subheader:
/external/python/cpython3/Lib/
Dpstats.py412 subheader = False
416 subheader = isinstance(value, tuple)
418 if subheader:
/external/freetype/src/sfnt/
Dttcmap.c462 FT_Byte* subheader; in tt_cmap2_char_index() local
465 subheader = tt_cmap2_get_subheader( table, char_code ); in tt_cmap2_char_index()
466 if ( subheader ) in tt_cmap2_char_index()
468 FT_Byte* p = subheader; in tt_cmap2_char_index()
503 FT_Byte* subheader; in tt_cmap2_char_next() local
508 subheader = tt_cmap2_get_subheader( table, charcode ); in tt_cmap2_char_next()
509 if ( subheader ) in tt_cmap2_char_next()
511 FT_Byte* p = subheader; in tt_cmap2_char_next()