HomeSort by: relevance | last modified time | path
    Searched defs:charinfo (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CharInfo.h 1 //===--- clang/Basic/CharInfo.h - Classifying ASCII Characters --*- C++ -*-===//
18 namespace charinfo { namespace in namespace:clang
39 } // end namespace charinfo
50 using namespace charinfo;
60 using namespace charinfo;
71 using namespace charinfo;
79 using namespace charinfo;
88 using namespace charinfo;
94 using namespace charinfo;
100 using namespace charinfo;
    [all...]
  /src/external/gpl2/groff/dist/src/devices/xditview/
device.c 43 struct charinfo *char_table[CHAR_TABLE_SIZE];
44 struct charinfo *code_table[256];
47 struct charinfo { struct
50 struct charinfo *next;
51 struct charinfo *code_next;
65 static struct charinfo *add_char(DeviceFont *, const char *, int, int);
257 struct charinfo *ptr = f->char_table[i];
259 struct charinfo *tem = ptr;
324 struct charinfo *p;
339 struct charinfo *p
    [all...]
  /src/external/gpl2/groff/dist/src/roff/troff/
charinfo.h 1 /* $NetBSD: charinfo.h,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */
26 class charinfo { class
28 charinfo *translation;
61 charinfo(symbol s);
77 charinfo *get_translation(int = 0);
78 void set_translation(charinfo *, int, int);
95 charinfo *get_charinfo(symbol);
96 extern charinfo *charset_table[];
97 charinfo *get_charinfo_by_number(int);
99 inline int charinfo::overlaps_horizontally(
    [all...]
input.cpp 37 #include "charinfo.h"
93 charinfo *charset_table[256];
153 static int get_line_arg(units *res, unsigned char si, charinfo **cp);
1405 charinfo *ci = tok.get_char(1);
1435 charinfo *ci = tok.get_char(1);
2042 charinfo *s = 0;
2170 charinfo *ci = get_char(1);
2593 charinfo *ci = charset_table[cc];
2595 case charinfo::TRANSLATE_SPACE:
2597 case charinfo::TRANSLATE_STRETCHABLE_SPACE
8105 charinfo::charinfo(symbol s) function in class:charinfo
    [all...]

Completed in 105 milliseconds