Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

vtkStringChar.h File Reference

#include "vtkExtensionsTypes.h"

Include dependency graph for vtkStringChar.h:

Include dependency graph

Go to the source code of this file.

Variables

VTK_EXTENSIONS_NAMESPACE_BEGIN
const vtkUCS4ChType 
C0_NUL = 0x0000U
const vtkUCS4ChType C0_SOH = 0x0001U
const vtkUCS4ChType C0_STX = 0x0002U
const vtkUCS4ChType C0_ETX = 0x0003U
const vtkUCS4ChType C0_EOT = 0x0004U
const vtkUCS4ChType C0_ENQ = 0x0005U
const vtkUCS4ChType C0_ACK = 0x0006U
const vtkUCS4ChType C0_BEL = 0x0007U
const vtkUCS4ChType C0_BS = 0x0008U
const vtkUCS4ChType C0_HT = 0x0009U
const vtkUCS4ChType C0_LF = 0x000AU
const vtkUCS4ChType C0_VT = 0x000BU
const vtkUCS4ChType C0_FF = 0x000CU
const vtkUCS4ChType C0_CR = 0x000DU
const vtkUCS4ChType C0_SO = 0x000EU
const vtkUCS4ChType C0_SI = 0x000FU
const vtkUCS4ChType C0_DLE = 0x0010U
const vtkUCS4ChType C0_DC1 = 0x0011U
const vtkUCS4ChType C0_DC2 = 0x0012U
const vtkUCS4ChType C0_DC3 = 0x0013U
const vtkUCS4ChType C0_DC4 = 0x0014U
const vtkUCS4ChType C0_NAK = 0x0015U
const vtkUCS4ChType C0_SYN = 0x0016U
const vtkUCS4ChType C0_ETB = 0x0017U
const vtkUCS4ChType C0_CAN = 0x0018U
const vtkUCS4ChType C0_EM = 0x0019U
const vtkUCS4ChType C0_SUB = 0x001AU
const vtkUCS4ChType C0_ESC = 0x001BU
const vtkUCS4ChType C0_FS = 0x001CU
const vtkUCS4ChType C0_GS = 0x001DU
const vtkUCS4ChType C0_RS = 0x001EU
const vtkUCS4ChType C0_US = 0x001FU
const vtkUCS4ChTypeASCII_NUL = C0_NUL
const vtkUCS4ChTypeASCII_BS = C0_BS
const vtkUCS4ChTypeASCII_HT = C0_HT
const vtkUCS4ChTypeASCII_LF = C0_LF
const vtkUCS4ChTypeASCII_VT = C0_VT
const vtkUCS4ChTypeASCII_FF = C0_FF
const vtkUCS4ChTypeASCII_CR = C0_CR
const vtkUCS4ChType ASCII_space = 0x0020U
const vtkUCS4ChType ASCII_exclamation = 0x0021U
const vtkUCS4ChType ASCII_quotation = 0x0022U
const vtkUCS4ChType ASCII_octothorpe = 0x0023U
const vtkUCS4ChType ASCII_dollar = 0x0024U
const vtkUCS4ChType ASCII_percent = 0x0025U
const vtkUCS4ChType ASCII_amp = 0x0026U
const vtkUCS4ChType ASCII_apostrophe = 0x0027U
const vtkUCS4ChType ASCII_parenleft = 0x0028U
const vtkUCS4ChType ASCII_parenright = 0x0029U
const vtkUCS4ChType ASCII_asterisk = 0x002AU
const vtkUCS4ChType ASCII_plus = 0x002BU
const vtkUCS4ChType ASCII_comma = 0x002CU
const vtkUCS4ChType ASCII_minus = 0x002DU
const vtkUCS4ChType ASCII_period = 0x002EU
const vtkUCS4ChType ASCII_slash = 0x002FU
const vtkUCS4ChType ASCII_digit_0 = 0x0030U
const vtkUCS4ChType ASCII_digit_1 = 0x0031U
const vtkUCS4ChType ASCII_digit_2 = 0x0032U
const vtkUCS4ChType ASCII_digit_3 = 0x0033U
const vtkUCS4ChType ASCII_digit_4 = 0x0034U
const vtkUCS4ChType ASCII_digit_5 = 0x0035U
const vtkUCS4ChType ASCII_digit_6 = 0x0036U
const vtkUCS4ChType ASCII_digit_7 = 0x0037U
const vtkUCS4ChType ASCII_digit_8 = 0x0038U
const vtkUCS4ChType ASCII_digit_9 = 0x0039U
const vtkUCS4ChType ASCII_colon = 0x003AU
const vtkUCS4ChType ASCII_semicolon = 0x003BU
const vtkUCS4ChType ASCII_lt = 0x003CU
const vtkUCS4ChType ASCII_equals = 0x003DU
const vtkUCS4ChType ASCII_gt = 0x003EU
const vtkUCS4ChType ASCII_question = 0x003FU
const vtkUCS4ChType ASCII_at = 0x0040U
const vtkUCS4ChType ASCII_latin_A = 0x0041U
const vtkUCS4ChType ASCII_latin_B = 0x0042U
const vtkUCS4ChType ASCII_latin_C = 0x0043U
const vtkUCS4ChType ASCII_latin_D = 0x0044U
const vtkUCS4ChType ASCII_latin_E = 0x0045U
const vtkUCS4ChType ASCII_latin_F = 0x0046U
const vtkUCS4ChType ASCII_latin_G = 0x0047U
const vtkUCS4ChType ASCII_latin_H = 0x0048U
const vtkUCS4ChType ASCII_latin_I = 0x0049U
const vtkUCS4ChType ASCII_latin_J = 0x004AU
const vtkUCS4ChType ASCII_latin_K = 0x004BU
const vtkUCS4ChType ASCII_latin_L = 0x004CU
const vtkUCS4ChType ASCII_latin_M = 0x004DU
const vtkUCS4ChType ASCII_latin_N = 0x004EU
const vtkUCS4ChType ASCII_latin_O = 0x004FU
const vtkUCS4ChType ASCII_latin_P = 0x0050U
const vtkUCS4ChType ASCII_latin_Q = 0x0051U
const vtkUCS4ChType ASCII_latin_R = 0x0052U
const vtkUCS4ChType ASCII_latin_S = 0x0053U
const vtkUCS4ChType ASCII_latin_T = 0x0054U
const vtkUCS4ChType ASCII_latin_U = 0x0055U
const vtkUCS4ChType ASCII_latin_V = 0x0056U
const vtkUCS4ChType ASCII_latin_W = 0x0057U
const vtkUCS4ChType ASCII_latin_X = 0x0058U
const vtkUCS4ChType ASCII_latin_Y = 0x0059U
const vtkUCS4ChType ASCII_latin_Z = 0x005AU
const vtkUCS4ChType ASCII_bracketleft = 0x005BU
const vtkUCS4ChType ASCII_backslash = 0x005CU
const vtkUCS4ChType ASCII_bracketright = 0x005DU
const vtkUCS4ChType ASCII_asciicircum = 0x005EU
const vtkUCS4ChType ASCII_underscore = 0x005FU
const vtkUCS4ChType ASCII_grave = 0x0060U
const vtkUCS4ChType ASCII_latin_a = 0x0061U
const vtkUCS4ChType ASCII_latin_b = 0x0062U
const vtkUCS4ChType ASCII_latin_c = 0x0063U
const vtkUCS4ChType ASCII_latin_d = 0x0064U
const vtkUCS4ChType ASCII_latin_e = 0x0065U
const vtkUCS4ChType ASCII_latin_f = 0x0066U
const vtkUCS4ChType ASCII_latin_g = 0x0067U
const vtkUCS4ChType ASCII_latin_h = 0x0068U
const vtkUCS4ChType ASCII_latin_i = 0x0069U
const vtkUCS4ChType ASCII_latin_j = 0x006AU
const vtkUCS4ChType ASCII_latin_k = 0x006BU
const vtkUCS4ChType ASCII_latin_l = 0x006CU
const vtkUCS4ChType ASCII_latin_m = 0x006DU
const vtkUCS4ChType ASCII_latin_n = 0x006EU
const vtkUCS4ChType ASCII_latin_o = 0x006FU
const vtkUCS4ChType ASCII_latin_p = 0x0070U
const vtkUCS4ChType ASCII_latin_q = 0x0071U
const vtkUCS4ChType ASCII_latin_r = 0x0072U
const vtkUCS4ChType ASCII_latin_s = 0x0073U
const vtkUCS4ChType ASCII_latin_t = 0x0074U
const vtkUCS4ChType ASCII_latin_u = 0x0075U
const vtkUCS4ChType ASCII_latin_v = 0x0076U
const vtkUCS4ChType ASCII_latin_w = 0x0077U
const vtkUCS4ChType ASCII_latin_x = 0x0078U
const vtkUCS4ChType ASCII_latin_y = 0x0079U
const vtkUCS4ChType ASCII_latin_z = 0x007AU
const vtkUCS4ChType ASCII_braceleft = 0x007BU
const vtkUCS4ChType ASCII_bar = 0x007CU
const vtkUCS4ChType ASCII_braceright = 0x007DU
const vtkUCS4ChType ASCII_asciitilde = 0x007EU
const vtkUCS4ChType C0_DEL = 0x007FU
const vtkUCS4ChTypeASCII_DEL = C0_DEL
const vtkUCS4ChTypeLatin1_NUL = ASCII_NUL
const vtkUCS4ChTypeLatin1_BS = ASCII_BS
const vtkUCS4ChTypeLatin1_HT = ASCII_HT
const vtkUCS4ChTypeLatin1_LF = ASCII_LF
const vtkUCS4ChTypeLatin1_VT = ASCII_VT
const vtkUCS4ChTypeLatin1_FF = ASCII_FF
const vtkUCS4ChTypeLatin1_CR = ASCII_CR
const vtkUCS4ChTypeLatin1_space = ASCII_space
const vtkUCS4ChTypeLatin1_exclamation = ASCII_exclamation
const vtkUCS4ChTypeLatin1_quotation = ASCII_quotation
const vtkUCS4ChTypeLatin1_octothorpe = ASCII_octothorpe
const vtkUCS4ChTypeLatin1_dollar = ASCII_dollar
const vtkUCS4ChTypeLatin1_percent = ASCII_percent
const vtkUCS4ChTypeLatin1_amp = ASCII_amp
const vtkUCS4ChTypeLatin1_apostrophe = ASCII_apostrophe
const vtkUCS4ChTypeLatin1_parenleft = ASCII_parenleft
const vtkUCS4ChTypeLatin1_parenright = ASCII_parenright
const vtkUCS4ChTypeLatin1_asterisk = ASCII_asterisk
const vtkUCS4ChTypeLatin1_plus = ASCII_plus
const vtkUCS4ChTypeLatin1_comma = ASCII_comma
const vtkUCS4ChTypeLatin1_minus = ASCII_minus
const vtkUCS4ChTypeLatin1_period = ASCII_period
const vtkUCS4ChTypeLatin1_slash = ASCII_slash
const vtkUCS4ChTypeLatin1_digit_0 = ASCII_digit_0
const vtkUCS4ChTypeLatin1_digit_1 = ASCII_digit_1
const vtkUCS4ChTypeLatin1_digit_2 = ASCII_digit_2
const vtkUCS4ChTypeLatin1_digit_3 = ASCII_digit_3
const vtkUCS4ChTypeLatin1_digit_4 = ASCII_digit_4
const vtkUCS4ChTypeLatin1_digit_5 = ASCII_digit_5
const vtkUCS4ChTypeLatin1_digit_6 = ASCII_digit_6
const vtkUCS4ChTypeLatin1_digit_7 = ASCII_digit_7
const vtkUCS4ChTypeLatin1_digit_8 = ASCII_digit_8
const vtkUCS4ChTypeLatin1_digit_9 = ASCII_digit_9
const vtkUCS4ChTypeLatin1_colon = ASCII_colon
const vtkUCS4ChTypeLatin1_semicolon = ASCII_semicolon
const vtkUCS4ChTypeLatin1_lt = ASCII_lt
const vtkUCS4ChTypeLatin1_equals = ASCII_equals
const vtkUCS4ChTypeLatin1_gt = ASCII_gt
const vtkUCS4ChTypeLatin1_question = ASCII_question
const vtkUCS4ChTypeLatin1_at = ASCII_at
const vtkUCS4ChTypeLatin1_latin_A = ASCII_latin_A
const vtkUCS4ChTypeLatin1_latin_B = ASCII_latin_B
const vtkUCS4ChTypeLatin1_latin_C = ASCII_latin_C
const vtkUCS4ChTypeLatin1_latin_D = ASCII_latin_D
const vtkUCS4ChTypeLatin1_latin_E = ASCII_latin_E
const vtkUCS4ChTypeLatin1_latin_F = ASCII_latin_F
const vtkUCS4ChTypeLatin1_latin_G = ASCII_latin_G
const vtkUCS4ChTypeLatin1_latin_H = ASCII_latin_H
const vtkUCS4ChTypeLatin1_latin_I = ASCII_latin_I
const vtkUCS4ChTypeLatin1_latin_J = ASCII_latin_J
const vtkUCS4ChTypeLatin1_latin_K = ASCII_latin_K
const vtkUCS4ChTypeLatin1_latin_L = ASCII_latin_L
const vtkUCS4ChTypeLatin1_latin_M = ASCII_latin_M
const vtkUCS4ChTypeLatin1_latin_N = ASCII_latin_N
const vtkUCS4ChTypeLatin1_latin_O = ASCII_latin_O
const vtkUCS4ChTypeLatin1_latin_P = ASCII_latin_P
const vtkUCS4ChTypeLatin1_latin_Q = ASCII_latin_Q
const vtkUCS4ChTypeLatin1_latin_R = ASCII_latin_R
const vtkUCS4ChTypeLatin1_latin_S = ASCII_latin_S
const vtkUCS4ChTypeLatin1_latin_T = ASCII_latin_T
const vtkUCS4ChTypeLatin1_latin_U = ASCII_latin_U
const vtkUCS4ChTypeLatin1_latin_V = ASCII_latin_V
const vtkUCS4ChTypeLatin1_latin_W = ASCII_latin_W
const vtkUCS4ChTypeLatin1_latin_X = ASCII_latin_X
const vtkUCS4ChTypeLatin1_latin_Y = ASCII_latin_Y
const vtkUCS4ChTypeLatin1_latin_Z = ASCII_latin_Z
const vtkUCS4ChTypeLatin1_bracketleft = ASCII_bracketleft
const vtkUCS4ChTypeLatin1_backslash = ASCII_backslash
const vtkUCS4ChTypeLatin1_bracketright = ASCII_bracketright
const vtkUCS4ChTypeLatin1_asciicircum = ASCII_asciicircum
const vtkUCS4ChTypeLatin1_underscore = ASCII_underscore
const vtkUCS4ChTypeLatin1_grave = ASCII_grave
const vtkUCS4ChTypeLatin1_latin_a = ASCII_latin_a
const vtkUCS4ChTypeLatin1_latin_b = ASCII_latin_b
const vtkUCS4ChTypeLatin1_latin_c = ASCII_latin_c
const vtkUCS4ChTypeLatin1_latin_d = ASCII_latin_d
const vtkUCS4ChTypeLatin1_latin_e = ASCII_latin_e
const vtkUCS4ChTypeLatin1_latin_f = ASCII_latin_f
const vtkUCS4ChTypeLatin1_latin_g = ASCII_latin_g
const vtkUCS4ChTypeLatin1_latin_h = ASCII_latin_h
const vtkUCS4ChTypeLatin1_latin_i = ASCII_latin_i
const vtkUCS4ChTypeLatin1_latin_j = ASCII_latin_j
const vtkUCS4ChTypeLatin1_latin_k = ASCII_latin_k
const vtkUCS4ChTypeLatin1_latin_l = ASCII_latin_l
const vtkUCS4ChTypeLatin1_latin_m = ASCII_latin_m
const vtkUCS4ChTypeLatin1_latin_n = ASCII_latin_n
const vtkUCS4ChTypeLatin1_latin_o = ASCII_latin_o
const vtkUCS4ChTypeLatin1_latin_p = ASCII_latin_p
const vtkUCS4ChTypeLatin1_latin_q = ASCII_latin_q
const vtkUCS4ChTypeLatin1_latin_r = ASCII_latin_r
const vtkUCS4ChTypeLatin1_latin_s = ASCII_latin_s
const vtkUCS4ChTypeLatin1_latin_t = ASCII_latin_t
const vtkUCS4ChTypeLatin1_latin_u = ASCII_latin_u
const vtkUCS4ChTypeLatin1_latin_v = ASCII_latin_v
const vtkUCS4ChTypeLatin1_latin_w = ASCII_latin_w
const vtkUCS4ChTypeLatin1_latin_x = ASCII_latin_x
const vtkUCS4ChTypeLatin1_latin_y = ASCII_latin_y
const vtkUCS4ChTypeLatin1_latin_z = ASCII_latin_z
const vtkUCS4ChTypeLatin1_braceleft = ASCII_braceleft
const vtkUCS4ChTypeLatin1_bar = ASCII_bar
const vtkUCS4ChTypeLatin1_braceright = ASCII_braceright
const vtkUCS4ChTypeLatin1_asciitilde = ASCII_asciitilde
const vtkUCS4ChTypeLatin1_DEL = ASCII_DEL
const vtkUCS4ChType C1_BPH = 0x0082U
const vtkUCS4ChType C1_NBH = 0x0083U
const vtkUCS4ChType C1_NEL = 0x0085U
const vtkUCS4ChType C1_SSA = 0x0086U
const vtkUCS4ChType C1_ESA = 0x0087U
const vtkUCS4ChType C1_HTS = 0x0088U
const vtkUCS4ChType C1_HTJ = 0x0089U
const vtkUCS4ChType C1_VTS = 0x008AU
const vtkUCS4ChType C1_PLD = 0x008BU
const vtkUCS4ChType C1_PLU = 0x008CU
const vtkUCS4ChType C1_RI = 0x008DU
const vtkUCS4ChType C1_SS2 = 0x008EU
const vtkUCS4ChType C1_SS3 = 0x008FU
const vtkUCS4ChType C1_DCS = 0x0090U
const vtkUCS4ChType C1_PU1 = 0x0091U
const vtkUCS4ChType C1_PU2 = 0x0092U
const vtkUCS4ChType C1_STS = 0x0093U
const vtkUCS4ChType C1_CCH = 0x0094U
const vtkUCS4ChType C1_MW = 0x0095U
const vtkUCS4ChType C1_SPA = 0x0096U
const vtkUCS4ChType C1_EPA = 0x0097U
const vtkUCS4ChType C1_SOS = 0x0098U
const vtkUCS4ChType C1_SCI = 0x009AU
const vtkUCS4ChType C1_CSI = 0x009BU
const vtkUCS4ChType C1_ST = 0x009CU
const vtkUCS4ChType C1_OSC = 0x009DU
const vtkUCS4ChType C1_PM = 0x009EU
const vtkUCS4ChType C1_APC = 0x009FU
const vtkUCS4ChTypeLatin1_NEL = C1_NEL
const vtkUCS4ChType Latin1_nbsp = 0x00A0U
const vtkUCS4ChType Latin1_exclamdown = 0x00A1U
const vtkUCS4ChType Latin1_cent = 0x00A2U
const vtkUCS4ChType Latin1_sterling = 0x00A3U
const vtkUCS4ChType Latin1_currency = 0x00A4U
const vtkUCS4ChType Latin1_yen = 0x00A5U
const vtkUCS4ChType Latin1_brokenbar = 0x00A6U
const vtkUCS4ChType Latin1_section = 0x00A7U
const vtkUCS4ChType Latin1_diaeresis = 0x00A8U
const vtkUCS4ChType Latin1_copyright = 0x00A9U
const vtkUCS4ChType Latin1_ordfeminine = 0x00AAU
const vtkUCS4ChType Latin1_guillemotleft = 0x00ABU
const vtkUCS4ChType Latin1_notsign = 0x00ACU
const vtkUCS4ChType Latin1_hyphen = 0x00ADU
const vtkUCS4ChType Latin1_registered = 0x00AEU
const vtkUCS4ChType Latin1_macron = 0x00AFU
const vtkUCS4ChType Latin1_degree = 0x00B0U
const vtkUCS4ChType Latin1_plusminus = 0x00B1U
const vtkUCS4ChType Latin1_twosuperior = 0x00B2U
const vtkUCS4ChType Latin1_threesuperior = 0x00B3U
const vtkUCS4ChType Latin1_acute = 0x00B4U
const vtkUCS4ChType Latin1_mu = 0x00B5U
const vtkUCS4ChType Latin1_paragraph = 0x00B6U
const vtkUCS4ChType Latin1_periodcentered = 0x00B7U
const vtkUCS4ChType Latin1_cedilla = 0x00B8U
const vtkUCS4ChType Latin1_onesuperior = 0x00B9U
const vtkUCS4ChType Latin1_masculine = 0x00BAU
const vtkUCS4ChType Latin1_guillemotright = 0x00BBU
const vtkUCS4ChType Latin1_onequarter = 0x00BCU
const vtkUCS4ChType Latin1_onehalf = 0x00BDU
const vtkUCS4ChType Latin1_threequarters = 0x00BEU
const vtkUCS4ChType Latin1_questiondown = 0x00BFU
const vtkUCS4ChType Latin1_Agrave = 0x00C0U
const vtkUCS4ChType Latin1_Aacute = 0x00C1U
const vtkUCS4ChType Latin1_Acircumflex = 0x00C2U
const vtkUCS4ChType Latin1_Atilde = 0x00C3U
const vtkUCS4ChType Latin1_Adiaeresis = 0x00C4U
const vtkUCS4ChType Latin1_Aring = 0x00C5U
const vtkUCS4ChType Latin1_AE = 0x00C6U
const vtkUCS4ChType Latin1_Ccedilla = 0x00C7U
const vtkUCS4ChType Latin1_Egrave = 0x00C8U
const vtkUCS4ChType Latin1_Eacute = 0x00C9U
const vtkUCS4ChType Latin1_Ecircumflex = 0x00CAU
const vtkUCS4ChType Latin1_Ediaeresis = 0x00CBU
const vtkUCS4ChType Latin1_Igrave = 0x00CCU
const vtkUCS4ChType Latin1_Iacute = 0x00CDU
const vtkUCS4ChType Latin1_Icircumflex = 0x00CEU
const vtkUCS4ChType Latin1_Idiaeresis = 0x00CFU
const vtkUCS4ChType Latin1_ETH = 0x00D0U
const vtkUCS4ChType Latin1_Ntilde = 0x00D1U
const vtkUCS4ChType Latin1_Ograve = 0x00D2U
const vtkUCS4ChType Latin1_Oacute = 0x00D3U
const vtkUCS4ChType Latin1_Ocircumflex = 0x00D4U
const vtkUCS4ChType Latin1_Otilde = 0x00D5U
const vtkUCS4ChType Latin1_Odiaeresis = 0x00D6U
const vtkUCS4ChType Latin1_multiply = 0x00D7U
const vtkUCS4ChType Latin1_Ooblique = 0x00D8U
const vtkUCS4ChType Latin1_Ugrave = 0x00D9U
const vtkUCS4ChType Latin1_Uacute = 0x00DAU
const vtkUCS4ChType Latin1_Ucircumflex = 0x00DBU
const vtkUCS4ChType Latin1_Udiaeresis = 0x00DCU
const vtkUCS4ChType Latin1_Yacute = 0x00DDU
const vtkUCS4ChType Latin1_THORN = 0x00DEU
const vtkUCS4ChType Latin1_ssharp = 0x00DFU
const vtkUCS4ChType Latin1_agrave = 0x00E0U
const vtkUCS4ChType Latin1_aacute = 0x00E1U
const vtkUCS4ChType Latin1_acircumflex = 0x00E2U
const vtkUCS4ChType Latin1_atilde = 0x00E3U
const vtkUCS4ChType Latin1_adiaeresis = 0x00E4U
const vtkUCS4ChType Latin1_aring = 0x00E5U
const vtkUCS4ChType Latin1_ae = 0x00E6U
const vtkUCS4ChType Latin1_ccedilla = 0x00E7U
const vtkUCS4ChType Latin1_egrave = 0x00E8U
const vtkUCS4ChType Latin1_eacute = 0x00E9U
const vtkUCS4ChType Latin1_ecircumflex = 0x00EAU
const vtkUCS4ChType Latin1_ediaeresis = 0x00EBU
const vtkUCS4ChType Latin1_igrave = 0x00ECU
const vtkUCS4ChType Latin1_iacute = 0x00EDU
const vtkUCS4ChType Latin1_icircumflex = 0x00EEU
const vtkUCS4ChType Latin1_idiaeresis = 0x00EFU
const vtkUCS4ChType Latin1_eth = 0x00F0U
const vtkUCS4ChType Latin1_ntilde = 0x00F1U
const vtkUCS4ChType Latin1_ograve = 0x00F2U
const vtkUCS4ChType Latin1_oacute = 0x00F3U
const vtkUCS4ChType Latin1_ocircumflex = 0x00F4U
const vtkUCS4ChType Latin1_otilde = 0x00F5U
const vtkUCS4ChType Latin1_odiaeresis = 0x00F6U
const vtkUCS4ChType Latin1_division = 0x00F7U
const vtkUCS4ChType Latin1_oslash = 0x00F8U
const vtkUCS4ChType Latin1_ugrave = 0x00F9U
const vtkUCS4ChType Latin1_uacute = 0x00FAU
const vtkUCS4ChType Latin1_ucircumflex = 0x00FBU
const vtkUCS4ChType Latin1_udiaeresis = 0x00FCU
const vtkUCS4ChType Latin1_yacute = 0x00FDU
const vtkUCS4ChType Latin1_thorn = 0x00FEU
const vtkUCS4ChType Latin1_ydiaeresis = 0x00FFU
const vtkUCS4ChType UTF16_SwappedUnicodeMarker = vtkUCS4ChType(0xFFFEU)
const vtkUCS4ChType UTF16_UnicodeMarker = vtkUCS4ChType(0xFEFFU)
const vtkUCS4ChType UTF16_LineSeparator = vtkUCS4ChType(0x2028U)
const vtkUCS4ChType UTF16_ParagraphSeparator = vtkUCS4ChType(0x2029U)


Variable Documentation

const vtkUCS4ChType ASCII_amp = 0x0026U [static]
 

Definition at line 75 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_apostrophe = 0x0027U [static]
 

Definition at line 76 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_asciicircum = 0x005EU [static]
 

Definition at line 131 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_asciitilde = 0x007EU [static]
 

Definition at line 163 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_asterisk = 0x002AU [static]
 

Definition at line 79 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_at = 0x0040U [static]
 

Definition at line 101 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_backslash = 0x005CU [static]
 

Definition at line 129 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_bar = 0x007CU [static]
 

Definition at line 161 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_braceleft = 0x007BU [static]
 

Definition at line 160 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_braceright = 0x007DU [static]
 

Definition at line 162 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_bracketleft = 0x005BU [static]
 

Definition at line 128 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_bracketright = 0x005DU [static]
 

Definition at line 130 of file vtkStringChar.h.

const vtkUCS4ChType& ASCII_BS = C0_BS [static]
 

Definition at line 63 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_colon = 0x003AU [static]
 

Definition at line 95 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_comma = 0x002CU [static]
 

Definition at line 81 of file vtkStringChar.h.

const vtkUCS4ChType& ASCII_CR = C0_CR [static]
 

Definition at line 68 of file vtkStringChar.h.

const vtkUCS4ChType& ASCII_DEL = C0_DEL [static]
 

Definition at line 165 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_digit_0 = 0x0030U [static]
 

Definition at line 85 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_digit_1 = 0x0031U [static]
 

Definition at line 86 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_digit_2 = 0x0032U [static]
 

Definition at line 87 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_digit_3 = 0x0033U [static]
 

Definition at line 88 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_digit_4 = 0x0034U [static]
 

Definition at line 89 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_digit_5 = 0x0035U [static]
 

Definition at line 90 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_digit_6 = 0x0036U [static]
 

Definition at line 91 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_digit_7 = 0x0037U [static]
 

Definition at line 92 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_digit_8 = 0x0038U [static]
 

Definition at line 93 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_digit_9 = 0x0039U [static]
 

Definition at line 94 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_dollar = 0x0024U [static]
 

Definition at line 73 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_equals = 0x003DU [static]
 

Definition at line 98 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_exclamation = 0x0021U [static]
 

Definition at line 70 of file vtkStringChar.h.

const vtkUCS4ChType& ASCII_FF = C0_FF [static]
 

Definition at line 67 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_grave = 0x0060U [static]
 

Definition at line 133 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_gt = 0x003EU [static]
 

Definition at line 99 of file vtkStringChar.h.

const vtkUCS4ChType& ASCII_HT = C0_HT [static]
 

Definition at line 64 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_a = 0x0061U [static]
 

Definition at line 134 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_A = 0x0041U [static]
 

Definition at line 102 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_b = 0x0062U [static]
 

Definition at line 135 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_B = 0x0042U [static]
 

Definition at line 103 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_c = 0x0063U [static]
 

Definition at line 136 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_C = 0x0043U [static]
 

Definition at line 104 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_d = 0x0064U [static]
 

Definition at line 137 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_D = 0x0044U [static]
 

Definition at line 105 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_e = 0x0065U [static]
 

Definition at line 138 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_E = 0x0045U [static]
 

Definition at line 106 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_f = 0x0066U [static]
 

Definition at line 139 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_F = 0x0046U [static]
 

Definition at line 107 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_g = 0x0067U [static]
 

Definition at line 140 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_G = 0x0047U [static]
 

Definition at line 108 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_h = 0x0068U [static]
 

Definition at line 141 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_H = 0x0048U [static]
 

Definition at line 109 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_i = 0x0069U [static]
 

Definition at line 142 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_I = 0x0049U [static]
 

Definition at line 110 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_j = 0x006AU [static]
 

Definition at line 143 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_J = 0x004AU [static]
 

Definition at line 111 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_k = 0x006BU [static]
 

Definition at line 144 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_K = 0x004BU [static]
 

Definition at line 112 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_l = 0x006CU [static]
 

Definition at line 145 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_L = 0x004CU [static]
 

Definition at line 113 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_m = 0x006DU [static]
 

Definition at line 146 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_M = 0x004DU [static]
 

Definition at line 114 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_n = 0x006EU [static]
 

Definition at line 147 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_N = 0x004EU [static]
 

Definition at line 115 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_o = 0x006FU [static]
 

Definition at line 148 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_O = 0x004FU [static]
 

Definition at line 116 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_p = 0x0070U [static]
 

Definition at line 149 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_P = 0x0050U [static]
 

Definition at line 117 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_q = 0x0071U [static]
 

Definition at line 150 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_Q = 0x0051U [static]
 

Definition at line 118 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_r = 0x0072U [static]
 

Definition at line 151 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_R = 0x0052U [static]
 

Definition at line 119 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_s = 0x0073U [static]
 

Definition at line 152 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_S = 0x0053U [static]
 

Definition at line 120 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_t = 0x0074U [static]
 

Definition at line 153 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_T = 0x0054U [static]
 

Definition at line 121 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_u = 0x0075U [static]
 

Definition at line 154 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_U = 0x0055U [static]
 

Definition at line 122 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_v = 0x0076U [static]
 

Definition at line 155 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_V = 0x0056U [static]
 

Definition at line 123 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_w = 0x0077U [static]
 

Definition at line 156 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_W = 0x0057U [static]
 

Definition at line 124 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_x = 0x0078U [static]
 

Definition at line 157 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_X = 0x0058U [static]
 

Definition at line 125 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_y = 0x0079U [static]
 

Definition at line 158 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_Y = 0x0059U [static]
 

Definition at line 126 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_z = 0x007AU [static]
 

Definition at line 159 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_latin_Z = 0x005AU [static]
 

Definition at line 127 of file vtkStringChar.h.

const vtkUCS4ChType& ASCII_LF = C0_LF [static]
 

Definition at line 65 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_lt = 0x003CU [static]
 

Definition at line 97 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_minus = 0x002DU [static]
 

Definition at line 82 of file vtkStringChar.h.

const vtkUCS4ChType& ASCII_NUL = C0_NUL [static]
 

Definition at line 62 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_octothorpe = 0x0023U [static]
 

Definition at line 72 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_parenleft = 0x0028U [static]
 

Definition at line 77 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_parenright = 0x0029U [static]
 

Definition at line 78 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_percent = 0x0025U [static]
 

Definition at line 74 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_period = 0x002EU [static]
 

Definition at line 83 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_plus = 0x002BU [static]
 

Definition at line 80 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_question = 0x003FU [static]
 

Definition at line 100 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_quotation = 0x0022U [static]
 

Definition at line 71 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_semicolon = 0x003BU [static]
 

Definition at line 96 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_slash = 0x002FU [static]
 

Definition at line 84 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_space = 0x0020U [static]
 

Definition at line 69 of file vtkStringChar.h.

const vtkUCS4ChType ASCII_underscore = 0x005FU [static]
 

Definition at line 132 of file vtkStringChar.h.

const vtkUCS4ChType& ASCII_VT = C0_VT [static]
 

Definition at line 66 of file vtkStringChar.h.

const vtkUCS4ChType C0_ACK = 0x0006U [static]
 

Definition at line 35 of file vtkStringChar.h.

const vtkUCS4ChType C0_BEL = 0x0007U [static]
 

Definition at line 36 of file vtkStringChar.h.

const vtkUCS4ChType C0_BS = 0x0008U [static]
 

Definition at line 37 of file vtkStringChar.h.

const vtkUCS4ChType C0_CAN = 0x0018U [static]
 

Definition at line 53 of file vtkStringChar.h.

const vtkUCS4ChType C0_CR = 0x000DU [static]
 

Definition at line 42 of file vtkStringChar.h.

const vtkUCS4ChType C0_DC1 = 0x0011U [static]
 

Definition at line 46 of file vtkStringChar.h.

const vtkUCS4ChType C0_DC2 = 0x0012U [static]
 

Definition at line 47 of file vtkStringChar.h.

const vtkUCS4ChType C0_DC3 = 0x0013U [static]
 

Definition at line 48 of file vtkStringChar.h.

const vtkUCS4ChType C0_DC4 = 0x0014U [static]
 

Definition at line 49 of file vtkStringChar.h.

const vtkUCS4ChType C0_DEL = 0x007FU [static]
 

Definition at line 164 of file vtkStringChar.h.

const vtkUCS4ChType C0_DLE = 0x0010U [static]
 

Definition at line 45 of file vtkStringChar.h.

const vtkUCS4ChType C0_EM = 0x0019U [static]
 

Definition at line 54 of file vtkStringChar.h.

const vtkUCS4ChType C0_ENQ = 0x0005U [static]
 

Definition at line 34 of file vtkStringChar.h.

const vtkUCS4ChType C0_EOT = 0x0004U [static]
 

Definition at line 33 of file vtkStringChar.h.

const vtkUCS4ChType C0_ESC = 0x001BU [static]
 

Definition at line 56 of file vtkStringChar.h.

const vtkUCS4ChType C0_ETB = 0x0017U [static]
 

Definition at line 52 of file vtkStringChar.h.

const vtkUCS4ChType C0_ETX = 0x0003U [static]
 

Definition at line 32 of file vtkStringChar.h.

const vtkUCS4ChType C0_FF = 0x000CU [static]
 

Definition at line 41 of file vtkStringChar.h.

const vtkUCS4ChType C0_FS = 0x001CU [static]
 

Definition at line 57 of file vtkStringChar.h.

const vtkUCS4ChType C0_GS = 0x001DU [static]
 

Definition at line 58 of file vtkStringChar.h.

const vtkUCS4ChType C0_HT = 0x0009U [static]
 

Definition at line 38 of file vtkStringChar.h.

const vtkUCS4ChType C0_LF = 0x000AU [static]
 

Definition at line 39 of file vtkStringChar.h.

const vtkUCS4ChType C0_NAK = 0x0015U [static]
 

Definition at line 50 of file vtkStringChar.h.

VTK_EXTENSIONS_NAMESPACE_BEGIN const vtkUCS4ChType C0_NUL = 0x0000U [static]
 

Definition at line 29 of file vtkStringChar.h.

const vtkUCS4ChType C0_RS = 0x001EU [static]
 

Definition at line 59 of file vtkStringChar.h.

const vtkUCS4ChType C0_SI = 0x000FU [static]
 

Definition at line 44 of file vtkStringChar.h.

const vtkUCS4ChType C0_SO = 0x000EU [static]
 

Definition at line 43 of file vtkStringChar.h.

const vtkUCS4ChType C0_SOH = 0x0001U [static]
 

Definition at line 30 of file vtkStringChar.h.

const vtkUCS4ChType C0_STX = 0x0002U [static]
 

Definition at line 31 of file vtkStringChar.h.

const vtkUCS4ChType C0_SUB = 0x001AU [static]
 

Definition at line 55 of file vtkStringChar.h.

const vtkUCS4ChType C0_SYN = 0x0016U [static]
 

Definition at line 51 of file vtkStringChar.h.

const vtkUCS4ChType C0_US = 0x001FU [static]
 

Definition at line 60 of file vtkStringChar.h.

const vtkUCS4ChType C0_VT = 0x000BU [static]
 

Definition at line 40 of file vtkStringChar.h.

const vtkUCS4ChType C1_APC = 0x009FU [static]
 

Definition at line 303 of file vtkStringChar.h.

const vtkUCS4ChType C1_BPH = 0x0082U [static]
 

Definition at line 273 of file vtkStringChar.h.

const vtkUCS4ChType C1_CCH = 0x0094U [static]
 

Definition at line 292 of file vtkStringChar.h.

const vtkUCS4ChType C1_CSI = 0x009BU [static]
 

Definition at line 299 of file vtkStringChar.h.

const vtkUCS4ChType C1_DCS = 0x0090U [static]
 

Definition at line 288 of file vtkStringChar.h.

const vtkUCS4ChType C1_EPA = 0x0097U [static]
 

Definition at line 295 of file vtkStringChar.h.

const vtkUCS4ChType C1_ESA = 0x0087U [static]
 

Definition at line 278 of file vtkStringChar.h.

const vtkUCS4ChType C1_HTJ = 0x0089U [static]
 

Definition at line 280 of file vtkStringChar.h.

const vtkUCS4ChType C1_HTS = 0x0088U [static]
 

Definition at line 279 of file vtkStringChar.h.

const vtkUCS4ChType C1_MW = 0x0095U [static]
 

Definition at line 293 of file vtkStringChar.h.

const vtkUCS4ChType C1_NBH = 0x0083U [static]
 

Definition at line 274 of file vtkStringChar.h.

const vtkUCS4ChType C1_NEL = 0x0085U [static]
 

Definition at line 276 of file vtkStringChar.h.

const vtkUCS4ChType C1_OSC = 0x009DU [static]
 

Definition at line 301 of file vtkStringChar.h.

const vtkUCS4ChType C1_PLD = 0x008BU [static]
 

Definition at line 283 of file vtkStringChar.h.

const vtkUCS4ChType C1_PLU = 0x008CU [static]
 

Definition at line 284 of file vtkStringChar.h.

const vtkUCS4ChType C1_PM = 0x009EU [static]
 

Definition at line 302 of file vtkStringChar.h.

const vtkUCS4ChType C1_PU1 = 0x0091U [static]
 

Definition at line 289 of file vtkStringChar.h.

const vtkUCS4ChType C1_PU2 = 0x0092U [static]
 

Definition at line 290 of file vtkStringChar.h.

const vtkUCS4ChType C1_RI = 0x008DU [static]
 

Definition at line 285 of file vtkStringChar.h.

const vtkUCS4ChType C1_SCI = 0x009AU [static]
 

Definition at line 298 of file vtkStringChar.h.

const vtkUCS4ChType C1_SOS = 0x0098U [static]
 

Definition at line 296 of file vtkStringChar.h.

const vtkUCS4ChType C1_SPA = 0x0096U [static]
 

Definition at line 294 of file vtkStringChar.h.

const vtkUCS4ChType C1_SS2 = 0x008EU [static]
 

Definition at line 286 of file vtkStringChar.h.

const vtkUCS4ChType C1_SS3 = 0x008FU [static]
 

Definition at line 287 of file vtkStringChar.h.

const vtkUCS4ChType C1_SSA = 0x0086U [static]
 

Definition at line 277 of file vtkStringChar.h.

const vtkUCS4ChType C1_ST = 0x009CU [static]
 

Definition at line 300 of file vtkStringChar.h.

const vtkUCS4ChType C1_STS = 0x0093U [static]
 

Definition at line 291 of file vtkStringChar.h.

const vtkUCS4ChType C1_VTS = 0x008AU [static]
 

Definition at line 282 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_aacute = 0x00E1U [static]
 

Definition at line 374 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Aacute = 0x00C1U [static]
 

Definition at line 342 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_acircumflex = 0x00E2U [static]
 

Definition at line 375 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Acircumflex = 0x00C2U [static]
 

Definition at line 343 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_acute = 0x00B4U [static]
 

Definition at line 329 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_adiaeresis = 0x00E4U [static]
 

Definition at line 377 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Adiaeresis = 0x00C4U [static]
 

Definition at line 345 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_ae = 0x00E6U [static]
 

Definition at line 379 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_AE = 0x00C6U [static]
 

Definition at line 347 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_agrave = 0x00E0U [static]
 

Definition at line 373 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Agrave = 0x00C0U [static]
 

Definition at line 341 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_amp = ASCII_amp [static]
 

Definition at line 180 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_apostrophe = ASCII_apostrophe [static]
 

Definition at line 181 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_aring = 0x00E5U [static]
 

Definition at line 378 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Aring = 0x00C5U [static]
 

Definition at line 346 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_asciicircum = ASCII_asciicircum [static]
 

Definition at line 236 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_asciitilde = ASCII_asciitilde [static]
 

Definition at line 268 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_asterisk = ASCII_asterisk [static]
 

Definition at line 184 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_at = ASCII_at [static]
 

Definition at line 206 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_atilde = 0x00E3U [static]
 

Definition at line 376 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Atilde = 0x00C3U [static]
 

Definition at line 344 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_backslash = ASCII_backslash [static]
 

Definition at line 234 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_bar = ASCII_bar [static]
 

Definition at line 266 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_braceleft = ASCII_braceleft [static]
 

Definition at line 265 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_braceright = ASCII_braceright [static]
 

Definition at line 267 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_bracketleft = ASCII_bracketleft [static]
 

Definition at line 233 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_bracketright = ASCII_bracketright [static]
 

Definition at line 235 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_brokenbar = 0x00A6U [static]
 

Definition at line 313 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_BS = ASCII_BS [static]
 

Definition at line 168 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_ccedilla = 0x00E7U [static]
 

Definition at line 380 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Ccedilla = 0x00C7U [static]
 

Definition at line 348 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_cedilla = 0x00B8U [static]
 

Definition at line 333 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_cent = 0x00A2U [static]
 

Definition at line 309 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_colon = ASCII_colon [static]
 

Definition at line 200 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_comma = ASCII_comma [static]
 

Definition at line 186 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_copyright = 0x00A9U [static]
 

Definition at line 316 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_CR = ASCII_CR [static]
 

Definition at line 173 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_currency = 0x00A4U [static]
 

Definition at line 311 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_degree = 0x00B0U [static]
 

Definition at line 325 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_DEL = ASCII_DEL [static]
 

Definition at line 269 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_diaeresis = 0x00A8U [static]
 

Definition at line 315 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_digit_0 = ASCII_digit_0 [static]
 

Definition at line 190 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_digit_1 = ASCII_digit_1 [static]
 

Definition at line 191 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_digit_2 = ASCII_digit_2 [static]
 

Definition at line 192 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_digit_3 = ASCII_digit_3 [static]
 

Definition at line 193 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_digit_4 = ASCII_digit_4 [static]
 

Definition at line 194 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_digit_5 = ASCII_digit_5 [static]
 

Definition at line 195 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_digit_6 = ASCII_digit_6 [static]
 

Definition at line 196 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_digit_7 = ASCII_digit_7 [static]
 

Definition at line 197 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_digit_8 = ASCII_digit_8 [static]
 

Definition at line 198 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_digit_9 = ASCII_digit_9 [static]
 

Definition at line 199 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_division = 0x00F7U [static]
 

Definition at line 396 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_dollar = ASCII_dollar [static]
 

Definition at line 178 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_eacute = 0x00E9U [static]
 

Definition at line 382 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Eacute = 0x00C9U [static]
 

Definition at line 350 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_ecircumflex = 0x00EAU [static]
 

Definition at line 383 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Ecircumflex = 0x00CAU [static]
 

Definition at line 351 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_ediaeresis = 0x00EBU [static]
 

Definition at line 384 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Ediaeresis = 0x00CBU [static]
 

Definition at line 352 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_egrave = 0x00E8U [static]
 

Definition at line 381 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Egrave = 0x00C8U [static]
 

Definition at line 349 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_equals = ASCII_equals [static]
 

Definition at line 203 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_eth = 0x00F0U [static]
 

Definition at line 389 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_ETH = 0x00D0U [static]
 

Definition at line 357 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_exclamation = ASCII_exclamation [static]
 

Definition at line 175 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_exclamdown = 0x00A1U [static]
 

Definition at line 307 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_FF = ASCII_FF [static]
 

Definition at line 172 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_grave = ASCII_grave [static]
 

Definition at line 238 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_gt = ASCII_gt [static]
 

Definition at line 204 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_guillemotleft = 0x00ABU [static]
 

Definition at line 319 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_guillemotright = 0x00BBU [static]
 

Definition at line 336 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_HT = ASCII_HT [static]
 

Definition at line 169 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_hyphen = 0x00ADU [static]
 

Definition at line 322 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_iacute = 0x00EDU [static]
 

Definition at line 386 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Iacute = 0x00CDU [static]
 

Definition at line 354 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_icircumflex = 0x00EEU [static]
 

Definition at line 387 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Icircumflex = 0x00CEU [static]
 

Definition at line 355 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_idiaeresis = 0x00EFU [static]
 

Definition at line 388 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Idiaeresis = 0x00CFU [static]
 

Definition at line 356 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_igrave = 0x00ECU [static]
 

Definition at line 385 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Igrave = 0x00CCU [static]
 

Definition at line 353 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_a = ASCII_latin_a [static]
 

Definition at line 239 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_A = ASCII_latin_A [static]
 

Definition at line 207 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_b = ASCII_latin_b [static]
 

Definition at line 240 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_B = ASCII_latin_B [static]
 

Definition at line 208 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_c = ASCII_latin_c [static]
 

Definition at line 241 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_C = ASCII_latin_C [static]
 

Definition at line 209 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_d = ASCII_latin_d [static]
 

Definition at line 242 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_D = ASCII_latin_D [static]
 

Definition at line 210 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_e = ASCII_latin_e [static]
 

Definition at line 243 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_E = ASCII_latin_E [static]
 

Definition at line 211 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_f = ASCII_latin_f [static]
 

Definition at line 244 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_F = ASCII_latin_F [static]
 

Definition at line 212 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_g = ASCII_latin_g [static]
 

Definition at line 245 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_G = ASCII_latin_G [static]
 

Definition at line 213 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_h = ASCII_latin_h [static]
 

Definition at line 246 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_H = ASCII_latin_H [static]
 

Definition at line 214 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_i = ASCII_latin_i [static]
 

Definition at line 247 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_I = ASCII_latin_I [static]
 

Definition at line 215 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_j = ASCII_latin_j [static]
 

Definition at line 248 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_J = ASCII_latin_J [static]
 

Definition at line 216 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_k = ASCII_latin_k [static]
 

Definition at line 249 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_K = ASCII_latin_K [static]
 

Definition at line 217 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_l = ASCII_latin_l [static]
 

Definition at line 250 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_L = ASCII_latin_L [static]
 

Definition at line 218 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_m = ASCII_latin_m [static]
 

Definition at line 251 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_M = ASCII_latin_M [static]
 

Definition at line 219 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_n = ASCII_latin_n [static]
 

Definition at line 252 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_N = ASCII_latin_N [static]
 

Definition at line 220 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_o = ASCII_latin_o [static]
 

Definition at line 253 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_O = ASCII_latin_O [static]
 

Definition at line 221 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_p = ASCII_latin_p [static]
 

Definition at line 254 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_P = ASCII_latin_P [static]
 

Definition at line 222 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_q = ASCII_latin_q [static]
 

Definition at line 255 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_Q = ASCII_latin_Q [static]
 

Definition at line 223 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_r = ASCII_latin_r [static]
 

Definition at line 256 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_R = ASCII_latin_R [static]
 

Definition at line 224 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_s = ASCII_latin_s [static]
 

Definition at line 257 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_S = ASCII_latin_S [static]
 

Definition at line 225 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_t = ASCII_latin_t [static]
 

Definition at line 258 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_T = ASCII_latin_T [static]
 

Definition at line 226 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_u = ASCII_latin_u [static]
 

Definition at line 259 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_U = ASCII_latin_U [static]
 

Definition at line 227 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_v = ASCII_latin_v [static]
 

Definition at line 260 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_V = ASCII_latin_V [static]
 

Definition at line 228 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_w = ASCII_latin_w [static]
 

Definition at line 261 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_W = ASCII_latin_W [static]
 

Definition at line 229 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_x = ASCII_latin_x [static]
 

Definition at line 262 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_X = ASCII_latin_X [static]
 

Definition at line 230 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_y = ASCII_latin_y [static]
 

Definition at line 263 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_Y = ASCII_latin_Y [static]
 

Definition at line 231 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_z = ASCII_latin_z [static]
 

Definition at line 264 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_latin_Z = ASCII_latin_Z [static]
 

Definition at line 232 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_LF = ASCII_LF [static]
 

Definition at line 170 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_lt = ASCII_lt [static]
 

Definition at line 202 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_macron = 0x00AFU [static]
 

Definition at line 324 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_masculine = 0x00BAU [static]
 

Definition at line 335 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_minus = ASCII_minus [static]
 

Definition at line 187 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_mu = 0x00B5U [static]
 

Definition at line 330 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_multiply = 0x00D7U [static]
 

Definition at line 364 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_nbsp = 0x00A0U [static]
 

Definition at line 306 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_NEL = C1_NEL [static]
 

Definition at line 305 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_notsign = 0x00ACU [static]
 

Definition at line 321 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_ntilde = 0x00F1U [static]
 

Definition at line 390 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Ntilde = 0x00D1U [static]
 

Definition at line 358 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_NUL = ASCII_NUL [static]
 

Definition at line 167 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_oacute = 0x00F3U [static]
 

Definition at line 392 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Oacute = 0x00D3U [static]
 

Definition at line 360 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_ocircumflex = 0x00F4U [static]
 

Definition at line 393 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Ocircumflex = 0x00D4U [static]
 

Definition at line 361 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_octothorpe = ASCII_octothorpe [static]
 

Definition at line 177 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_odiaeresis = 0x00F6U [static]
 

Definition at line 395 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Odiaeresis = 0x00D6U [static]
 

Definition at line 363 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_ograve = 0x00F2U [static]
 

Definition at line 391 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Ograve = 0x00D2U [static]
 

Definition at line 359 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_onehalf = 0x00BDU [static]
 

Definition at line 338 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_onequarter = 0x00BCU [static]
 

Definition at line 337 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_onesuperior = 0x00B9U [static]
 

Definition at line 334 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Ooblique = 0x00D8U [static]
 

Definition at line 365 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_ordfeminine = 0x00AAU [static]
 

Definition at line 317 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_oslash = 0x00F8U [static]
 

Definition at line 397 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_otilde = 0x00F5U [static]
 

Definition at line 394 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Otilde = 0x00D5U [static]
 

Definition at line 362 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_paragraph = 0x00B6U [static]
 

Definition at line 331 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_parenleft = ASCII_parenleft [static]
 

Definition at line 182 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_parenright = ASCII_parenright [static]
 

Definition at line 183 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_percent = ASCII_percent [static]
 

Definition at line 179 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_period = ASCII_period [static]
 

Definition at line 188 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_periodcentered = 0x00B7U [static]
 

Definition at line 332 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_plus = ASCII_plus [static]
 

Definition at line 185 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_plusminus = 0x00B1U [static]
 

Definition at line 326 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_question = ASCII_question [static]
 

Definition at line 205 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_questiondown = 0x00BFU [static]
 

Definition at line 340 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_quotation = ASCII_quotation [static]
 

Definition at line 176 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_registered = 0x00AEU [static]
 

Definition at line 323 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_section = 0x00A7U [static]
 

Definition at line 314 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_semicolon = ASCII_semicolon [static]
 

Definition at line 201 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_slash = ASCII_slash [static]
 

Definition at line 189 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_space = ASCII_space [static]
 

Definition at line 174 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_ssharp = 0x00DFU [static]
 

Definition at line 372 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_sterling = 0x00A3U [static]
 

Definition at line 310 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_thorn = 0x00FEU [static]
 

Definition at line 403 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_THORN = 0x00DEU [static]
 

Definition at line 371 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_threequarters = 0x00BEU [static]
 

Definition at line 339 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_threesuperior = 0x00B3U [static]
 

Definition at line 328 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_twosuperior = 0x00B2U [static]
 

Definition at line 327 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_uacute = 0x00FAU [static]
 

Definition at line 399 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Uacute = 0x00DAU [static]
 

Definition at line 367 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_ucircumflex = 0x00FBU [static]
 

Definition at line 400 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Ucircumflex = 0x00DBU [static]
 

Definition at line 368 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_udiaeresis = 0x00FCU [static]
 

Definition at line 401 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Udiaeresis = 0x00DCU [static]
 

Definition at line 369 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_ugrave = 0x00F9U [static]
 

Definition at line 398 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Ugrave = 0x00D9U [static]
 

Definition at line 366 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_underscore = ASCII_underscore [static]
 

Definition at line 237 of file vtkStringChar.h.

const vtkUCS4ChType& Latin1_VT = ASCII_VT [static]
 

Definition at line 171 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_yacute = 0x00FDU [static]
 

Definition at line 402 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_Yacute = 0x00DDU [static]
 

Definition at line 370 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_ydiaeresis = 0x00FFU [static]
 

Definition at line 404 of file vtkStringChar.h.

const vtkUCS4ChType Latin1_yen = 0x00A5U [static]
 

Definition at line 312 of file vtkStringChar.h.

const vtkUCS4ChType UTF16_LineSeparator = vtkUCS4ChType(0x2028U) [static]
 

Definition at line 409 of file vtkStringChar.h.

const vtkUCS4ChType UTF16_ParagraphSeparator = vtkUCS4ChType(0x2029U) [static]
 

Definition at line 410 of file vtkStringChar.h.

const vtkUCS4ChType UTF16_SwappedUnicodeMarker = vtkUCS4ChType(0xFFFEU) [static]
 

Definition at line 406 of file vtkStringChar.h.

const vtkUCS4ChType UTF16_UnicodeMarker = vtkUCS4ChType(0xFEFFU) [static]
 

Definition at line 407 of file vtkStringChar.h.


Generated on Tue Aug 10 03:41:30 2004 for vtkExtensions by doxygen 1.3.7