LibreOffice Module vcl (master) 1
Namespaces | Typedefs | Enumerations | Functions | Variables
cff.cxx File Reference
#include <cstdio>
#include <cstring>
#include <vector>
#include <assert.h>
#include <fontsubset.hxx>
#include <comphelper/flagguard.hxx>
#include <o3tl/safeint.hxx>
#include <o3tl/sprintf.hxx>
#include <rtl/math.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/string.hxx>
#include <strhelper.hxx>
#include <sal/log.hxx>
#include <tools/stream.hxx>
Include dependency graph for cff.cxx:

Go to the source code of this file.

Namespaces

namespace  TYPE1OP
 
namespace  TYPE2OP
 

Typedefs

typedef sal_uInt8 U8
 
typedef sal_uInt16 U16
 
typedef sal_Int64 S64
 
typedef double RealType
 
typedef RealType ValType
 

Enumerations

enum  OPS
 
enum  ESCS
 
enum  OPS
 
enum  ESCS
 

Functions

static OString dbl2str (double fVal)
 

Variables

constexpr OStringLiteral tok_notdef = ".notdef"
 
constexpr OStringLiteral tok_space = "space"
 
constexpr OStringLiteral tok_exclam = "exclam"
 
constexpr OStringLiteral tok_quotedbl = "quotedbl"
 
constexpr OStringLiteral tok_numbersign = "numbersign"
 
constexpr OStringLiteral tok_dollar = "dollar"
 
constexpr OStringLiteral tok_percent = "percent"
 
constexpr OStringLiteral tok_ampersand = "ampersand"
 
constexpr OStringLiteral tok_quoteright = "quoteright"
 
constexpr OStringLiteral tok_parenleft = "parenleft"
 
constexpr OStringLiteral tok_parenright = "parenright"
 
constexpr OStringLiteral tok_asterisk = "asterisk"
 
constexpr OStringLiteral tok_plus = "plus"
 
constexpr OStringLiteral tok_comma = "comma"
 
constexpr OStringLiteral tok_hyphen = "hyphen"
 
constexpr OStringLiteral tok_period = "period"
 
constexpr OStringLiteral tok_slash = "slash"
 
constexpr OStringLiteral tok_zero = "zero"
 
constexpr OStringLiteral tok_one = "one"
 
constexpr OStringLiteral tok_two = "two"
 
constexpr OStringLiteral tok_three = "three"
 
constexpr OStringLiteral tok_four = "four"
 
constexpr OStringLiteral tok_five = "five"
 
constexpr OStringLiteral tok_six = "six"
 
constexpr OStringLiteral tok_seven = "seven"
 
constexpr OStringLiteral tok_eight = "eight"
 
constexpr OStringLiteral tok_nine = "nine"
 
constexpr OStringLiteral tok_colon = "colon"
 
constexpr OStringLiteral tok_semicolon = "semicolon"
 
constexpr OStringLiteral tok_less = "less"
 
constexpr OStringLiteral tok_equal = "equal"
 
constexpr OStringLiteral tok_greater = "greater"
 
constexpr OStringLiteral tok_question = "question"
 
constexpr OStringLiteral tok_at = "at"
 
constexpr OStringLiteral tok_A = "A"
 
constexpr OStringLiteral tok_B = "B"
 
constexpr OStringLiteral tok_C = "C"
 
constexpr OStringLiteral tok_D = "D"
 
constexpr OStringLiteral tok_E = "E"
 
constexpr OStringLiteral tok_F = "F"
 
constexpr OStringLiteral tok_G = "G"
 
constexpr OStringLiteral tok_H = "H"
 
constexpr OStringLiteral tok_I = "I"
 
constexpr OStringLiteral tok_J = "J"
 
constexpr OStringLiteral tok_K = "K"
 
constexpr OStringLiteral tok_L = "L"
 
constexpr OStringLiteral tok_M = "M"
 
constexpr OStringLiteral tok_N = "N"
 
constexpr OStringLiteral tok_O = "O"
 
constexpr OStringLiteral tok_P = "P"
 
constexpr OStringLiteral tok_Q = "Q"
 
constexpr OStringLiteral tok_R = "R"
 
constexpr OStringLiteral tok_S = "S"
 
constexpr OStringLiteral tok_T = "T"
 
constexpr OStringLiteral tok_U = "U"
 
constexpr OStringLiteral tok_V = "V"
 
constexpr OStringLiteral tok_W = "W"
 
constexpr OStringLiteral tok_X = "X"
 
constexpr OStringLiteral tok_Y = "Y"
 
constexpr OStringLiteral tok_Z = "Z"
 
constexpr OStringLiteral tok_bracketleft = "bracketleft"
 
constexpr OStringLiteral tok_backslash = "backslash"
 
constexpr OStringLiteral tok_bracketright = "bracketright"
 
constexpr OStringLiteral tok_asciicircum = "asciicircum"
 
constexpr OStringLiteral tok_underscore = "underscore"
 
constexpr OStringLiteral tok_quoteleft = "quoteleft"
 
constexpr OStringLiteral tok_a = "a"
 
constexpr OStringLiteral tok_b = "b"
 
constexpr OStringLiteral tok_c = "c"
 
constexpr OStringLiteral tok_d = "d"
 
constexpr OStringLiteral tok_e = "e"
 
constexpr OStringLiteral tok_f = "f"
 
constexpr OStringLiteral tok_g = "g"
 
constexpr OStringLiteral tok_h = "h"
 
constexpr OStringLiteral tok_i = "i"
 
constexpr OStringLiteral tok_j = "j"
 
constexpr OStringLiteral tok_k = "k"
 
constexpr OStringLiteral tok_l = "l"
 
constexpr OStringLiteral tok_m = "m"
 
constexpr OStringLiteral tok_n = "n"
 
constexpr OStringLiteral tok_o = "o"
 
constexpr OStringLiteral tok_p = "p"
 
constexpr OStringLiteral tok_q = "q"
 
constexpr OStringLiteral tok_r = "r"
 
constexpr OStringLiteral tok_s = "s"
 
constexpr OStringLiteral tok_t = "t"
 
constexpr OStringLiteral tok_u = "u"
 
constexpr OStringLiteral tok_v = "v"
 
constexpr OStringLiteral tok_w = "w"
 
constexpr OStringLiteral tok_x = "x"
 
constexpr OStringLiteral tok_y = "y"
 
constexpr OStringLiteral tok_z = "z"
 
constexpr OStringLiteral tok_braceleft = "braceleft"
 
constexpr OStringLiteral tok_bar = "bar"
 
constexpr OStringLiteral tok_braceright = "braceright"
 
constexpr OStringLiteral tok_asciitilde = "asciitilde"
 
constexpr OStringLiteral tok_exclamdown = "exclamdown"
 
constexpr OStringLiteral tok_cent = "cent"
 
constexpr OStringLiteral tok_sterlin = "sterlin"
 
constexpr OStringLiteral tok_fraction = "fraction"
 
constexpr OStringLiteral tok_yen = "yen"
 
constexpr OStringLiteral tok_florin = "florin"
 
constexpr OStringLiteral tok_section = "section"
 
constexpr OStringLiteral tok_currency = "currency"
 
constexpr OStringLiteral tok_quotesingle = "quotesingle"
 
constexpr OStringLiteral tok_quotedblleft = "quotedblleft"
 
constexpr OStringLiteral tok_guillemotleft = "guillemotleft"
 
constexpr OStringLiteral tok_guilsinglleft = "guilsinglleft"
 
constexpr OStringLiteral tok_guilsinglright = "guilsinglright"
 
constexpr OStringLiteral tok_fi = "fi"
 
constexpr OStringLiteral tok_fl = "fl"
 
constexpr OStringLiteral tok_endash = "endash"
 
constexpr OStringLiteral tok_dagger = "dagger"
 
constexpr OStringLiteral tok_daggerdbl = "daggerdbl"
 
constexpr OStringLiteral tok_periodcentered = "periodcentered"
 
constexpr OStringLiteral tok_paragraph = "paragraph"
 
constexpr OStringLiteral tok_bullet = "bullet"
 
constexpr OStringLiteral tok_quotesinglbase = "quotesinglbase"
 
constexpr OStringLiteral tok_quotedblbase = "quotedblbase"
 
constexpr OStringLiteral tok_quotedblright = "quotedblright"
 
constexpr OStringLiteral tok_guillemotright = "guillemotright"
 
constexpr OStringLiteral tok_ellipsis = "ellipsis"
 
constexpr OStringLiteral tok_perthousand = "perthousand"
 
constexpr OStringLiteral tok_questiondown = "questiondown"
 
constexpr OStringLiteral tok_grave = "grave"
 
constexpr OStringLiteral tok_acute = "acute"
 
constexpr OStringLiteral tok_circumflex = "circumflex"
 
constexpr OStringLiteral tok_tilde = "tilde"
 
constexpr OStringLiteral tok_macron = "macron"
 
constexpr OStringLiteral tok_breve = "breve"
 
constexpr OStringLiteral tok_dotaccent = "dotaccent"
 
constexpr OStringLiteral tok_dieresis = "dieresis"
 
constexpr OStringLiteral tok_ring = "ring"
 
constexpr OStringLiteral tok_cedilla = "cedilla"
 
constexpr OStringLiteral tok_hungarumlaut = "hungarumlaut"
 
constexpr OStringLiteral tok_ogonek = "ogonek"
 
constexpr OStringLiteral tok_caron = "caron"
 
constexpr OStringLiteral tok_emdash = "emdash"
 
constexpr OStringLiteral tok_AE = "AE"
 
constexpr OStringLiteral tok_ordfeminine = "ordfeminine"
 
constexpr OStringLiteral tok_Lslash = "Lslash"
 
constexpr OStringLiteral tok_Oslash = "Oslash"
 
constexpr OStringLiteral tok_OE = "OE"
 
constexpr OStringLiteral tok_ordmasculine = "ordmasculine"
 
constexpr OStringLiteral tok_ae = "ae"
 
constexpr OStringLiteral tok_dotlessi = "dotlessi"
 
constexpr OStringLiteral tok_lslash = "lslash"
 
constexpr OStringLiteral tok_oslash = "oslash"
 
constexpr OStringLiteral tok_oe = "oe"
 
constexpr OStringLiteral tok_germandbls = "germandbls"
 
constexpr OStringLiteral tok_onesuperior = "onesuperior"
 
constexpr OStringLiteral tok_logicalnot = "logicalnot"
 
constexpr OStringLiteral tok_mu = "mu"
 
constexpr OStringLiteral tok_trademark = "trademark"
 
constexpr OStringLiteral tok_Eth = "Eth"
 
constexpr OStringLiteral tok_onehalf = "onehalf"
 
constexpr OStringLiteral tok_plusminus = "plusminus"
 
constexpr OStringLiteral tok_Thorn = "Thorn"
 
constexpr OStringLiteral tok_onequarter = "onequarter"
 
constexpr OStringLiteral tok_divide = "divide"
 
constexpr OStringLiteral tok_brokenbar = "brokenbar"
 
constexpr OStringLiteral tok_degree = "degree"
 
constexpr OStringLiteral tok_thorn = "thorn"
 
constexpr OStringLiteral tok_threequarters = "threequarters"
 
constexpr OStringLiteral tok_twosuperior = "twosuperior"
 
constexpr OStringLiteral tok_registered = "registered"
 
constexpr OStringLiteral tok_minus = "minus"
 
constexpr OStringLiteral tok_eth = "eth"
 
constexpr OStringLiteral tok_multiply = "multiply"
 
constexpr OStringLiteral tok_threesuperior = "threesuperior"
 
constexpr OStringLiteral tok_copyright = "copyright"
 
constexpr OStringLiteral tok_Aacute = "Aacute"
 
constexpr OStringLiteral tok_Acircumflex = "Acircumflex"
 
constexpr OStringLiteral tok_Adieresis = "Adieresis"
 
constexpr OStringLiteral tok_Agrave = "Agrave"
 
constexpr OStringLiteral tok_Aring = "Aring"
 
constexpr OStringLiteral tok_Atilde = "Atilde"
 
constexpr OStringLiteral tok_Ccedilla = "Ccedilla"
 
constexpr OStringLiteral tok_Eacute = "Eacute"
 
constexpr OStringLiteral tok_Ecircumflex = "Ecircumflex"
 
constexpr OStringLiteral tok_Edieresis = "Edieresis"
 
constexpr OStringLiteral tok_Egrave = "Egrave"
 
constexpr OStringLiteral tok_Iacute = "Iacute"
 
constexpr OStringLiteral tok_Icircumflex = "Icircumflex"
 
constexpr OStringLiteral tok_Idieresis = "Idieresis"
 
constexpr OStringLiteral tok_Igrave = "Igrave"
 
constexpr OStringLiteral tok_Ntilde = "Ntilde"
 
constexpr OStringLiteral tok_Oacute = "Oacute"
 
constexpr OStringLiteral tok_Ocircumflex = "Ocircumflex"
 
constexpr OStringLiteral tok_Odieresis = "Odieresis"
 
constexpr OStringLiteral tok_Ograve = "Ograve"
 
constexpr OStringLiteral tok_Otilde = "Otilde"
 
constexpr OStringLiteral tok_Scaron = "Scaron"
 
constexpr OStringLiteral tok_Uacute = "Uacute"
 
constexpr OStringLiteral tok_Ucircumflex = "Ucircumflex"
 
constexpr OStringLiteral tok_Udieresis = "Udieresis"
 
constexpr OStringLiteral tok_Ugrave = "Ugrave"
 
constexpr OStringLiteral tok_Yacute = "Yacute"
 
constexpr OStringLiteral tok_Ydieresis = "Ydieresis"
 
constexpr OStringLiteral tok_Zcaron = "Zcaron"
 
constexpr OStringLiteral tok_aacute = "aacute"
 
constexpr OStringLiteral tok_acircumflex = "acircumflex"
 
constexpr OStringLiteral tok_adieresis = "adieresis"
 
constexpr OStringLiteral tok_agrave = "agrave"
 
constexpr OStringLiteral tok_aring = "aring"
 
constexpr OStringLiteral tok_atilde = "atilde"
 
constexpr OStringLiteral tok_ccedilla = "ccedilla"
 
constexpr OStringLiteral tok_eacute = "eacute"
 
constexpr OStringLiteral tok_ecircumflex = "ecircumflex"
 
constexpr OStringLiteral tok_edieresis = "edieresis"
 
constexpr OStringLiteral tok_egrave = "egrave"
 
constexpr OStringLiteral tok_iacute = "iacute"
 
constexpr OStringLiteral tok_icircumflex = "icircumflex"
 
constexpr OStringLiteral tok_idieresis = "idieresis"
 
constexpr OStringLiteral tok_igrave = "igrave"
 
constexpr OStringLiteral tok_ntilde = "ntilde"
 
constexpr OStringLiteral tok_oacute = "oacute"
 
constexpr OStringLiteral tok_ocircumflex = "ocircumflex"
 
constexpr OStringLiteral tok_odieresis = "odieresis"
 
constexpr OStringLiteral tok_ograve = "ograve"
 
constexpr OStringLiteral tok_otilde = "otilde"
 
constexpr OStringLiteral tok_scaron = "scaron"
 
constexpr OStringLiteral tok_uacute = "uacute"
 
constexpr OStringLiteral tok_ucircumflex = "ucircumflex"
 
constexpr OStringLiteral tok_udieresis = "udieresis"
 
constexpr OStringLiteral tok_ugrave = "ugrave"
 
constexpr OStringLiteral tok_yacute = "yacute"
 
constexpr OStringLiteral tok_ydieresis = "ydieresis"
 
constexpr OStringLiteral tok_zcaron = "zcaron"
 
constexpr OStringLiteral tok_exclamsmall = "exclamsmall"
 
constexpr OStringLiteral tok_Hungarumlautsmall = "Hungarumlautsmall"
 
constexpr OStringLiteral tok_dollaroldstyle = "dollaroldstyle"
 
constexpr OStringLiteral tok_dollarsuperior = "dollarsuperior"
 
constexpr OStringLiteral tok_ampersandsmall = "ampersandsmall"
 
constexpr OStringLiteral tok_Acutesmall = "Acutesmall"
 
constexpr OStringLiteral tok_parenleftsuperior = "parenleftsuperior"
 
constexpr OStringLiteral tok_parenrightsuperior = "parenrightsuperior"
 
constexpr OStringLiteral tok_twodotenleader = "twodotenleader"
 
constexpr OStringLiteral tok_onedotenleader = "onedotenleader"
 
constexpr OStringLiteral tok_zerooldstyle = "zerooldstyle"
 
constexpr OStringLiteral tok_oneoldstyle = "oneoldstyle"
 
constexpr OStringLiteral tok_twooldstyle = "twooldstyle"
 
constexpr OStringLiteral tok_threeoldstyle = "threeoldstyle"
 
constexpr OStringLiteral tok_fouroldstyle = "fouroldstyle"
 
constexpr OStringLiteral tok_fiveoldstyle = "fiveoldstyle"
 
constexpr OStringLiteral tok_sixoldstyle = "sixoldstyle"
 
constexpr OStringLiteral tok_sevenoldstyle = "sevenoldstyle"
 
constexpr OStringLiteral tok_eightoldstyle = "eightoldstyle"
 
constexpr OStringLiteral tok_nineoldstile = "nineoldstile"
 
constexpr OStringLiteral tok_commasuperior = "commasuperior"
 
constexpr OStringLiteral tok_threequartersemdash = "threequartersemdash"
 
constexpr OStringLiteral tok_periodsuperior = "periodsuperior"
 
constexpr OStringLiteral tok_questionsmall = "questionsmall"
 
constexpr OStringLiteral tok_asuperior = "asuperior"
 
constexpr OStringLiteral tok_bsuperior = "bsuperior"
 
constexpr OStringLiteral tok_centsuperior = "centsuperior"
 
constexpr OStringLiteral tok_dsuperior = "dsuperior"
 
constexpr OStringLiteral tok_esuperior = "esuperior"
 
constexpr OStringLiteral tok_isuperior = "isuperior"
 
constexpr OStringLiteral tok_lsuperior = "lsuperior"
 
constexpr OStringLiteral tok_msuperior = "msuperior"
 
constexpr OStringLiteral tok_nsuperior = "nsuperior"
 
constexpr OStringLiteral tok_osuperior = "osuperior"
 
constexpr OStringLiteral tok_rsuperior = "rsuperior"
 
constexpr OStringLiteral tok_ssuperior = "ssuperior"
 
constexpr OStringLiteral tok_tsuperior = "tsuperior"
 
constexpr OStringLiteral tok_ff = "ff"
 
constexpr OStringLiteral tok_ffi = "ffi"
 
constexpr OStringLiteral tok_ffl = "ffl"
 
constexpr OStringLiteral tok_parenleftinferior = "parenleftinferior"
 
constexpr OStringLiteral tok_parenrightinferior = "parenrightinferior"
 
constexpr OStringLiteral tok_Circumflexsmall = "Circumflexsmall"
 
constexpr OStringLiteral tok_hyphensuperior = "hyphensuperior"
 
constexpr OStringLiteral tok_Gravesmall = "Gravesmall"
 
constexpr OStringLiteral tok_Asmall = "Asmall"
 
constexpr OStringLiteral tok_Bsmall = "Bsmall"
 
constexpr OStringLiteral tok_Csmall = "Csmall"
 
constexpr OStringLiteral tok_Dsmall = "Dsmall"
 
constexpr OStringLiteral tok_Esmall = "Esmall"
 
constexpr OStringLiteral tok_Fsmall = "Fsmall"
 
constexpr OStringLiteral tok_Gsmall = "Gsmall"
 
constexpr OStringLiteral tok_Hsmall = "Hsmall"
 
constexpr OStringLiteral tok_Ismall = "Ismall"
 
constexpr OStringLiteral tok_Jsmall = "Jsmall"
 
constexpr OStringLiteral tok_Ksmall = "Ksmall"
 
constexpr OStringLiteral tok_Lsmall = "Lsmall"
 
constexpr OStringLiteral tok_Msmall = "Msmall"
 
constexpr OStringLiteral tok_Nsmall = "Nsmall"
 
constexpr OStringLiteral tok_Osmall = "Osmall"
 
constexpr OStringLiteral tok_Psmall = "Psmall"
 
constexpr OStringLiteral tok_Qsmall = "Qsmall"
 
constexpr OStringLiteral tok_Rsmall = "Rsmall"
 
constexpr OStringLiteral tok_Ssmall = "Ssmall"
 
constexpr OStringLiteral tok_Tsmall = "Tsmall"
 
constexpr OStringLiteral tok_Usmall = "Usmall"
 
constexpr OStringLiteral tok_Vsmall = "Vsmall"
 
constexpr OStringLiteral tok_Wsmall = "Wsmall"
 
constexpr OStringLiteral tok_Xsmall = "Xsmall"
 
constexpr OStringLiteral tok_Ysmall = "Ysmall"
 
constexpr OStringLiteral tok_Zsmall = "Zsmall"
 
constexpr OStringLiteral tok_colonmonetary = "colonmonetary"
 
constexpr OStringLiteral tok_onefitted = "onefitted"
 
constexpr OStringLiteral tok_rupia = "rupia"
 
constexpr OStringLiteral tok_Tildesmall = "Tildesmall"
 
constexpr OStringLiteral tok_exclamdownsmall = "exclamdownsmall"
 
constexpr OStringLiteral tok_centoldstyle = "centoldstyle"
 
constexpr OStringLiteral tok_Lslashsmall = "Lslashsmall"
 
constexpr OStringLiteral tok_Scaronsmall = "Scaronsmall"
 
constexpr OStringLiteral tok_Zcaronsmall = "Zcaronsmall"
 
constexpr OStringLiteral tok_Dieresissmall = "Dieresissmall"
 
constexpr OStringLiteral tok_Brevesmall = "Brevesmall"
 
constexpr OStringLiteral tok_Caronsmall = "Caronsmall"
 
constexpr OStringLiteral tok_Dotaccentsmall = "Dotaccentsmall"
 
constexpr OStringLiteral tok_Macronsmall = "Macronsmall"
 
constexpr OStringLiteral tok_figuredash = "figuredash"
 
constexpr OStringLiteral tok_hypheninferior = "hypheninferior"
 
constexpr OStringLiteral tok_Ogoneksmall = "Ogoneksmall"
 
constexpr OStringLiteral tok_Ringsmall = "Ringsmall"
 
constexpr OStringLiteral tok_Cedillasmall = "Cedillasmall"
 
constexpr OStringLiteral tok_questiondownsmall = "questiondownsmall"
 
constexpr OStringLiteral tok_oneeight = "oneeight"
 
constexpr OStringLiteral tok_threeeights = "threeeights"
 
constexpr OStringLiteral tok_fiveeights = "fiveeights"
 
constexpr OStringLiteral tok_seveneights = "seveneights"
 
constexpr OStringLiteral tok_onethird = "onethird"
 
constexpr OStringLiteral tok_twothirds = "twothirds"
 
constexpr OStringLiteral tok_zerosuperior = "zerosuperior"
 
constexpr OStringLiteral tok_foursuperior = "foursuperior"
 
constexpr OStringLiteral tok_fivesuperior = "fivesuperior"
 
constexpr OStringLiteral tok_sixsuperior = "sixsuperior"
 
constexpr OStringLiteral tok_sevensuperior = "sevensuperior"
 
constexpr OStringLiteral tok_eightsuperior = "eightsuperior"
 
constexpr OStringLiteral tok_ninesuperior = "ninesuperior"
 
constexpr OStringLiteral tok_zeroinferior = "zeroinferior"
 
constexpr OStringLiteral tok_oneinferior = "oneinferior"
 
constexpr OStringLiteral tok_twoinferior = "twoinferior"
 
constexpr OStringLiteral tok_threeinferior = "threeinferior"
 
constexpr OStringLiteral tok_fourinferior = "fourinferior"
 
constexpr OStringLiteral tok_fiveinferior = "fiveinferior"
 
constexpr OStringLiteral tok_sixinferior = "sixinferior"
 
constexpr OStringLiteral tok_seveninferior = "seveninferior"
 
constexpr OStringLiteral tok_eightinferior = "eightinferior"
 
constexpr OStringLiteral tok_nineinferior = "nineinferior"
 
constexpr OStringLiteral tok_centinferior = "centinferior"
 
constexpr OStringLiteral tok_dollarinferior = "dollarinferior"
 
constexpr OStringLiteral tok_periodinferior = "periodinferior"
 
constexpr OStringLiteral tok_commainferior = "commainferior"
 
constexpr OStringLiteral tok_Agravesmall = "Agravesmall"
 
constexpr OStringLiteral tok_Aacutesmall = "Aacutesmall"
 
constexpr OStringLiteral tok_Acircumflexsmall = "Acircumflexsmall"
 
constexpr OStringLiteral tok_Atildesmall = "Atildesmall"
 
constexpr OStringLiteral tok_Adieresissmall = "Adieresissmall"
 
constexpr OStringLiteral tok_Aringsmall = "Aringsmall"
 
constexpr OStringLiteral tok_AEsmall = "AEsmall"
 
constexpr OStringLiteral tok_Ccedillasmall = "Ccedillasmall"
 
constexpr OStringLiteral tok_Egravesmall = "Egravesmall"
 
constexpr OStringLiteral tok_Eacutesmall = "Eacutesmall"
 
constexpr OStringLiteral tok_Ecircumflexsmall = "Ecircumflexsmall"
 
constexpr OStringLiteral tok_Edieresissmall = "Edieresissmall"
 
constexpr OStringLiteral tok_Igravesmall = "Igravesmall"
 
constexpr OStringLiteral tok_Iacutesmall = "Iacutesmall"
 
constexpr OStringLiteral tok_Icircumflexsmall = "Icircumflexsmall"
 
constexpr OStringLiteral tok_Idieresissmall = "Idieresissmall"
 
constexpr OStringLiteral tok_Ethsmall = "Ethsmall"
 
constexpr OStringLiteral tok_Ntildesmall = "Ntildesmall"
 
constexpr OStringLiteral tok_Ogravesmall = "Ogravesmall"
 
constexpr OStringLiteral tok_Oacutesmall = "Oacutesmall"
 
constexpr OStringLiteral tok_Ocircumflexsmall = "Ocircumflexsmall"
 
constexpr OStringLiteral tok_Otildesmall = "Otildesmall"
 
constexpr OStringLiteral tok_Odieressissmall = "Odieressissmall"
 
constexpr OStringLiteral tok_OEsmall = "OEsmall"
 
constexpr OStringLiteral tok_Oslashsmall = "Oslashsmall"
 
constexpr OStringLiteral tok_Ugravesmall = "Ugravesmall"
 
constexpr OStringLiteral tok_Uacutesmall = "Uacutesmall"
 
constexpr OStringLiteral tok_Ucircumflexsmall = "Ucircumflexsmall"
 
constexpr OStringLiteral tok_Udieresissmall = "Udieresissmall"
 
constexpr OStringLiteral tok_Yacutesmall = "Yacutesmall"
 
constexpr OStringLiteral tok_Thornsmall = "Thornsmall"
 
constexpr OStringLiteral tok_Ydieresissmall = "Ydieresissmall"
 
constexpr OStringLiteral tok_001_000 = "001.000"
 
constexpr OStringLiteral tok_001_001 = "001.001"
 
constexpr OStringLiteral tok_001_002 = "001.002"
 
constexpr OStringLiteral tok_001_003 = "001.003"
 
constexpr OStringLiteral tok_Black = "Black"
 
constexpr OStringLiteral tok_Bold = "Bold"
 
constexpr OStringLiteral tok_Book = "Book"
 
constexpr OStringLiteral tok_Light = "Light"
 
constexpr OStringLiteral tok_Medium = "Medium"
 
constexpr OStringLiteral tok_Regular = "Regular"
 
constexpr OStringLiteral tok_Roman = "Roman"
 
constexpr OStringLiteral tok_Semibold = "Semibold"
 
static rtl::OStringConstExpr pStringIds []
 
static const char * pDictOps []
 
static const char * pDictEscs []
 
static const char * pStandardEncoding []
 

Typedef Documentation

◆ RealType

typedef double RealType

Definition at line 41 of file cff.cxx.

◆ S64

typedef sal_Int64 S64

Definition at line 39 of file cff.cxx.

◆ U16

typedef sal_uInt16 U16

Definition at line 38 of file cff.cxx.

◆ U8

typedef sal_uInt8 U8

Definition at line 37 of file cff.cxx.

◆ ValType

typedef RealType ValType

Definition at line 42 of file cff.cxx.

Enumeration Type Documentation

◆ ESCS [1/2]

enum ESCS

Definition at line 625 of file cff.cxx.

◆ ESCS [2/2]

enum ESCS

Definition at line 646 of file cff.cxx.

◆ OPS [1/2]

enum OPS

Definition at line 616 of file cff.cxx.

◆ OPS [2/2]

enum OPS

Definition at line 635 of file cff.cxx.

Function Documentation

◆ dbl2str()

static OString dbl2str ( double  fVal)
static

Definition at line 2237 of file cff.cxx.

Variable Documentation

◆ pDictEscs

const char* pDictEscs[]
static
Initial value:
= {
"sCopyright", "bIsFixedPitch", "nItalicAngle", "nUnderlinePosition",
"nUnderlineThickness", "nPaintType", "tCharstringType", "aFontMatrix",
"nStrokeWidth", "nBlueScale", "nBlueShift", "nBlueFuzz",
"dStemSnapH", "dStemSnapV", "bForceBold", nullptr,
nullptr, "nLanguageGroup", "nExpansionFactor", "nInitialRandomSeed",
"nSyntheticBase", "sPostScript", "sBaseFontName", "dBaseFontBlend",
nullptr, nullptr, nullptr, nullptr,
nullptr, nullptr, "rROS", "nCIDFontVersion",
"nCIDFontRevision", "nCIDFontType", "nCIDCount", "nUIDBase",
"nFDArray", "nFDSelect", "sFontName"
}

Definition at line 550 of file cff.cxx.

◆ pDictOps

const char* pDictOps[]
static
Initial value:
= {
"sVersion", "sNotice", "sFullName", "sFamilyName",
"sWeight", "aFontBBox", "dBlueValues", "dOtherBlues",
"dFamilyBlues", "dFamilyOtherBlues", "nStdHW", "nStdVW",
"xESC", "nUniqueID", "aXUID", "nCharset",
"nEncoding", "nCharStrings", "PPrivate", "nSubrs",
"nDefaultWidthX", "nNominalWidthX", nullptr, nullptr,
nullptr, nullptr, nullptr, nullptr,
"shortint", "longint", "BCD", nullptr
}

Definition at line 538 of file cff.cxx.

◆ pStandardEncoding

const char* pStandardEncoding[]
static

Definition at line 563 of file cff.cxx.

◆ pStringIds

rtl::OStringConstExpr pStringIds[]
static

Definition at line 436 of file cff.cxx.

◆ tok_001_000

constexpr OStringLiteral tok_001_000 = "001.000"
constexpr

Definition at line 423 of file cff.cxx.

◆ tok_001_001

constexpr OStringLiteral tok_001_001 = "001.001"
constexpr

Definition at line 424 of file cff.cxx.

◆ tok_001_002

constexpr OStringLiteral tok_001_002 = "001.002"
constexpr

Definition at line 425 of file cff.cxx.

◆ tok_001_003

constexpr OStringLiteral tok_001_003 = "001.003"
constexpr

Definition at line 426 of file cff.cxx.

◆ tok_A

constexpr OStringLiteral tok_A = "A"
constexpr

Definition at line 78 of file cff.cxx.

◆ tok_a

constexpr OStringLiteral tok_a = "a"
constexpr

Definition at line 110 of file cff.cxx.

◆ tok_Aacute

constexpr OStringLiteral tok_Aacute = "Aacute"
constexpr

Definition at line 215 of file cff.cxx.

◆ tok_aacute

constexpr OStringLiteral tok_aacute = "aacute"
constexpr

Definition at line 244 of file cff.cxx.

◆ tok_Aacutesmall

constexpr OStringLiteral tok_Aacutesmall = "Aacutesmall"
constexpr

Definition at line 392 of file cff.cxx.

◆ tok_Acircumflex

constexpr OStringLiteral tok_Acircumflex = "Acircumflex"
constexpr

Definition at line 216 of file cff.cxx.

◆ tok_acircumflex

constexpr OStringLiteral tok_acircumflex = "acircumflex"
constexpr

Definition at line 245 of file cff.cxx.

◆ tok_Acircumflexsmall

constexpr OStringLiteral tok_Acircumflexsmall = "Acircumflexsmall"
constexpr

Definition at line 393 of file cff.cxx.

◆ tok_acute

constexpr OStringLiteral tok_acute = "acute"
constexpr

Definition at line 169 of file cff.cxx.

◆ tok_Acutesmall

constexpr OStringLiteral tok_Acutesmall = "Acutesmall"
constexpr

Definition at line 278 of file cff.cxx.

◆ tok_Adieresis

constexpr OStringLiteral tok_Adieresis = "Adieresis"
constexpr

Definition at line 217 of file cff.cxx.

◆ tok_adieresis

constexpr OStringLiteral tok_adieresis = "adieresis"
constexpr

Definition at line 246 of file cff.cxx.

◆ tok_Adieresissmall

constexpr OStringLiteral tok_Adieresissmall = "Adieresissmall"
constexpr

Definition at line 395 of file cff.cxx.

◆ tok_AE

constexpr OStringLiteral tok_AE = "AE"
constexpr

Definition at line 182 of file cff.cxx.

◆ tok_ae

constexpr OStringLiteral tok_ae = "ae"
constexpr

Definition at line 188 of file cff.cxx.

◆ tok_AEsmall

constexpr OStringLiteral tok_AEsmall = "AEsmall"
constexpr

Definition at line 397 of file cff.cxx.

◆ tok_Agrave

constexpr OStringLiteral tok_Agrave = "Agrave"
constexpr

Definition at line 218 of file cff.cxx.

◆ tok_agrave

constexpr OStringLiteral tok_agrave = "agrave"
constexpr

Definition at line 247 of file cff.cxx.

◆ tok_Agravesmall

constexpr OStringLiteral tok_Agravesmall = "Agravesmall"
constexpr

Definition at line 391 of file cff.cxx.

◆ tok_ampersand

constexpr OStringLiteral tok_ampersand = "ampersand"
constexpr

Definition at line 51 of file cff.cxx.

◆ tok_ampersandsmall

constexpr OStringLiteral tok_ampersandsmall = "ampersandsmall"
constexpr

Definition at line 277 of file cff.cxx.

◆ tok_Aring

constexpr OStringLiteral tok_Aring = "Aring"
constexpr

Definition at line 219 of file cff.cxx.

◆ tok_aring

constexpr OStringLiteral tok_aring = "aring"
constexpr

Definition at line 248 of file cff.cxx.

◆ tok_Aringsmall

constexpr OStringLiteral tok_Aringsmall = "Aringsmall"
constexpr

Definition at line 396 of file cff.cxx.

◆ tok_asciicircum

constexpr OStringLiteral tok_asciicircum = "asciicircum"
constexpr

Definition at line 107 of file cff.cxx.

◆ tok_asciitilde

constexpr OStringLiteral tok_asciitilde = "asciitilde"
constexpr

Definition at line 139 of file cff.cxx.

◆ tok_Asmall

constexpr OStringLiteral tok_Asmall = "Asmall"
constexpr

Definition at line 318 of file cff.cxx.

◆ tok_asterisk

constexpr OStringLiteral tok_asterisk = "asterisk"
constexpr

Definition at line 55 of file cff.cxx.

◆ tok_asuperior

constexpr OStringLiteral tok_asuperior = "asuperior"
constexpr

Definition at line 297 of file cff.cxx.

◆ tok_at

constexpr OStringLiteral tok_at = "at"
constexpr

Definition at line 77 of file cff.cxx.

◆ tok_Atilde

constexpr OStringLiteral tok_Atilde = "Atilde"
constexpr

Definition at line 220 of file cff.cxx.

◆ tok_atilde

constexpr OStringLiteral tok_atilde = "atilde"
constexpr

Definition at line 249 of file cff.cxx.

◆ tok_Atildesmall

constexpr OStringLiteral tok_Atildesmall = "Atildesmall"
constexpr

Definition at line 394 of file cff.cxx.

◆ tok_B

constexpr OStringLiteral tok_B = "B"
constexpr

Definition at line 79 of file cff.cxx.

◆ tok_b

constexpr OStringLiteral tok_b = "b"
constexpr

Definition at line 111 of file cff.cxx.

◆ tok_backslash

constexpr OStringLiteral tok_backslash = "backslash"
constexpr

Definition at line 105 of file cff.cxx.

◆ tok_bar

constexpr OStringLiteral tok_bar = "bar"
constexpr

Definition at line 137 of file cff.cxx.

◆ tok_Black

constexpr OStringLiteral tok_Black = "Black"
constexpr

Definition at line 427 of file cff.cxx.

◆ tok_Bold

constexpr OStringLiteral tok_Bold = "Bold"
constexpr

Definition at line 428 of file cff.cxx.

◆ tok_Book

constexpr OStringLiteral tok_Book = "Book"
constexpr

Definition at line 429 of file cff.cxx.

◆ tok_braceleft

constexpr OStringLiteral tok_braceleft = "braceleft"
constexpr

Definition at line 136 of file cff.cxx.

◆ tok_braceright

constexpr OStringLiteral tok_braceright = "braceright"
constexpr

Definition at line 138 of file cff.cxx.

◆ tok_bracketleft

constexpr OStringLiteral tok_bracketleft = "bracketleft"
constexpr

Definition at line 104 of file cff.cxx.

◆ tok_bracketright

constexpr OStringLiteral tok_bracketright = "bracketright"
constexpr

Definition at line 106 of file cff.cxx.

◆ tok_breve

constexpr OStringLiteral tok_breve = "breve"
constexpr

Definition at line 173 of file cff.cxx.

◆ tok_Brevesmall

constexpr OStringLiteral tok_Brevesmall = "Brevesmall"
constexpr

Definition at line 354 of file cff.cxx.

◆ tok_brokenbar

constexpr OStringLiteral tok_brokenbar = "brokenbar"
constexpr

Definition at line 204 of file cff.cxx.

◆ tok_Bsmall

constexpr OStringLiteral tok_Bsmall = "Bsmall"
constexpr

Definition at line 319 of file cff.cxx.

◆ tok_bsuperior

constexpr OStringLiteral tok_bsuperior = "bsuperior"
constexpr

Definition at line 298 of file cff.cxx.

◆ tok_bullet

constexpr OStringLiteral tok_bullet = "bullet"
constexpr

Definition at line 160 of file cff.cxx.

◆ tok_C

constexpr OStringLiteral tok_C = "C"
constexpr

Definition at line 80 of file cff.cxx.

◆ tok_c

constexpr OStringLiteral tok_c = "c"
constexpr

Definition at line 112 of file cff.cxx.

◆ tok_caron

constexpr OStringLiteral tok_caron = "caron"
constexpr

Definition at line 180 of file cff.cxx.

◆ tok_Caronsmall

constexpr OStringLiteral tok_Caronsmall = "Caronsmall"
constexpr

Definition at line 355 of file cff.cxx.

◆ tok_Ccedilla

constexpr OStringLiteral tok_Ccedilla = "Ccedilla"
constexpr

Definition at line 221 of file cff.cxx.

◆ tok_ccedilla

constexpr OStringLiteral tok_ccedilla = "ccedilla"
constexpr

Definition at line 250 of file cff.cxx.

◆ tok_Ccedillasmall

constexpr OStringLiteral tok_Ccedillasmall = "Ccedillasmall"
constexpr

Definition at line 398 of file cff.cxx.

◆ tok_cedilla

constexpr OStringLiteral tok_cedilla = "cedilla"
constexpr

Definition at line 177 of file cff.cxx.

◆ tok_Cedillasmall

constexpr OStringLiteral tok_Cedillasmall = "Cedillasmall"
constexpr

Definition at line 362 of file cff.cxx.

◆ tok_cent

constexpr OStringLiteral tok_cent = "cent"
constexpr

Definition at line 141 of file cff.cxx.

◆ tok_centinferior

constexpr OStringLiteral tok_centinferior = "centinferior"
constexpr

Definition at line 387 of file cff.cxx.

◆ tok_centoldstyle

constexpr OStringLiteral tok_centoldstyle = "centoldstyle"
constexpr

Definition at line 349 of file cff.cxx.

◆ tok_centsuperior

constexpr OStringLiteral tok_centsuperior = "centsuperior"
constexpr

Definition at line 299 of file cff.cxx.

◆ tok_circumflex

constexpr OStringLiteral tok_circumflex = "circumflex"
constexpr

Definition at line 170 of file cff.cxx.

◆ tok_Circumflexsmall

constexpr OStringLiteral tok_Circumflexsmall = "Circumflexsmall"
constexpr

Definition at line 315 of file cff.cxx.

◆ tok_colon

constexpr OStringLiteral tok_colon = "colon"
constexpr

Definition at line 71 of file cff.cxx.

◆ tok_colonmonetary

constexpr OStringLiteral tok_colonmonetary = "colonmonetary"
constexpr

Definition at line 344 of file cff.cxx.

◆ tok_comma

constexpr OStringLiteral tok_comma = "comma"
constexpr

Definition at line 57 of file cff.cxx.

◆ tok_commainferior

constexpr OStringLiteral tok_commainferior = "commainferior"
constexpr

Definition at line 390 of file cff.cxx.

◆ tok_commasuperior

constexpr OStringLiteral tok_commasuperior = "commasuperior"
constexpr

Definition at line 293 of file cff.cxx.

◆ tok_copyright

constexpr OStringLiteral tok_copyright = "copyright"
constexpr

Definition at line 214 of file cff.cxx.

◆ tok_Csmall

constexpr OStringLiteral tok_Csmall = "Csmall"
constexpr

Definition at line 320 of file cff.cxx.

◆ tok_currency

constexpr OStringLiteral tok_currency = "currency"
constexpr

Definition at line 147 of file cff.cxx.

◆ tok_D

constexpr OStringLiteral tok_D = "D"
constexpr

Definition at line 81 of file cff.cxx.

◆ tok_d

constexpr OStringLiteral tok_d = "d"
constexpr

Definition at line 113 of file cff.cxx.

◆ tok_dagger

constexpr OStringLiteral tok_dagger = "dagger"
constexpr

Definition at line 156 of file cff.cxx.

◆ tok_daggerdbl

constexpr OStringLiteral tok_daggerdbl = "daggerdbl"
constexpr

Definition at line 157 of file cff.cxx.

◆ tok_degree

constexpr OStringLiteral tok_degree = "degree"
constexpr

Definition at line 205 of file cff.cxx.

◆ tok_dieresis

constexpr OStringLiteral tok_dieresis = "dieresis"
constexpr

Definition at line 175 of file cff.cxx.

◆ tok_Dieresissmall

constexpr OStringLiteral tok_Dieresissmall = "Dieresissmall"
constexpr

Definition at line 353 of file cff.cxx.

◆ tok_divide

constexpr OStringLiteral tok_divide = "divide"
constexpr

Definition at line 203 of file cff.cxx.

◆ tok_dollar

constexpr OStringLiteral tok_dollar = "dollar"
constexpr

Definition at line 49 of file cff.cxx.

◆ tok_dollarinferior

constexpr OStringLiteral tok_dollarinferior = "dollarinferior"
constexpr

Definition at line 388 of file cff.cxx.

◆ tok_dollaroldstyle

constexpr OStringLiteral tok_dollaroldstyle = "dollaroldstyle"
constexpr

Definition at line 275 of file cff.cxx.

◆ tok_dollarsuperior

constexpr OStringLiteral tok_dollarsuperior = "dollarsuperior"
constexpr

Definition at line 276 of file cff.cxx.

◆ tok_dotaccent

constexpr OStringLiteral tok_dotaccent = "dotaccent"
constexpr

Definition at line 174 of file cff.cxx.

◆ tok_Dotaccentsmall

constexpr OStringLiteral tok_Dotaccentsmall = "Dotaccentsmall"
constexpr

Definition at line 356 of file cff.cxx.

◆ tok_dotlessi

constexpr OStringLiteral tok_dotlessi = "dotlessi"
constexpr

Definition at line 189 of file cff.cxx.

◆ tok_Dsmall

constexpr OStringLiteral tok_Dsmall = "Dsmall"
constexpr

Definition at line 321 of file cff.cxx.

◆ tok_dsuperior

constexpr OStringLiteral tok_dsuperior = "dsuperior"
constexpr

Definition at line 300 of file cff.cxx.

◆ tok_E

constexpr OStringLiteral tok_E = "E"
constexpr

Definition at line 82 of file cff.cxx.

◆ tok_e

constexpr OStringLiteral tok_e = "e"
constexpr

Definition at line 114 of file cff.cxx.

◆ tok_Eacute

constexpr OStringLiteral tok_Eacute = "Eacute"
constexpr

Definition at line 222 of file cff.cxx.

◆ tok_eacute

constexpr OStringLiteral tok_eacute = "eacute"
constexpr

Definition at line 251 of file cff.cxx.

◆ tok_Eacutesmall

constexpr OStringLiteral tok_Eacutesmall = "Eacutesmall"
constexpr

Definition at line 400 of file cff.cxx.

◆ tok_Ecircumflex

constexpr OStringLiteral tok_Ecircumflex = "Ecircumflex"
constexpr

Definition at line 223 of file cff.cxx.

◆ tok_ecircumflex

constexpr OStringLiteral tok_ecircumflex = "ecircumflex"
constexpr

Definition at line 252 of file cff.cxx.

◆ tok_Ecircumflexsmall

constexpr OStringLiteral tok_Ecircumflexsmall = "Ecircumflexsmall"
constexpr

Definition at line 401 of file cff.cxx.

◆ tok_Edieresis

constexpr OStringLiteral tok_Edieresis = "Edieresis"
constexpr

Definition at line 224 of file cff.cxx.

◆ tok_edieresis

constexpr OStringLiteral tok_edieresis = "edieresis"
constexpr

Definition at line 253 of file cff.cxx.

◆ tok_Edieresissmall

constexpr OStringLiteral tok_Edieresissmall = "Edieresissmall"
constexpr

Definition at line 402 of file cff.cxx.

◆ tok_Egrave

constexpr OStringLiteral tok_Egrave = "Egrave"
constexpr

Definition at line 225 of file cff.cxx.

◆ tok_egrave

constexpr OStringLiteral tok_egrave = "egrave"
constexpr

Definition at line 254 of file cff.cxx.

◆ tok_Egravesmall

constexpr OStringLiteral tok_Egravesmall = "Egravesmall"
constexpr

Definition at line 399 of file cff.cxx.

◆ tok_eight

constexpr OStringLiteral tok_eight = "eight"
constexpr

Definition at line 69 of file cff.cxx.

◆ tok_eightinferior

constexpr OStringLiteral tok_eightinferior = "eightinferior"
constexpr

Definition at line 385 of file cff.cxx.

◆ tok_eightoldstyle

constexpr OStringLiteral tok_eightoldstyle = "eightoldstyle"
constexpr

Definition at line 291 of file cff.cxx.

◆ tok_eightsuperior

constexpr OStringLiteral tok_eightsuperior = "eightsuperior"
constexpr

Definition at line 375 of file cff.cxx.

◆ tok_ellipsis

constexpr OStringLiteral tok_ellipsis = "ellipsis"
constexpr

Definition at line 165 of file cff.cxx.

◆ tok_emdash

constexpr OStringLiteral tok_emdash = "emdash"
constexpr

Definition at line 181 of file cff.cxx.

◆ tok_endash

constexpr OStringLiteral tok_endash = "endash"
constexpr

Definition at line 155 of file cff.cxx.

◆ tok_equal

constexpr OStringLiteral tok_equal = "equal"
constexpr

Definition at line 74 of file cff.cxx.

◆ tok_Esmall

constexpr OStringLiteral tok_Esmall = "Esmall"
constexpr

Definition at line 322 of file cff.cxx.

◆ tok_esuperior

constexpr OStringLiteral tok_esuperior = "esuperior"
constexpr

Definition at line 301 of file cff.cxx.

◆ tok_Eth

constexpr OStringLiteral tok_Eth = "Eth"
constexpr

Definition at line 198 of file cff.cxx.

◆ tok_eth

constexpr OStringLiteral tok_eth = "eth"
constexpr

Definition at line 211 of file cff.cxx.

◆ tok_Ethsmall

constexpr OStringLiteral tok_Ethsmall = "Ethsmall"
constexpr

Definition at line 407 of file cff.cxx.

◆ tok_exclam

constexpr OStringLiteral tok_exclam = "exclam"
constexpr

Definition at line 46 of file cff.cxx.

◆ tok_exclamdown

constexpr OStringLiteral tok_exclamdown = "exclamdown"
constexpr

Definition at line 140 of file cff.cxx.

◆ tok_exclamdownsmall

constexpr OStringLiteral tok_exclamdownsmall = "exclamdownsmall"
constexpr

Definition at line 348 of file cff.cxx.

◆ tok_exclamsmall

constexpr OStringLiteral tok_exclamsmall = "exclamsmall"
constexpr

Definition at line 273 of file cff.cxx.

◆ tok_F

constexpr OStringLiteral tok_F = "F"
constexpr

Definition at line 83 of file cff.cxx.

◆ tok_f

constexpr OStringLiteral tok_f = "f"
constexpr

Definition at line 115 of file cff.cxx.

◆ tok_ff

constexpr OStringLiteral tok_ff = "ff"
constexpr

Definition at line 310 of file cff.cxx.

◆ tok_ffi

constexpr OStringLiteral tok_ffi = "ffi"
constexpr

Definition at line 311 of file cff.cxx.

◆ tok_ffl

constexpr OStringLiteral tok_ffl = "ffl"
constexpr

Definition at line 312 of file cff.cxx.

◆ tok_fi

constexpr OStringLiteral tok_fi = "fi"
constexpr

Definition at line 153 of file cff.cxx.

◆ tok_figuredash

constexpr OStringLiteral tok_figuredash = "figuredash"
constexpr

Definition at line 358 of file cff.cxx.

◆ tok_five

constexpr OStringLiteral tok_five = "five"
constexpr

Definition at line 66 of file cff.cxx.

◆ tok_fiveeights

constexpr OStringLiteral tok_fiveeights = "fiveeights"
constexpr

Definition at line 366 of file cff.cxx.

◆ tok_fiveinferior

constexpr OStringLiteral tok_fiveinferior = "fiveinferior"
constexpr

Definition at line 382 of file cff.cxx.

◆ tok_fiveoldstyle

constexpr OStringLiteral tok_fiveoldstyle = "fiveoldstyle"
constexpr

Definition at line 288 of file cff.cxx.

◆ tok_fivesuperior

constexpr OStringLiteral tok_fivesuperior = "fivesuperior"
constexpr

Definition at line 372 of file cff.cxx.

◆ tok_fl

constexpr OStringLiteral tok_fl = "fl"
constexpr

Definition at line 154 of file cff.cxx.

◆ tok_florin

constexpr OStringLiteral tok_florin = "florin"
constexpr

Definition at line 145 of file cff.cxx.

◆ tok_four

constexpr OStringLiteral tok_four = "four"
constexpr

Definition at line 65 of file cff.cxx.

◆ tok_fourinferior

constexpr OStringLiteral tok_fourinferior = "fourinferior"
constexpr

Definition at line 381 of file cff.cxx.

◆ tok_fouroldstyle

constexpr OStringLiteral tok_fouroldstyle = "fouroldstyle"
constexpr

Definition at line 287 of file cff.cxx.

◆ tok_foursuperior

constexpr OStringLiteral tok_foursuperior = "foursuperior"
constexpr

Definition at line 371 of file cff.cxx.

◆ tok_fraction

constexpr OStringLiteral tok_fraction = "fraction"
constexpr

Definition at line 143 of file cff.cxx.

◆ tok_Fsmall

constexpr OStringLiteral tok_Fsmall = "Fsmall"
constexpr

Definition at line 323 of file cff.cxx.

◆ tok_G

constexpr OStringLiteral tok_G = "G"
constexpr

Definition at line 84 of file cff.cxx.

◆ tok_g

constexpr OStringLiteral tok_g = "g"
constexpr

Definition at line 116 of file cff.cxx.

◆ tok_germandbls

constexpr OStringLiteral tok_germandbls = "germandbls"
constexpr

Definition at line 193 of file cff.cxx.

◆ tok_grave

constexpr OStringLiteral tok_grave = "grave"
constexpr

Definition at line 168 of file cff.cxx.

◆ tok_Gravesmall

constexpr OStringLiteral tok_Gravesmall = "Gravesmall"
constexpr

Definition at line 317 of file cff.cxx.

◆ tok_greater

constexpr OStringLiteral tok_greater = "greater"
constexpr

Definition at line 75 of file cff.cxx.

◆ tok_Gsmall

constexpr OStringLiteral tok_Gsmall = "Gsmall"
constexpr

Definition at line 324 of file cff.cxx.

◆ tok_guillemotleft

constexpr OStringLiteral tok_guillemotleft = "guillemotleft"
constexpr

Definition at line 150 of file cff.cxx.

◆ tok_guillemotright

constexpr OStringLiteral tok_guillemotright = "guillemotright"
constexpr

Definition at line 164 of file cff.cxx.

◆ tok_guilsinglleft

constexpr OStringLiteral tok_guilsinglleft = "guilsinglleft"
constexpr

Definition at line 151 of file cff.cxx.

◆ tok_guilsinglright

constexpr OStringLiteral tok_guilsinglright = "guilsinglright"
constexpr

Definition at line 152 of file cff.cxx.

◆ tok_H

constexpr OStringLiteral tok_H = "H"
constexpr

Definition at line 85 of file cff.cxx.

◆ tok_h

constexpr OStringLiteral tok_h = "h"
constexpr

Definition at line 117 of file cff.cxx.

◆ tok_Hsmall

constexpr OStringLiteral tok_Hsmall = "Hsmall"
constexpr

Definition at line 325 of file cff.cxx.

◆ tok_hungarumlaut

constexpr OStringLiteral tok_hungarumlaut = "hungarumlaut"
constexpr

Definition at line 178 of file cff.cxx.

◆ tok_Hungarumlautsmall

constexpr OStringLiteral tok_Hungarumlautsmall = "Hungarumlautsmall"
constexpr

Definition at line 274 of file cff.cxx.

◆ tok_hyphen

constexpr OStringLiteral tok_hyphen = "hyphen"
constexpr

Definition at line 58 of file cff.cxx.

◆ tok_hypheninferior

constexpr OStringLiteral tok_hypheninferior = "hypheninferior"
constexpr

Definition at line 359 of file cff.cxx.

◆ tok_hyphensuperior

constexpr OStringLiteral tok_hyphensuperior = "hyphensuperior"
constexpr

Definition at line 316 of file cff.cxx.

◆ tok_I

constexpr OStringLiteral tok_I = "I"
constexpr

Definition at line 86 of file cff.cxx.

◆ tok_i

constexpr OStringLiteral tok_i = "i"
constexpr

Definition at line 118 of file cff.cxx.

◆ tok_Iacute

constexpr OStringLiteral tok_Iacute = "Iacute"
constexpr

Definition at line 226 of file cff.cxx.

◆ tok_iacute

constexpr OStringLiteral tok_iacute = "iacute"
constexpr

Definition at line 255 of file cff.cxx.

◆ tok_Iacutesmall

constexpr OStringLiteral tok_Iacutesmall = "Iacutesmall"
constexpr

Definition at line 404 of file cff.cxx.

◆ tok_Icircumflex

constexpr OStringLiteral tok_Icircumflex = "Icircumflex"
constexpr

Definition at line 227 of file cff.cxx.

◆ tok_icircumflex

constexpr OStringLiteral tok_icircumflex = "icircumflex"
constexpr

Definition at line 256 of file cff.cxx.

◆ tok_Icircumflexsmall

constexpr OStringLiteral tok_Icircumflexsmall = "Icircumflexsmall"
constexpr

Definition at line 405 of file cff.cxx.

◆ tok_Idieresis

constexpr OStringLiteral tok_Idieresis = "Idieresis"
constexpr

Definition at line 228 of file cff.cxx.

◆ tok_idieresis

constexpr OStringLiteral tok_idieresis = "idieresis"
constexpr

Definition at line 257 of file cff.cxx.

◆ tok_Idieresissmall

constexpr OStringLiteral tok_Idieresissmall = "Idieresissmall"
constexpr

Definition at line 406 of file cff.cxx.

◆ tok_Igrave

constexpr OStringLiteral tok_Igrave = "Igrave"
constexpr

Definition at line 229 of file cff.cxx.

◆ tok_igrave

constexpr OStringLiteral tok_igrave = "igrave"
constexpr

Definition at line 258 of file cff.cxx.

◆ tok_Igravesmall

constexpr OStringLiteral tok_Igravesmall = "Igravesmall"
constexpr

Definition at line 403 of file cff.cxx.

◆ tok_Ismall

constexpr OStringLiteral tok_Ismall = "Ismall"
constexpr

Definition at line 326 of file cff.cxx.

◆ tok_isuperior

constexpr OStringLiteral tok_isuperior = "isuperior"
constexpr

Definition at line 302 of file cff.cxx.

◆ tok_J

constexpr OStringLiteral tok_J = "J"
constexpr

Definition at line 87 of file cff.cxx.

◆ tok_j

constexpr OStringLiteral tok_j = "j"
constexpr

Definition at line 119 of file cff.cxx.

◆ tok_Jsmall

constexpr OStringLiteral tok_Jsmall = "Jsmall"
constexpr

Definition at line 327 of file cff.cxx.

◆ tok_K

constexpr OStringLiteral tok_K = "K"
constexpr

Definition at line 88 of file cff.cxx.

◆ tok_k

constexpr OStringLiteral tok_k = "k"
constexpr

Definition at line 120 of file cff.cxx.

◆ tok_Ksmall

constexpr OStringLiteral tok_Ksmall = "Ksmall"
constexpr

Definition at line 328 of file cff.cxx.

◆ tok_L

constexpr OStringLiteral tok_L = "L"
constexpr

Definition at line 89 of file cff.cxx.

◆ tok_l

constexpr OStringLiteral tok_l = "l"
constexpr

Definition at line 121 of file cff.cxx.

◆ tok_less

constexpr OStringLiteral tok_less = "less"
constexpr

Definition at line 73 of file cff.cxx.

◆ tok_Light

constexpr OStringLiteral tok_Light = "Light"
constexpr

Definition at line 430 of file cff.cxx.

◆ tok_logicalnot

constexpr OStringLiteral tok_logicalnot = "logicalnot"
constexpr

Definition at line 195 of file cff.cxx.

◆ tok_Lslash

constexpr OStringLiteral tok_Lslash = "Lslash"
constexpr

Definition at line 184 of file cff.cxx.

◆ tok_lslash

constexpr OStringLiteral tok_lslash = "lslash"
constexpr

Definition at line 190 of file cff.cxx.

◆ tok_Lslashsmall

constexpr OStringLiteral tok_Lslashsmall = "Lslashsmall"
constexpr

Definition at line 350 of file cff.cxx.

◆ tok_Lsmall

constexpr OStringLiteral tok_Lsmall = "Lsmall"
constexpr

Definition at line 329 of file cff.cxx.

◆ tok_lsuperior

constexpr OStringLiteral tok_lsuperior = "lsuperior"
constexpr

Definition at line 303 of file cff.cxx.

◆ tok_M

constexpr OStringLiteral tok_M = "M"
constexpr

Definition at line 90 of file cff.cxx.

◆ tok_m

constexpr OStringLiteral tok_m = "m"
constexpr

Definition at line 122 of file cff.cxx.

◆ tok_macron

constexpr OStringLiteral tok_macron = "macron"
constexpr

Definition at line 172 of file cff.cxx.

◆ tok_Macronsmall

constexpr OStringLiteral tok_Macronsmall = "Macronsmall"
constexpr

Definition at line 357 of file cff.cxx.

◆ tok_Medium

constexpr OStringLiteral tok_Medium = "Medium"
constexpr

Definition at line 431 of file cff.cxx.

◆ tok_minus

constexpr OStringLiteral tok_minus = "minus"
constexpr

Definition at line 210 of file cff.cxx.

◆ tok_Msmall

constexpr OStringLiteral tok_Msmall = "Msmall"
constexpr

Definition at line 330 of file cff.cxx.

◆ tok_msuperior

constexpr OStringLiteral tok_msuperior = "msuperior"
constexpr

Definition at line 304 of file cff.cxx.

◆ tok_mu

constexpr OStringLiteral tok_mu = "mu"
constexpr

Definition at line 196 of file cff.cxx.

◆ tok_multiply

constexpr OStringLiteral tok_multiply = "multiply"
constexpr

Definition at line 212 of file cff.cxx.

◆ tok_N

constexpr OStringLiteral tok_N = "N"
constexpr

Definition at line 91 of file cff.cxx.

◆ tok_n

constexpr OStringLiteral tok_n = "n"
constexpr

Definition at line 123 of file cff.cxx.

◆ tok_nine

constexpr OStringLiteral tok_nine = "nine"
constexpr

Definition at line 70 of file cff.cxx.

◆ tok_nineinferior

constexpr OStringLiteral tok_nineinferior = "nineinferior"
constexpr

Definition at line 386 of file cff.cxx.

◆ tok_nineoldstile

constexpr OStringLiteral tok_nineoldstile = "nineoldstile"
constexpr

Definition at line 292 of file cff.cxx.

◆ tok_ninesuperior

constexpr OStringLiteral tok_ninesuperior = "ninesuperior"
constexpr

Definition at line 376 of file cff.cxx.

◆ tok_notdef

constexpr OStringLiteral tok_notdef = ".notdef"
constexpr

Definition at line 44 of file cff.cxx.

◆ tok_Nsmall

constexpr OStringLiteral tok_Nsmall = "Nsmall"
constexpr

Definition at line 331 of file cff.cxx.

◆ tok_nsuperior

constexpr OStringLiteral tok_nsuperior = "nsuperior"
constexpr

Definition at line 305 of file cff.cxx.

◆ tok_Ntilde

constexpr OStringLiteral tok_Ntilde = "Ntilde"
constexpr

Definition at line 230 of file cff.cxx.

◆ tok_ntilde

constexpr OStringLiteral tok_ntilde = "ntilde"
constexpr

Definition at line 259 of file cff.cxx.

◆ tok_Ntildesmall

constexpr OStringLiteral tok_Ntildesmall = "Ntildesmall"
constexpr

Definition at line 408 of file cff.cxx.

◆ tok_numbersign

constexpr OStringLiteral tok_numbersign = "numbersign"
constexpr

Definition at line 48 of file cff.cxx.

◆ tok_O

constexpr OStringLiteral tok_O = "O"
constexpr

Definition at line 92 of file cff.cxx.

◆ tok_o

constexpr OStringLiteral tok_o = "o"
constexpr

Definition at line 124 of file cff.cxx.

◆ tok_Oacute

constexpr OStringLiteral tok_Oacute = "Oacute"
constexpr

Definition at line 231 of file cff.cxx.

◆ tok_oacute

constexpr OStringLiteral tok_oacute = "oacute"
constexpr

Definition at line 260 of file cff.cxx.

◆ tok_Oacutesmall

constexpr OStringLiteral tok_Oacutesmall = "Oacutesmall"
constexpr

Definition at line 410 of file cff.cxx.

◆ tok_Ocircumflex

constexpr OStringLiteral tok_Ocircumflex = "Ocircumflex"
constexpr

Definition at line 232 of file cff.cxx.

◆ tok_ocircumflex

constexpr OStringLiteral tok_ocircumflex = "ocircumflex"
constexpr

Definition at line 261 of file cff.cxx.

◆ tok_Ocircumflexsmall

constexpr OStringLiteral tok_Ocircumflexsmall = "Ocircumflexsmall"
constexpr

Definition at line 411 of file cff.cxx.

◆ tok_Odieresis

constexpr OStringLiteral tok_Odieresis = "Odieresis"
constexpr

Definition at line 233 of file cff.cxx.

◆ tok_odieresis

constexpr OStringLiteral tok_odieresis = "odieresis"
constexpr

Definition at line 262 of file cff.cxx.

◆ tok_Odieressissmall

constexpr OStringLiteral tok_Odieressissmall = "Odieressissmall"
constexpr

Definition at line 413 of file cff.cxx.

◆ tok_OE

constexpr OStringLiteral tok_OE = "OE"
constexpr

Definition at line 186 of file cff.cxx.

◆ tok_oe

constexpr OStringLiteral tok_oe = "oe"
constexpr

Definition at line 192 of file cff.cxx.

◆ tok_OEsmall

constexpr OStringLiteral tok_OEsmall = "OEsmall"
constexpr

Definition at line 414 of file cff.cxx.

◆ tok_ogonek

constexpr OStringLiteral tok_ogonek = "ogonek"
constexpr

Definition at line 179 of file cff.cxx.

◆ tok_Ogoneksmall

constexpr OStringLiteral tok_Ogoneksmall = "Ogoneksmall"
constexpr

Definition at line 360 of file cff.cxx.

◆ tok_Ograve

constexpr OStringLiteral tok_Ograve = "Ograve"
constexpr

Definition at line 234 of file cff.cxx.

◆ tok_ograve

constexpr OStringLiteral tok_ograve = "ograve"
constexpr

Definition at line 263 of file cff.cxx.

◆ tok_Ogravesmall

constexpr OStringLiteral tok_Ogravesmall = "Ogravesmall"
constexpr

Definition at line 409 of file cff.cxx.

◆ tok_one

constexpr OStringLiteral tok_one = "one"
constexpr

Definition at line 62 of file cff.cxx.

◆ tok_onedotenleader

constexpr OStringLiteral tok_onedotenleader = "onedotenleader"
constexpr

Definition at line 282 of file cff.cxx.

◆ tok_oneeight

constexpr OStringLiteral tok_oneeight = "oneeight"
constexpr

Definition at line 364 of file cff.cxx.

◆ tok_onefitted

constexpr OStringLiteral tok_onefitted = "onefitted"
constexpr

Definition at line 345 of file cff.cxx.

◆ tok_onehalf

constexpr OStringLiteral tok_onehalf = "onehalf"
constexpr

Definition at line 199 of file cff.cxx.

◆ tok_oneinferior

constexpr OStringLiteral tok_oneinferior = "oneinferior"
constexpr

Definition at line 378 of file cff.cxx.

◆ tok_oneoldstyle

constexpr OStringLiteral tok_oneoldstyle = "oneoldstyle"
constexpr

Definition at line 284 of file cff.cxx.

◆ tok_onequarter

constexpr OStringLiteral tok_onequarter = "onequarter"
constexpr

Definition at line 202 of file cff.cxx.

◆ tok_onesuperior

constexpr OStringLiteral tok_onesuperior = "onesuperior"
constexpr

Definition at line 194 of file cff.cxx.

◆ tok_onethird

constexpr OStringLiteral tok_onethird = "onethird"
constexpr

Definition at line 368 of file cff.cxx.

◆ tok_ordfeminine

constexpr OStringLiteral tok_ordfeminine = "ordfeminine"
constexpr

Definition at line 183 of file cff.cxx.

◆ tok_ordmasculine

constexpr OStringLiteral tok_ordmasculine = "ordmasculine"
constexpr

Definition at line 187 of file cff.cxx.

◆ tok_Oslash

constexpr OStringLiteral tok_Oslash = "Oslash"
constexpr

Definition at line 185 of file cff.cxx.

◆ tok_oslash

constexpr OStringLiteral tok_oslash = "oslash"
constexpr

Definition at line 191 of file cff.cxx.

◆ tok_Oslashsmall

constexpr OStringLiteral tok_Oslashsmall = "Oslashsmall"
constexpr

Definition at line 415 of file cff.cxx.

◆ tok_Osmall

constexpr OStringLiteral tok_Osmall = "Osmall"
constexpr

Definition at line 332 of file cff.cxx.

◆ tok_osuperior

constexpr OStringLiteral tok_osuperior = "osuperior"
constexpr

Definition at line 306 of file cff.cxx.

◆ tok_Otilde

constexpr OStringLiteral tok_Otilde = "Otilde"
constexpr

Definition at line 235 of file cff.cxx.

◆ tok_otilde

constexpr OStringLiteral tok_otilde = "otilde"
constexpr

Definition at line 264 of file cff.cxx.

◆ tok_Otildesmall

constexpr OStringLiteral tok_Otildesmall = "Otildesmall"
constexpr

Definition at line 412 of file cff.cxx.

◆ tok_P

constexpr OStringLiteral tok_P = "P"
constexpr

Definition at line 93 of file cff.cxx.

◆ tok_p

constexpr OStringLiteral tok_p = "p"
constexpr

Definition at line 125 of file cff.cxx.

◆ tok_paragraph

constexpr OStringLiteral tok_paragraph = "paragraph"
constexpr

Definition at line 159 of file cff.cxx.

◆ tok_parenleft

constexpr OStringLiteral tok_parenleft = "parenleft"
constexpr

Definition at line 53 of file cff.cxx.

◆ tok_parenleftinferior

constexpr OStringLiteral tok_parenleftinferior = "parenleftinferior"
constexpr

Definition at line 313 of file cff.cxx.

◆ tok_parenleftsuperior

constexpr OStringLiteral tok_parenleftsuperior = "parenleftsuperior"
constexpr

Definition at line 279 of file cff.cxx.

◆ tok_parenright

constexpr OStringLiteral tok_parenright = "parenright"
constexpr

Definition at line 54 of file cff.cxx.

◆ tok_parenrightinferior

constexpr OStringLiteral tok_parenrightinferior = "parenrightinferior"
constexpr

Definition at line 314 of file cff.cxx.

◆ tok_parenrightsuperior

constexpr OStringLiteral tok_parenrightsuperior = "parenrightsuperior"
constexpr

Definition at line 280 of file cff.cxx.

◆ tok_percent

constexpr OStringLiteral tok_percent = "percent"
constexpr

Definition at line 50 of file cff.cxx.

◆ tok_period

constexpr OStringLiteral tok_period = "period"
constexpr

Definition at line 59 of file cff.cxx.

◆ tok_periodcentered

constexpr OStringLiteral tok_periodcentered = "periodcentered"
constexpr

Definition at line 158 of file cff.cxx.

◆ tok_periodinferior

constexpr OStringLiteral tok_periodinferior = "periodinferior"
constexpr

Definition at line 389 of file cff.cxx.

◆ tok_periodsuperior

constexpr OStringLiteral tok_periodsuperior = "periodsuperior"
constexpr

Definition at line 295 of file cff.cxx.

◆ tok_perthousand

constexpr OStringLiteral tok_perthousand = "perthousand"
constexpr

Definition at line 166 of file cff.cxx.

◆ tok_plus

constexpr OStringLiteral tok_plus = "plus"
constexpr

Definition at line 56 of file cff.cxx.

◆ tok_plusminus

constexpr OStringLiteral tok_plusminus = "plusminus"
constexpr

Definition at line 200 of file cff.cxx.

◆ tok_Psmall

constexpr OStringLiteral tok_Psmall = "Psmall"
constexpr

Definition at line 333 of file cff.cxx.

◆ tok_Q

constexpr OStringLiteral tok_Q = "Q"
constexpr

Definition at line 94 of file cff.cxx.

◆ tok_q

constexpr OStringLiteral tok_q = "q"
constexpr

Definition at line 126 of file cff.cxx.

◆ tok_Qsmall

constexpr OStringLiteral tok_Qsmall = "Qsmall"
constexpr

Definition at line 334 of file cff.cxx.

◆ tok_question

constexpr OStringLiteral tok_question = "question"
constexpr

Definition at line 76 of file cff.cxx.

◆ tok_questiondown

constexpr OStringLiteral tok_questiondown = "questiondown"
constexpr

Definition at line 167 of file cff.cxx.

◆ tok_questiondownsmall

constexpr OStringLiteral tok_questiondownsmall = "questiondownsmall"
constexpr

Definition at line 363 of file cff.cxx.

◆ tok_questionsmall

constexpr OStringLiteral tok_questionsmall = "questionsmall"
constexpr

Definition at line 296 of file cff.cxx.

◆ tok_quotedbl

constexpr OStringLiteral tok_quotedbl = "quotedbl"
constexpr

Definition at line 47 of file cff.cxx.

◆ tok_quotedblbase

constexpr OStringLiteral tok_quotedblbase = "quotedblbase"
constexpr

Definition at line 162 of file cff.cxx.

◆ tok_quotedblleft

constexpr OStringLiteral tok_quotedblleft = "quotedblleft"
constexpr

Definition at line 149 of file cff.cxx.

◆ tok_quotedblright

constexpr OStringLiteral tok_quotedblright = "quotedblright"
constexpr

Definition at line 163 of file cff.cxx.

◆ tok_quoteleft

constexpr OStringLiteral tok_quoteleft = "quoteleft"
constexpr

Definition at line 109 of file cff.cxx.

◆ tok_quoteright

constexpr OStringLiteral tok_quoteright = "quoteright"
constexpr

Definition at line 52 of file cff.cxx.

◆ tok_quotesinglbase

constexpr OStringLiteral tok_quotesinglbase = "quotesinglbase"
constexpr

Definition at line 161 of file cff.cxx.

◆ tok_quotesingle

constexpr OStringLiteral tok_quotesingle = "quotesingle"
constexpr

Definition at line 148 of file cff.cxx.

◆ tok_R

constexpr OStringLiteral tok_R = "R"
constexpr

Definition at line 95 of file cff.cxx.

◆ tok_r

constexpr OStringLiteral tok_r = "r"
constexpr

Definition at line 127 of file cff.cxx.

◆ tok_registered

constexpr OStringLiteral tok_registered = "registered"
constexpr

Definition at line 209 of file cff.cxx.

◆ tok_Regular

constexpr OStringLiteral tok_Regular = "Regular"
constexpr

Definition at line 432 of file cff.cxx.

◆ tok_ring

constexpr OStringLiteral tok_ring = "ring"
constexpr

Definition at line 176 of file cff.cxx.

◆ tok_Ringsmall

constexpr OStringLiteral tok_Ringsmall = "Ringsmall"
constexpr

Definition at line 361 of file cff.cxx.

◆ tok_Roman

constexpr OStringLiteral tok_Roman = "Roman"
constexpr

Definition at line 433 of file cff.cxx.

◆ tok_Rsmall

constexpr OStringLiteral tok_Rsmall = "Rsmall"
constexpr

Definition at line 335 of file cff.cxx.

◆ tok_rsuperior

constexpr OStringLiteral tok_rsuperior = "rsuperior"
constexpr

Definition at line 307 of file cff.cxx.

◆ tok_rupia

constexpr OStringLiteral tok_rupia = "rupia"
constexpr

Definition at line 346 of file cff.cxx.

◆ tok_S

constexpr OStringLiteral tok_S = "S"
constexpr

Definition at line 96 of file cff.cxx.

◆ tok_s

constexpr OStringLiteral tok_s = "s"
constexpr

Definition at line 128 of file cff.cxx.

◆ tok_Scaron

constexpr OStringLiteral tok_Scaron = "Scaron"
constexpr

Definition at line 236 of file cff.cxx.

◆ tok_scaron

constexpr OStringLiteral tok_scaron = "scaron"
constexpr

Definition at line 265 of file cff.cxx.

◆ tok_Scaronsmall

constexpr OStringLiteral tok_Scaronsmall = "Scaronsmall"
constexpr

Definition at line 351 of file cff.cxx.

◆ tok_section

constexpr OStringLiteral tok_section = "section"
constexpr

Definition at line 146 of file cff.cxx.

◆ tok_Semibold

constexpr OStringLiteral tok_Semibold = "Semibold"
constexpr

Definition at line 434 of file cff.cxx.

◆ tok_semicolon

constexpr OStringLiteral tok_semicolon = "semicolon"
constexpr

Definition at line 72 of file cff.cxx.

◆ tok_seven

constexpr OStringLiteral tok_seven = "seven"
constexpr

Definition at line 68 of file cff.cxx.

◆ tok_seveneights

constexpr OStringLiteral tok_seveneights = "seveneights"
constexpr

Definition at line 367 of file cff.cxx.

◆ tok_seveninferior

constexpr OStringLiteral tok_seveninferior = "seveninferior"
constexpr

Definition at line 384 of file cff.cxx.

◆ tok_sevenoldstyle

constexpr OStringLiteral tok_sevenoldstyle = "sevenoldstyle"
constexpr

Definition at line 290 of file cff.cxx.

◆ tok_sevensuperior

constexpr OStringLiteral tok_sevensuperior = "sevensuperior"
constexpr

Definition at line 374 of file cff.cxx.

◆ tok_six

constexpr OStringLiteral tok_six = "six"
constexpr

Definition at line 67 of file cff.cxx.

◆ tok_sixinferior

constexpr OStringLiteral tok_sixinferior = "sixinferior"
constexpr

Definition at line 383 of file cff.cxx.

◆ tok_sixoldstyle

constexpr OStringLiteral tok_sixoldstyle = "sixoldstyle"
constexpr

Definition at line 289 of file cff.cxx.

◆ tok_sixsuperior

constexpr OStringLiteral tok_sixsuperior = "sixsuperior"
constexpr

Definition at line 373 of file cff.cxx.

◆ tok_slash

constexpr OStringLiteral tok_slash = "slash"
constexpr

Definition at line 60 of file cff.cxx.

◆ tok_space

constexpr OStringLiteral tok_space = "space"
constexpr

Definition at line 45 of file cff.cxx.

◆ tok_Ssmall

constexpr OStringLiteral tok_Ssmall = "Ssmall"
constexpr

Definition at line 336 of file cff.cxx.

◆ tok_ssuperior

constexpr OStringLiteral tok_ssuperior = "ssuperior"
constexpr

Definition at line 308 of file cff.cxx.

◆ tok_sterlin

constexpr OStringLiteral tok_sterlin = "sterlin"
constexpr

Definition at line 142 of file cff.cxx.

◆ tok_T

constexpr OStringLiteral tok_T = "T"
constexpr

Definition at line 97 of file cff.cxx.

◆ tok_t

constexpr OStringLiteral tok_t = "t"
constexpr

Definition at line 129 of file cff.cxx.

◆ tok_Thorn

constexpr OStringLiteral tok_Thorn = "Thorn"
constexpr

Definition at line 201 of file cff.cxx.

◆ tok_thorn

constexpr OStringLiteral tok_thorn = "thorn"
constexpr

Definition at line 206 of file cff.cxx.

◆ tok_Thornsmall

constexpr OStringLiteral tok_Thornsmall = "Thornsmall"
constexpr

Definition at line 421 of file cff.cxx.

◆ tok_three

constexpr OStringLiteral tok_three = "three"
constexpr

Definition at line 64 of file cff.cxx.

◆ tok_threeeights

constexpr OStringLiteral tok_threeeights = "threeeights"
constexpr

Definition at line 365 of file cff.cxx.

◆ tok_threeinferior

constexpr OStringLiteral tok_threeinferior = "threeinferior"
constexpr

Definition at line 380 of file cff.cxx.

◆ tok_threeoldstyle

constexpr OStringLiteral tok_threeoldstyle = "threeoldstyle"
constexpr

Definition at line 286 of file cff.cxx.

◆ tok_threequarters

constexpr OStringLiteral tok_threequarters = "threequarters"
constexpr

Definition at line 207 of file cff.cxx.

◆ tok_threequartersemdash

constexpr OStringLiteral tok_threequartersemdash = "threequartersemdash"
constexpr

Definition at line 294 of file cff.cxx.

◆ tok_threesuperior

constexpr OStringLiteral tok_threesuperior = "threesuperior"
constexpr

Definition at line 213 of file cff.cxx.

◆ tok_tilde

constexpr OStringLiteral tok_tilde = "tilde"
constexpr

Definition at line 171 of file cff.cxx.

◆ tok_Tildesmall

constexpr OStringLiteral tok_Tildesmall = "Tildesmall"
constexpr

Definition at line 347 of file cff.cxx.

◆ tok_trademark

constexpr OStringLiteral tok_trademark = "trademark"
constexpr

Definition at line 197 of file cff.cxx.

◆ tok_Tsmall

constexpr OStringLiteral tok_Tsmall = "Tsmall"
constexpr

Definition at line 337 of file cff.cxx.

◆ tok_tsuperior

constexpr OStringLiteral tok_tsuperior = "tsuperior"
constexpr

Definition at line 309 of file cff.cxx.

◆ tok_two

constexpr OStringLiteral tok_two = "two"
constexpr

Definition at line 63 of file cff.cxx.

◆ tok_twodotenleader

constexpr OStringLiteral tok_twodotenleader = "twodotenleader"
constexpr

Definition at line 281 of file cff.cxx.

◆ tok_twoinferior

constexpr OStringLiteral tok_twoinferior = "twoinferior"
constexpr

Definition at line 379 of file cff.cxx.

◆ tok_twooldstyle

constexpr OStringLiteral tok_twooldstyle = "twooldstyle"
constexpr

Definition at line 285 of file cff.cxx.

◆ tok_twosuperior

constexpr OStringLiteral tok_twosuperior = "twosuperior"
constexpr

Definition at line 208 of file cff.cxx.

◆ tok_twothirds

constexpr OStringLiteral tok_twothirds = "twothirds"
constexpr

Definition at line 369 of file cff.cxx.

◆ tok_U

constexpr OStringLiteral tok_U = "U"
constexpr

Definition at line 98 of file cff.cxx.

◆ tok_u

constexpr OStringLiteral tok_u = "u"
constexpr

Definition at line 130 of file cff.cxx.

◆ tok_Uacute

constexpr OStringLiteral tok_Uacute = "Uacute"
constexpr

Definition at line 237 of file cff.cxx.

◆ tok_uacute

constexpr OStringLiteral tok_uacute = "uacute"
constexpr

Definition at line 266 of file cff.cxx.

◆ tok_Uacutesmall

constexpr OStringLiteral tok_Uacutesmall = "Uacutesmall"
constexpr

Definition at line 417 of file cff.cxx.

◆ tok_Ucircumflex

constexpr OStringLiteral tok_Ucircumflex = "Ucircumflex"
constexpr

Definition at line 238 of file cff.cxx.

◆ tok_ucircumflex

constexpr OStringLiteral tok_ucircumflex = "ucircumflex"
constexpr

Definition at line 267 of file cff.cxx.

◆ tok_Ucircumflexsmall

constexpr OStringLiteral tok_Ucircumflexsmall = "Ucircumflexsmall"
constexpr

Definition at line 418 of file cff.cxx.

◆ tok_Udieresis

constexpr OStringLiteral tok_Udieresis = "Udieresis"
constexpr

Definition at line 239 of file cff.cxx.

◆ tok_udieresis

constexpr OStringLiteral tok_udieresis = "udieresis"
constexpr

Definition at line 268 of file cff.cxx.

◆ tok_Udieresissmall

constexpr OStringLiteral tok_Udieresissmall = "Udieresissmall"
constexpr

Definition at line 419 of file cff.cxx.

◆ tok_Ugrave

constexpr OStringLiteral tok_Ugrave = "Ugrave"
constexpr

Definition at line 240 of file cff.cxx.

◆ tok_ugrave

constexpr OStringLiteral tok_ugrave = "ugrave"
constexpr

Definition at line 269 of file cff.cxx.

◆ tok_Ugravesmall

constexpr OStringLiteral tok_Ugravesmall = "Ugravesmall"
constexpr

Definition at line 416 of file cff.cxx.

◆ tok_underscore

constexpr OStringLiteral tok_underscore = "underscore"
constexpr

Definition at line 108 of file cff.cxx.

◆ tok_Usmall

constexpr OStringLiteral tok_Usmall = "Usmall"
constexpr

Definition at line 338 of file cff.cxx.

◆ tok_V

constexpr OStringLiteral tok_V = "V"
constexpr

Definition at line 99 of file cff.cxx.

◆ tok_v

constexpr OStringLiteral tok_v = "v"
constexpr

Definition at line 131 of file cff.cxx.

◆ tok_Vsmall

constexpr OStringLiteral tok_Vsmall = "Vsmall"
constexpr

Definition at line 339 of file cff.cxx.

◆ tok_W

constexpr OStringLiteral tok_W = "W"
constexpr

Definition at line 100 of file cff.cxx.

◆ tok_w

constexpr OStringLiteral tok_w = "w"
constexpr

Definition at line 132 of file cff.cxx.

◆ tok_Wsmall

constexpr OStringLiteral tok_Wsmall = "Wsmall"
constexpr

Definition at line 340 of file cff.cxx.

◆ tok_X

constexpr OStringLiteral tok_X = "X"
constexpr

Definition at line 101 of file cff.cxx.

◆ tok_x

constexpr OStringLiteral tok_x = "x"
constexpr

Definition at line 133 of file cff.cxx.

◆ tok_Xsmall

constexpr OStringLiteral tok_Xsmall = "Xsmall"
constexpr

Definition at line 341 of file cff.cxx.

◆ tok_Y

constexpr OStringLiteral tok_Y = "Y"
constexpr

Definition at line 102 of file cff.cxx.

◆ tok_y

constexpr OStringLiteral tok_y = "y"
constexpr

Definition at line 134 of file cff.cxx.

◆ tok_Yacute

constexpr OStringLiteral tok_Yacute = "Yacute"
constexpr

Definition at line 241 of file cff.cxx.

◆ tok_yacute

constexpr OStringLiteral tok_yacute = "yacute"
constexpr

Definition at line 270 of file cff.cxx.

◆ tok_Yacutesmall

constexpr OStringLiteral tok_Yacutesmall = "Yacutesmall"
constexpr

Definition at line 420 of file cff.cxx.

◆ tok_Ydieresis

constexpr OStringLiteral tok_Ydieresis = "Ydieresis"
constexpr

Definition at line 242 of file cff.cxx.

◆ tok_ydieresis

constexpr OStringLiteral tok_ydieresis = "ydieresis"
constexpr

Definition at line 271 of file cff.cxx.

◆ tok_Ydieresissmall

constexpr OStringLiteral tok_Ydieresissmall = "Ydieresissmall"
constexpr

Definition at line 422 of file cff.cxx.

◆ tok_yen

constexpr OStringLiteral tok_yen = "yen"
constexpr

Definition at line 144 of file cff.cxx.

◆ tok_Ysmall

constexpr OStringLiteral tok_Ysmall = "Ysmall"
constexpr

Definition at line 342 of file cff.cxx.

◆ tok_Z

constexpr OStringLiteral tok_Z = "Z"
constexpr

Definition at line 103 of file cff.cxx.

◆ tok_z

constexpr OStringLiteral tok_z = "z"
constexpr

Definition at line 135 of file cff.cxx.

◆ tok_Zcaron

constexpr OStringLiteral tok_Zcaron = "Zcaron"
constexpr

Definition at line 243 of file cff.cxx.

◆ tok_zcaron

constexpr OStringLiteral tok_zcaron = "zcaron"
constexpr

Definition at line 272 of file cff.cxx.

◆ tok_Zcaronsmall

constexpr OStringLiteral tok_Zcaronsmall = "Zcaronsmall"
constexpr

Definition at line 352 of file cff.cxx.

◆ tok_zero

constexpr OStringLiteral tok_zero = "zero"
constexpr

Definition at line 61 of file cff.cxx.

◆ tok_zeroinferior

constexpr OStringLiteral tok_zeroinferior = "zeroinferior"
constexpr

Definition at line 377 of file cff.cxx.

◆ tok_zerooldstyle

constexpr OStringLiteral tok_zerooldstyle = "zerooldstyle"
constexpr

Definition at line 283 of file cff.cxx.

◆ tok_zerosuperior

constexpr OStringLiteral tok_zerosuperior = "zerosuperior"
constexpr

Definition at line 370 of file cff.cxx.

◆ tok_Zsmall

constexpr OStringLiteral tok_Zsmall = "Zsmall"
constexpr

Definition at line 343 of file cff.cxx.