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

vtkUnicodeDataBlocks Class Reference

#include <vtkUnicodeDataBlocks.h>

List of all members.

Public Types

enum  {
  UNICODE_BLOCKS_NONE = 0, BasicLatin, Latin1Supplement, LatinExtendedA,
  LatinExtendedB, IPAExtensions, SpacingModifierLetters, CombiningDiacriticalMarks,
  GreekAndCoptic, Cyrillic, CyrillicSupplementary, Armenian,
  Hebrew, Arabic, Syriac, Thaana,
  Devanagari, Bengali, Gurmukhi, Gujarati,
  Oriya, Tamil, Telugu, Kannada,
  Malayalam, Sinhala, Thai, Lao,
  Tibetan, Myanmar, Georgian, HangulJamo,
  Ethiopic, Cherokee, UnifiedCanadianAboriginalSyllabics, Ogham,
  Runic, Tagalog, Hanunoo, Buhid,
  Tagbanwa, Khmer, Mongolian, Limbu,
  TaiLe, KhmerSymbols, PhoneticExtensions, LatinExtendedAdditional,
  GreekExtended, GeneralPunctuation, SuperscriptsAndSubscripts, CurrencySymbols,
  CombiningDiacriticalMarkForSymbols, LetterlikeSymbols, NumberForms, Arrows,
  MathematicalOperators, MiscellaneousTechnical, ControlPictures, OpticalCharacterRecognition,
  EnclosedAlphanumerics, BoxDrawing, BlockElements, GeometricShapes,
  MiscellaneousSymbols, Dingbats, MiscellaneousMathematicalSymbolA, SupplementalArrowA,
  BraillePatterns, SupplementalArrowsB, MiscellaneousMathematicalSymbolsB, SupplementalMathematicalOperators,
  MiscellaneousSymbolsAndArrows, CJKRadicalSupplement, KangxiRadicals, IdeographicDescriptionCharacters,
  CJKSymbolsAndPunctuation, Hiragana, Katakana, Bopomofo,
  HangulCompatibilityJamo, Kanbun, BopomofoExtended, KatakanaPhoneticExtensions,
  EnclosedCJKLettersAndMonths, CJKCompatibility, CJKUnifiedIdeographExtensionA, YijingHexagramSymbols,
  CJKUnifiedIdeographs, YiSyllables, YiRadicals, HangulSyllables,
  HighSurrogates, HighPrivateUseSurrogates, LowSurrogates, PrivateUseArea,
  CJKCompatibilityIdeographs, AlphabeticPresentationForms, ArabicPresentationFormA, VariationSelectors,
  CombiningHalfMarks, CJKCompatibilityForms, SmallFormVariants, ArabicPresentationFormB,
  HalfwidthAndFullwidthForms, Specials, LinearBSyllabary, LinearBIdeograms,
  AegeanNumbers, OldItalic, Gothic, Ugaritic,
  Deseret, Shavian, Osmanya, CypriotSyllabary,
  ByzantineMusicalSymbols, MusicalSymbols, TaiXuanJingSymbols, MathematicalAlphanumericSymbols,
  CJKUnifiedIdeographExtensionB, CJKCompatibilityIdeographSupplement, Tags, VariationSelectorSupplement,
  SupplementaryPrivateUseAreaA, SupplementaryPrivateUseAreaB, UNICODE_BLOCKS_END
}

Public Member Functions

vtkstd_bool Test (const unsigned int ch, const unsigned short blockType)
 Is ch in the block by specified by type blockType?

vtkstd_bool Test (const unsigned int ch, const char *blockName)
 Is ch in the block by specified by name blockName?


Static Public Member Functions

template<typename T> vtkstd_bool InBasicLatin (T const &a)
 Is a is in the "Basic Latin" block?

template<typename T> vtkstd_bool InLatin1Supplement (T const &a)
 Is a is in the "Latin-1 Supplement" block?

template<typename T> vtkstd_bool InLatinExtendedA (T const &a)
 Is a is in the "Latin Extended-A" block?

template<typename T> vtkstd_bool InLatinExtendedB (T const &a)
 Is a is in the "Latin Extended-B" block?

template<typename T> vtkstd_bool InIPAExtensions (T const &a)
 Is a is in the "IPA Extensions" block?

template<typename T> vtkstd_bool InSpacingModifierLetters (T const &a)
 Is a is in the "Spacing Modifier Letters" block?

template<typename T> vtkstd_bool InCombiningDiacriticalMarks (T const &a)
 Is a is in the "Combining Diacritical Marks" block?

template<typename T> vtkstd_bool InGreekAndCoptic (T const &a)
 Is a is in the "Greek and Coptic" block?

template<typename T> vtkstd_bool InCyrillic (T const &a)
 Is a is in the "Cyrillic" block?

template<typename T> vtkstd_bool InCyrillicSupplementary (T const &a)
 Is a is in the "Cyrillic Supplementary" block?

template<typename T> vtkstd_bool InArmenian (T const &a)
 Is a is in the "Armenian" block?

template<typename T> vtkstd_bool InHebrew (T const &a)
 Is a is in the "Hebrew" block?

template<typename T> vtkstd_bool InArabic (T const &a)
 Is a is in the "Arabic" block?

template<typename T> vtkstd_bool InSyriac (T const &a)
 Is a is in the "Syriac" block?

template<typename T> vtkstd_bool InThaana (T const &a)
 Is a is in the "Thaana" block?

template<typename T> vtkstd_bool InDevanagari (T const &a)
 Is a is in the "Devanagari" block?

template<typename T> vtkstd_bool InBengali (T const &a)
 Is a is in the "Bengali" block?

template<typename T> vtkstd_bool InGurmukhi (T const &a)
 Is a is in the "Gurmukhi" block?

template<typename T> vtkstd_bool InGujarati (T const &a)
 Is a is in the "Gujarati" block?

template<typename T> vtkstd_bool InOriya (T const &a)
 Is a is in the "Oriya" block?

template<typename T> vtkstd_bool InTamil (T const &a)
 Is a is in the "Tamil" block?

template<typename T> vtkstd_bool InTelugu (T const &a)
 Is a is in the "Telugu" block?

template<typename T> vtkstd_bool InKannada (T const &a)
 Is a is in the "Kannada" block?

template<typename T> vtkstd_bool InMalayalam (T const &a)
 Is a is in the "Malayalam" block?

template<typename T> vtkstd_bool InSinhala (T const &a)
 Is a is in the "Sinhala" block?

template<typename T> vtkstd_bool InThai (T const &a)
 Is a is in the "Thai" block?

template<typename T> vtkstd_bool InLao (T const &a)
 Is a is in the "Lao" block?

template<typename T> vtkstd_bool InTibetan (T const &a)
 Is a is in the "Tibetan" block?

template<typename T> vtkstd_bool InMyanmar (T const &a)
 Is a is in the "Myanmar" block?

template<typename T> vtkstd_bool InGeorgian (T const &a)
 Is a is in the "Georgian" block?

template<typename T> vtkstd_bool InHangulJamo (T const &a)
 Is a is in the "Hangul Jamo" block?

template<typename T> vtkstd_bool InEthiopic (T const &a)
 Is a is in the "Ethiopic" block?

template<typename T> vtkstd_bool InCherokee (T const &a)
 Is a is in the "Cherokee" block?

template<typename T> vtkstd_bool InUnifiedCanadianAboriginalSyllabics (T const &a)
 Is a is in the "Unified Canadian Aboriginal Syllabics" block?

template<typename T> vtkstd_bool InOgham (T const &a)
 Is a is in the "Ogham" block?

template<typename T> vtkstd_bool InRunic (T const &a)
 Is a is in the "Runic" block?

template<typename T> vtkstd_bool InTagalog (T const &a)
 Is a is in the "Tagalog" block?

template<typename T> vtkstd_bool InHanunoo (T const &a)
 Is a is in the "Hanunoo" block?

template<typename T> vtkstd_bool InBuhid (T const &a)
 Is a is in the "Buhid" block?

template<typename T> vtkstd_bool InTagbanwa (T const &a)
 Is a is in the "Tagbanwa" block?

template<typename T> vtkstd_bool InKhmer (T const &a)
 Is a is in the "Khmer" block?

template<typename T> vtkstd_bool InMongolian (T const &a)
 Is a is in the "Mongolian" block?

template<typename T> vtkstd_bool InLimbu (T const &a)
 Is a is in the "Limbu" block?

template<typename T> vtkstd_bool InTaiLe (T const &a)
 Is a is in the "Tai Le" block?

template<typename T> vtkstd_bool InKhmerSymbols (T const &a)
 Is a is in the "Khmer Symbols" block?

template<typename T> vtkstd_bool InPhoneticExtensions (T const &a)
 Is a is in the "Phonetic Extensions" block?

template<typename T> vtkstd_bool InLatinExtendedAdditional (T const &a)
 Is a is in the "Latin Extended Additional" block?

template<typename T> vtkstd_bool InGreekExtended (T const &a)
 Is a is in the "Greek Extended" block?

template<typename T> vtkstd_bool InGeneralPunctuation (T const &a)
 Is a is in the "General Punctuation" block?

template<typename T> vtkstd_bool InSuperscriptsAndSubscripts (T const &a)
 Is a is in the "Superscripts and Subscripts" block?

template<typename T> vtkstd_bool InCurrencySymbols (T const &a)
 Is a is in the "Currency Symbols" block?

template<typename T> vtkstd_bool InCombiningDiacriticalMarkForSymbols (T const &a)
 Is a is in the "Combining Diacritical Marks for Symbols" block?

template<typename T> vtkstd_bool InLetterlikeSymbols (T const &a)
 Is a is in the "Letterlike Symbols" block?

template<typename T> vtkstd_bool InNumberForms (T const &a)
 Is a is in the "Number Forms" block?

template<typename T> vtkstd_bool InArrows (T const &a)
 Is a is in the "Arrows" block?

template<typename T> vtkstd_bool InMathematicalOperators (T const &a)
 Is a is in the "Mathematical Operators" block?

template<typename T> vtkstd_bool InMiscellaneousTechnical (T const &a)
 Is a is in the "Miscellaneous Technical" block?

template<typename T> vtkstd_bool InControlPictures (T const &a)
 Is a is in the "Control Pictures" block?

template<typename T> vtkstd_bool InOpticalCharacterRecognition (T const &a)
 Is a is in the "Optical Character Recognition" block?

template<typename T> vtkstd_bool InEnclosedAlphanumerics (T const &a)
 Is a is in the "Enclosed Alphanumerics" block?

template<typename T> vtkstd_bool InBoxDrawing (T const &a)
 Is a is in the "Box Drawing" block?

template<typename T> vtkstd_bool InBlockElements (T const &a)
 Is a is in the "Block Elements" block?

template<typename T> vtkstd_bool InGeometricShapes (T const &a)
 Is a is in the "Geometric Shapes" block?

template<typename T> vtkstd_bool InMiscellaneousSymbols (T const &a)
 Is a is in the "Miscellaneous Symbols" block?

template<typename T> vtkstd_bool InDingbats (T const &a)
 Is a is in the "Dingbats" block?

template<typename T> vtkstd_bool InMiscellaneousMathematicalSymbolA (T const &a)
 Is a is in the "Miscellaneous Mathematical Symbols-A" block?

template<typename T> vtkstd_bool InSupplementalArrowA (T const &a)
 Is a is in the "Supplemental Arrows-A" block?

template<typename T> vtkstd_bool InBraillePatterns (T const &a)
 Is a is in the "Braille Patterns" block?

template<typename T> vtkstd_bool InSupplementalArrowsB (T const &a)
 Is a is in the "Supplemental Arrows-B" block?

template<typename T> vtkstd_bool InMiscellaneousMathematicalSymbolsB (T const &a)
 Is a is in the "Miscellaneous Mathematical Symbols-B" block?

template<typename T> vtkstd_bool InSupplementalMathematicalOperators (T const &a)
 Is a is in the "Supplemental Mathematical Operators" block?

template<typename T> vtkstd_bool InMiscellaneousSymbolsAndArrows (T const &a)
 Is a is in the "Miscellaneous Symbols and Arrows" block?

template<typename T> vtkstd_bool InCJKRadicalSupplement (T const &a)
 Is a is in the "CJK Radicals Supplement" block?

template<typename T> vtkstd_bool InKangxiRadicals (T const &a)
 Is a is in the "Kangxi Radicals" block?

template<typename T> vtkstd_bool InIdeographicDescriptionCharacters (T const &a)
 Is a is in the "Ideographic Description Characters" block?

template<typename T> vtkstd_bool InCJKSymbolsAndPunctuation (T const &a)
 Is a is in the "CJK Symbols and Punctuation" block?

template<typename T> vtkstd_bool InHiragana (T const &a)
 Is a is in the "Hiragana" block?

template<typename T> vtkstd_bool InKatakana (T const &a)
 Is a is in the "Katakana" block?

template<typename T> vtkstd_bool InBopomofo (T const &a)
 Is a is in the "Bopomofo" block?

template<typename T> vtkstd_bool InHangulCompatibilityJamo (T const &a)
 Is a is in the "Hangul Compatibility Jamo" block?

template<typename T> vtkstd_bool InKanbun (T const &a)
 Is a is in the "Kanbun" block?

template<typename T> vtkstd_bool InBopomofoExtended (T const &a)
 Is a is in the "Bopomofo Extended" block?

template<typename T> vtkstd_bool InKatakanaPhoneticExtensions (T const &a)
 Is a is in the "Katakana Phonetic Extensions" block?

template<typename T> vtkstd_bool InEnclosedCJKLettersAndMonths (T const &a)
 Is a is in the "Enclosed CJK Letters and Months" block?

template<typename T> vtkstd_bool InCJKCompatibility (T const &a)
 Is a is in the "CJK Compatibility" block?

template<typename T> vtkstd_bool InCJKUnifiedIdeographExtensionA (T const &a)
 Is a is in the "CJK Unified Ideographs Extension A" block?

template<typename T> vtkstd_bool InYijingHexagramSymbols (T const &a)
 Is a is in the "Yijing Hexagram Symbols" block?

template<typename T> vtkstd_bool InCJKUnifiedIdeographs (T const &a)
 Is a is in the "CJK Unified Ideographs" block?

template<typename T> vtkstd_bool InYiSyllables (T const &a)
 Is a is in the "Yi Syllables" block?

template<typename T> vtkstd_bool InYiRadicals (T const &a)
 Is a is in the "Yi Radicals" block?

template<typename T> vtkstd_bool InHangulSyllables (T const &a)
 Is a is in the "Hangul Syllables" block?

template<typename T> vtkstd_bool InHighSurrogates (T const &a)
 Is a is in the "High Surrogates" block?

template<typename T> vtkstd_bool InHighPrivateUseSurrogates (T const &a)
 Is a is in the "High Private Use Surrogates" block?

template<typename T> vtkstd_bool InLowSurrogates (T const &a)
 Is a is in the "Low Surrogates" block?

template<typename T> vtkstd_bool InPrivateUseArea (T const &a)
 Is a is in the "Private Use Area" block?

template<typename T> vtkstd_bool InCJKCompatibilityIdeographs (T const &a)
 Is a is in the "CJK Compatibility Ideographs" block?

template<typename T> vtkstd_bool InAlphabeticPresentationForms (T const &a)
 Is a is in the "Alphabetic Presentation Forms" block?

template<typename T> vtkstd_bool InArabicPresentationFormA (T const &a)
 Is a is in the "Arabic Presentation Forms-A" block?

template<typename T> vtkstd_bool InVariationSelectors (T const &a)
 Is a is in the "Variation Selectors" block?

template<typename T> vtkstd_bool InCombiningHalfMarks (T const &a)
 Is a is in the "Combining Half Marks" block?

template<typename T> vtkstd_bool InCJKCompatibilityForms (T const &a)
 Is a is in the "CJK Compatibility Forms" block?

template<typename T> vtkstd_bool InSmallFormVariants (T const &a)
 Is a is in the "Small Form Variants" block?

template<typename T> vtkstd_bool InArabicPresentationFormB (T const &a)
 Is a is in the "Arabic Presentation Forms-B" block?

template<typename T> vtkstd_bool InHalfwidthAndFullwidthForms (T const &a)
 Is a is in the "Halfwidth and Fullwidth Forms" block?

template<typename T> vtkstd_bool InSpecials (T const &a)
 Is a is in the "Specials" block?

template<typename T> vtkstd_bool InLinearBSyllabary (T const &a)
 Is a is in the "Linear B Syllabary" block?

template<typename T> vtkstd_bool InLinearBIdeograms (T const &a)
 Is a is in the "Linear B Ideograms" block?

template<typename T> vtkstd_bool InAegeanNumbers (T const &a)
 Is a is in the "Aegean Numbers" block?

template<typename T> vtkstd_bool InOldItalic (T const &a)
 Is a is in the "Old Italic" block?

template<typename T> vtkstd_bool InGothic (T const &a)
 Is a is in the "Gothic" block?

template<typename T> vtkstd_bool InUgaritic (T const &a)
 Is a is in the "Ugaritic" block?

template<typename T> vtkstd_bool InDeseret (T const &a)
 Is a is in the "Deseret" block?

template<typename T> vtkstd_bool InShavian (T const &a)
 Is a is in the "Shavian" block?

template<typename T> vtkstd_bool InOsmanya (T const &a)
 Is a is in the "Osmanya" block?

template<typename T> vtkstd_bool InCypriotSyllabary (T const &a)
 Is a is in the "Cypriot Syllabary" block?

template<typename T> vtkstd_bool InByzantineMusicalSymbols (T const &a)
 Is a is in the "Byzantine Musical Symbols" block?

template<typename T> vtkstd_bool InMusicalSymbols (T const &a)
 Is a is in the "Musical Symbols" block?

template<typename T> vtkstd_bool InTaiXuanJingSymbols (T const &a)
 Is a is in the "Tai Xuan Jing Symbols" block?

template<typename T> vtkstd_bool InMathematicalAlphanumericSymbols (T const &a)
 Is a is in the "Mathematical Alphanumeric Symbols" block?

template<typename T> vtkstd_bool InCJKUnifiedIdeographExtensionB (T const &a)
 Is a is in the "CJK Unified Ideographs Extension B" block?

template<typename T> vtkstd_bool InCJKCompatibilityIdeographSupplement (T const &a)
 Is a is in the "CJK Compatibility Ideographs Supplement" block?

template<typename T> vtkstd_bool InTags (T const &a)
 Is a is in the "Tags" block?

template<typename T> vtkstd_bool InVariationSelectorSupplement (T const &a)
 Is a is in the "Variation Selectors Supplement" block?

template<typename T> vtkstd_bool InSupplementaryPrivateUseAreaA (T const &a)
 Is a is in the "Supplementary Private Use Area-A" block?

template<typename T> vtkstd_bool InSupplementaryPrivateUseAreaB (T const &a)
 Is a is in the "Supplementary Private Use Area-B" block?


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
UNICODE_BLOCKS_NONE 
BasicLatin 
Latin1Supplement 
LatinExtendedA 
LatinExtendedB 
IPAExtensions 
SpacingModifierLetters 
CombiningDiacriticalMarks 
GreekAndCoptic 
Cyrillic 
CyrillicSupplementary 
Armenian 
Hebrew 
Arabic 
Syriac 
Thaana 
Devanagari 
Bengali 
Gurmukhi 
Gujarati 
Oriya 
Tamil 
Telugu 
Kannada 
Malayalam 
Sinhala 
Thai 
Lao 
Tibetan 
Myanmar 
Georgian 
HangulJamo 
Ethiopic 
Cherokee 
UnifiedCanadianAboriginalSyllabics 
Ogham 
Runic 
Tagalog 
Hanunoo 
Buhid 
Tagbanwa 
Khmer 
Mongolian 
Limbu 
TaiLe 
KhmerSymbols 
PhoneticExtensions 
LatinExtendedAdditional 
GreekExtended 
GeneralPunctuation 
SuperscriptsAndSubscripts 
CurrencySymbols 
CombiningDiacriticalMarkForSymbols 
LetterlikeSymbols 
NumberForms 
Arrows 
MathematicalOperators 
MiscellaneousTechnical 
ControlPictures 
OpticalCharacterRecognition 
EnclosedAlphanumerics 
BoxDrawing 
BlockElements 
GeometricShapes 
MiscellaneousSymbols 
Dingbats 
MiscellaneousMathematicalSymbolA 
SupplementalArrowA 
BraillePatterns 
SupplementalArrowsB 
MiscellaneousMathematicalSymbolsB 
SupplementalMathematicalOperators 
MiscellaneousSymbolsAndArrows 
CJKRadicalSupplement 
KangxiRadicals 
IdeographicDescriptionCharacters 
CJKSymbolsAndPunctuation 
Hiragana 
Katakana 
Bopomofo 
HangulCompatibilityJamo 
Kanbun 
BopomofoExtended 
KatakanaPhoneticExtensions 
EnclosedCJKLettersAndMonths 
CJKCompatibility 
CJKUnifiedIdeographExtensionA 
YijingHexagramSymbols 
CJKUnifiedIdeographs 
YiSyllables 
YiRadicals 
HangulSyllables 
HighSurrogates 
HighPrivateUseSurrogates 
LowSurrogates 
PrivateUseArea 
CJKCompatibilityIdeographs 
AlphabeticPresentationForms 
ArabicPresentationFormA 
VariationSelectors 
CombiningHalfMarks 
CJKCompatibilityForms 
SmallFormVariants 
ArabicPresentationFormB 
HalfwidthAndFullwidthForms 
Specials 
LinearBSyllabary 
LinearBIdeograms 
AegeanNumbers 
OldItalic 
Gothic 
Ugaritic 
Deseret 
Shavian 
Osmanya 
CypriotSyllabary 
ByzantineMusicalSymbols 
MusicalSymbols 
TaiXuanJingSymbols 
MathematicalAlphanumericSymbols 
CJKUnifiedIdeographExtensionB 
CJKCompatibilityIdeographSupplement 
Tags 
VariationSelectorSupplement 
SupplementaryPrivateUseAreaA 
SupplementaryPrivateUseAreaB 
UNICODE_BLOCKS_END 

Definition at line 40 of file vtkUnicodeDataBlocks.h.


Member Function Documentation

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InAegeanNumbers T const &  a  )  [inline, static]
 

Is a is in the "Aegean Numbers" block?

Definition at line 1036 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InAlphabeticPresentationForms T const &  a  )  [inline, static]
 

Is a is in the "Alphabetic Presentation Forms" block?

Definition at line 948 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InArabic T const &  a  )  [inline, static]
 

Is a is in the "Arabic" block?

Definition at line 276 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InArabicPresentationFormA T const &  a  )  [inline, static]
 

Is a is in the "Arabic Presentation Forms-A" block?

Definition at line 956 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InArabicPresentationFormB T const &  a  )  [inline, static]
 

Is a is in the "Arabic Presentation Forms-B" block?

Definition at line 996 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InArmenian T const &  a  )  [inline, static]
 

Is a is in the "Armenian" block?

Definition at line 260 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InArrows T const &  a  )  [inline, static]
 

Is a is in the "Arrows" block?

Definition at line 612 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InBasicLatin T const &  a  )  [inline, static]
 

Is a is in the "Basic Latin" block?

Definition at line 180 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InBengali T const &  a  )  [inline, static]
 

Is a is in the "Bengali" block?

Definition at line 308 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InBlockElements T const &  a  )  [inline, static]
 

Is a is in the "Block Elements" block?

Definition at line 668 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InBopomofo T const &  a  )  [inline, static]
 

Is a is in the "Bopomofo" block?

Definition at line 804 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InBopomofoExtended T const &  a  )  [inline, static]
 

Is a is in the "Bopomofo Extended" block?

Definition at line 828 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InBoxDrawing T const &  a  )  [inline, static]
 

Is a is in the "Box Drawing" block?

Definition at line 660 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InBraillePatterns T const &  a  )  [inline, static]
 

Is a is in the "Braille Patterns" block?

Definition at line 716 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InBuhid T const &  a  )  [inline, static]
 

Is a is in the "Buhid" block?

Definition at line 484 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InByzantineMusicalSymbols T const &  a  )  [inline, static]
 

Is a is in the "Byzantine Musical Symbols" block?

Definition at line 1100 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InCherokee T const &  a  )  [inline, static]
 

Is a is in the "Cherokee" block?

Definition at line 436 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InCJKCompatibility T const &  a  )  [inline, static]
 

Is a is in the "CJK Compatibility" block?

Definition at line 852 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InCJKCompatibilityForms T const &  a  )  [inline, static]
 

Is a is in the "CJK Compatibility Forms" block?

Definition at line 980 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InCJKCompatibilityIdeographs T const &  a  )  [inline, static]
 

Is a is in the "CJK Compatibility Ideographs" block?

Definition at line 940 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InCJKCompatibilityIdeographSupplement T const &  a  )  [inline, static]
 

Is a is in the "CJK Compatibility Ideographs Supplement" block?

Definition at line 1140 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InCJKRadicalSupplement T const &  a  )  [inline, static]
 

Is a is in the "CJK Radicals Supplement" block?

Definition at line 756 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InCJKSymbolsAndPunctuation T const &  a  )  [inline, static]
 

Is a is in the "CJK Symbols and Punctuation" block?

Definition at line 780 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InCJKUnifiedIdeographExtensionA T const &  a  )  [inline, static]
 

Is a is in the "CJK Unified Ideographs Extension A" block?

Definition at line 860 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InCJKUnifiedIdeographExtensionB T const &  a  )  [inline, static]
 

Is a is in the "CJK Unified Ideographs Extension B" block?

Definition at line 1132 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InCJKUnifiedIdeographs T const &  a  )  [inline, static]
 

Is a is in the "CJK Unified Ideographs" block?

Definition at line 876 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InCombiningDiacriticalMarkForSymbols T const &  a  )  [inline, static]
 

Is a is in the "Combining Diacritical Marks for Symbols" block?

Definition at line 588 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InCombiningDiacriticalMarks T const &  a  )  [inline, static]
 

Is a is in the "Combining Diacritical Marks" block?

Definition at line 228 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InCombiningHalfMarks T const &  a  )  [inline, static]
 

Is a is in the "Combining Half Marks" block?

Definition at line 972 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InControlPictures T const &  a  )  [inline, static]
 

Is a is in the "Control Pictures" block?

Definition at line 636 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InCurrencySymbols T const &  a  )  [inline, static]
 

Is a is in the "Currency Symbols" block?

Definition at line 580 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InCypriotSyllabary T const &  a  )  [inline, static]
 

Is a is in the "Cypriot Syllabary" block?

Definition at line 1092 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InCyrillic T const &  a  )  [inline, static]
 

Is a is in the "Cyrillic" block?

Definition at line 244 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InCyrillicSupplementary T const &  a  )  [inline, static]
 

Is a is in the "Cyrillic Supplementary" block?

Definition at line 252 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InDeseret T const &  a  )  [inline, static]
 

Is a is in the "Deseret" block?

Definition at line 1068 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InDevanagari T const &  a  )  [inline, static]
 

Is a is in the "Devanagari" block?

Definition at line 300 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InDingbats T const &  a  )  [inline, static]
 

Is a is in the "Dingbats" block?

Definition at line 692 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InEnclosedAlphanumerics T const &  a  )  [inline, static]
 

Is a is in the "Enclosed Alphanumerics" block?

Definition at line 652 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InEnclosedCJKLettersAndMonths T const &  a  )  [inline, static]
 

Is a is in the "Enclosed CJK Letters and Months" block?

Definition at line 844 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InEthiopic T const &  a  )  [inline, static]
 

Is a is in the "Ethiopic" block?

Definition at line 428 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InGeneralPunctuation T const &  a  )  [inline, static]
 

Is a is in the "General Punctuation" block?

Definition at line 564 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InGeometricShapes T const &  a  )  [inline, static]
 

Is a is in the "Geometric Shapes" block?

Definition at line 676 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InGeorgian T const &  a  )  [inline, static]
 

Is a is in the "Georgian" block?

Definition at line 412 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InGothic T const &  a  )  [inline, static]
 

Is a is in the "Gothic" block?

Definition at line 1052 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InGreekAndCoptic T const &  a  )  [inline, static]
 

Is a is in the "Greek and Coptic" block?

Definition at line 236 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InGreekExtended T const &  a  )  [inline, static]
 

Is a is in the "Greek Extended" block?

Definition at line 556 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InGujarati T const &  a  )  [inline, static]
 

Is a is in the "Gujarati" block?

Definition at line 324 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InGurmukhi T const &  a  )  [inline, static]
 

Is a is in the "Gurmukhi" block?

Definition at line 316 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InHalfwidthAndFullwidthForms T const &  a  )  [inline, static]
 

Is a is in the "Halfwidth and Fullwidth Forms" block?

Definition at line 1004 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InHangulCompatibilityJamo T const &  a  )  [inline, static]
 

Is a is in the "Hangul Compatibility Jamo" block?

Definition at line 812 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InHangulJamo T const &  a  )  [inline, static]
 

Is a is in the "Hangul Jamo" block?

Definition at line 420 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InHangulSyllables T const &  a  )  [inline, static]
 

Is a is in the "Hangul Syllables" block?

Definition at line 900 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InHanunoo T const &  a  )  [inline, static]
 

Is a is in the "Hanunoo" block?

Definition at line 476 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InHebrew T const &  a  )  [inline, static]
 

Is a is in the "Hebrew" block?

Definition at line 268 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InHighPrivateUseSurrogates T const &  a  )  [inline, static]
 

Is a is in the "High Private Use Surrogates" block?

Definition at line 916 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InHighSurrogates T const &  a  )  [inline, static]
 

Is a is in the "High Surrogates" block?

Definition at line 908 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InHiragana T const &  a  )  [inline, static]
 

Is a is in the "Hiragana" block?

Definition at line 788 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InIdeographicDescriptionCharacters T const &  a  )  [inline, static]
 

Is a is in the "Ideographic Description Characters" block?

Definition at line 772 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InIPAExtensions T const &  a  )  [inline, static]
 

Is a is in the "IPA Extensions" block?

Definition at line 212 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InKanbun T const &  a  )  [inline, static]
 

Is a is in the "Kanbun" block?

Definition at line 820 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InKangxiRadicals T const &  a  )  [inline, static]
 

Is a is in the "Kangxi Radicals" block?

Definition at line 764 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InKannada T const &  a  )  [inline, static]
 

Is a is in the "Kannada" block?

Definition at line 356 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InKatakana T const &  a  )  [inline, static]
 

Is a is in the "Katakana" block?

Definition at line 796 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InKatakanaPhoneticExtensions T const &  a  )  [inline, static]
 

Is a is in the "Katakana Phonetic Extensions" block?

Definition at line 836 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InKhmer T const &  a  )  [inline, static]
 

Is a is in the "Khmer" block?

Definition at line 500 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InKhmerSymbols T const &  a  )  [inline, static]
 

Is a is in the "Khmer Symbols" block?

Definition at line 532 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InLao T const &  a  )  [inline, static]
 

Is a is in the "Lao" block?

Definition at line 388 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InLatin1Supplement T const &  a  )  [inline, static]
 

Is a is in the "Latin-1 Supplement" block?

Definition at line 188 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InLatinExtendedA T const &  a  )  [inline, static]
 

Is a is in the "Latin Extended-A" block?

Definition at line 196 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InLatinExtendedAdditional T const &  a  )  [inline, static]
 

Is a is in the "Latin Extended Additional" block?

Definition at line 548 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InLatinExtendedB T const &  a  )  [inline, static]
 

Is a is in the "Latin Extended-B" block?

Definition at line 204 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InLetterlikeSymbols T const &  a  )  [inline, static]
 

Is a is in the "Letterlike Symbols" block?

Definition at line 596 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InLimbu T const &  a  )  [inline, static]
 

Is a is in the "Limbu" block?

Definition at line 516 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InLinearBIdeograms T const &  a  )  [inline, static]
 

Is a is in the "Linear B Ideograms" block?

Definition at line 1028 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InLinearBSyllabary T const &  a  )  [inline, static]
 

Is a is in the "Linear B Syllabary" block?

Definition at line 1020 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InLowSurrogates T const &  a  )  [inline, static]
 

Is a is in the "Low Surrogates" block?

Definition at line 924 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InMalayalam T const &  a  )  [inline, static]
 

Is a is in the "Malayalam" block?

Definition at line 364 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InMathematicalAlphanumericSymbols T const &  a  )  [inline, static]
 

Is a is in the "Mathematical Alphanumeric Symbols" block?

Definition at line 1124 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InMathematicalOperators T const &  a  )  [inline, static]
 

Is a is in the "Mathematical Operators" block?

Definition at line 620 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InMiscellaneousMathematicalSymbolA T const &  a  )  [inline, static]
 

Is a is in the "Miscellaneous Mathematical Symbols-A" block?

Definition at line 700 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InMiscellaneousMathematicalSymbolsB T const &  a  )  [inline, static]
 

Is a is in the "Miscellaneous Mathematical Symbols-B" block?

Definition at line 732 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InMiscellaneousSymbols T const &  a  )  [inline, static]
 

Is a is in the "Miscellaneous Symbols" block?

Definition at line 684 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InMiscellaneousSymbolsAndArrows T const &  a  )  [inline, static]
 

Is a is in the "Miscellaneous Symbols and Arrows" block?

Definition at line 748 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InMiscellaneousTechnical T const &  a  )  [inline, static]
 

Is a is in the "Miscellaneous Technical" block?

Definition at line 628 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InMongolian T const &  a  )  [inline, static]
 

Is a is in the "Mongolian" block?

Definition at line 508 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InMusicalSymbols T const &  a  )  [inline, static]
 

Is a is in the "Musical Symbols" block?

Definition at line 1108 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InMyanmar T const &  a  )  [inline, static]
 

Is a is in the "Myanmar" block?

Definition at line 404 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InNumberForms T const &  a  )  [inline, static]
 

Is a is in the "Number Forms" block?

Definition at line 604 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InOgham T const &  a  )  [inline, static]
 

Is a is in the "Ogham" block?

Definition at line 452 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InOldItalic T const &  a  )  [inline, static]
 

Is a is in the "Old Italic" block?

Definition at line 1044 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InOpticalCharacterRecognition T const &  a  )  [inline, static]
 

Is a is in the "Optical Character Recognition" block?

Definition at line 644 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InOriya T const &  a  )  [inline, static]
 

Is a is in the "Oriya" block?

Definition at line 332 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InOsmanya T const &  a  )  [inline, static]
 

Is a is in the "Osmanya" block?

Definition at line 1084 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InPhoneticExtensions T const &  a  )  [inline, static]
 

Is a is in the "Phonetic Extensions" block?

Definition at line 540 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InPrivateUseArea T const &  a  )  [inline, static]
 

Is a is in the "Private Use Area" block?

Definition at line 932 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InRunic T const &  a  )  [inline, static]
 

Is a is in the "Runic" block?

Definition at line 460 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InShavian T const &  a  )  [inline, static]
 

Is a is in the "Shavian" block?

Definition at line 1076 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InSinhala T const &  a  )  [inline, static]
 

Is a is in the "Sinhala" block?

Definition at line 372 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InSmallFormVariants T const &  a  )  [inline, static]
 

Is a is in the "Small Form Variants" block?

Definition at line 988 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InSpacingModifierLetters T const &  a  )  [inline, static]
 

Is a is in the "Spacing Modifier Letters" block?

Definition at line 220 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InSpecials T const &  a  )  [inline, static]
 

Is a is in the "Specials" block?

Definition at line 1012 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InSuperscriptsAndSubscripts T const &  a  )  [inline, static]
 

Is a is in the "Superscripts and Subscripts" block?

Definition at line 572 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InSupplementalArrowA T const &  a  )  [inline, static]
 

Is a is in the "Supplemental Arrows-A" block?

Definition at line 708 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InSupplementalArrowsB T const &  a  )  [inline, static]
 

Is a is in the "Supplemental Arrows-B" block?

Definition at line 724 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InSupplementalMathematicalOperators T const &  a  )  [inline, static]
 

Is a is in the "Supplemental Mathematical Operators" block?

Definition at line 740 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InSupplementaryPrivateUseAreaA T const &  a  )  [inline, static]
 

Is a is in the "Supplementary Private Use Area-A" block?

Definition at line 1164 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InSupplementaryPrivateUseAreaB T const &  a  )  [inline, static]
 

Is a is in the "Supplementary Private Use Area-B" block?

Definition at line 1172 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InSyriac T const &  a  )  [inline, static]
 

Is a is in the "Syriac" block?

Definition at line 284 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InTagalog T const &  a  )  [inline, static]
 

Is a is in the "Tagalog" block?

Definition at line 468 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InTagbanwa T const &  a  )  [inline, static]
 

Is a is in the "Tagbanwa" block?

Definition at line 492 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InTags T const &  a  )  [inline, static]
 

Is a is in the "Tags" block?

Definition at line 1148 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InTaiLe T const &  a  )  [inline, static]
 

Is a is in the "Tai Le" block?

Definition at line 524 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InTaiXuanJingSymbols T const &  a  )  [inline, static]
 

Is a is in the "Tai Xuan Jing Symbols" block?

Definition at line 1116 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InTamil T const &  a  )  [inline, static]
 

Is a is in the "Tamil" block?

Definition at line 340 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InTelugu T const &  a  )  [inline, static]
 

Is a is in the "Telugu" block?

Definition at line 348 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InThaana T const &  a  )  [inline, static]
 

Is a is in the "Thaana" block?

Definition at line 292 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InThai T const &  a  )  [inline, static]
 

Is a is in the "Thai" block?

Definition at line 380 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InTibetan T const &  a  )  [inline, static]
 

Is a is in the "Tibetan" block?

Definition at line 396 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InUgaritic T const &  a  )  [inline, static]
 

Is a is in the "Ugaritic" block?

Definition at line 1060 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InUnifiedCanadianAboriginalSyllabics T const &  a  )  [inline, static]
 

Is a is in the "Unified Canadian Aboriginal Syllabics" block?

Definition at line 444 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InVariationSelectors T const &  a  )  [inline, static]
 

Is a is in the "Variation Selectors" block?

Definition at line 964 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InVariationSelectorSupplement T const &  a  )  [inline, static]
 

Is a is in the "Variation Selectors Supplement" block?

Definition at line 1156 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InYijingHexagramSymbols T const &  a  )  [inline, static]
 

Is a is in the "Yijing Hexagram Symbols" block?

Definition at line 868 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InYiRadicals T const &  a  )  [inline, static]
 

Is a is in the "Yi Radicals" block?

Definition at line 892 of file vtkUnicodeDataBlocks.h.

template<typename T>
vtkstd_bool vtkUnicodeDataBlocks::InYiSyllables T const &  a  )  [inline, static]
 

Is a is in the "Yi Syllables" block?

Definition at line 884 of file vtkUnicodeDataBlocks.h.

vtkstd_bool vtkUnicodeDataBlocks::Test const unsigned int  ch,
const char *  blockName
 

Is ch in the block by specified by name blockName?

vtkstd_bool vtkUnicodeDataBlocks::Test const unsigned int  ch,
const unsigned short  blockType
 

Is ch in the block by specified by type blockType?


The documentation for this class was generated from the following file:
Generated on Tue Aug 10 03:44:57 2004 for vtkExtensions by doxygen 1.3.7