#include <unicode.h>
|
static const int | uniChars [10] = { 0x106, 0x107, 0x10c, 0x10d, 0x160, 0x161, 0x17d, 0x17e, 0x110, 0x111 } |
|
static const int | yuAsciiChars [10] = { 0x5d, 0x7d, 0x5e, 0x7e, 0x5b, 0x7b, 0x40, 0x60, 0x5c, 0x7c } |
|
Definition at line 490 of file unicode.h.
static int TEncoding_YuAscii::FromUnicode |
( |
int |
c | ) |
|
|
inlinestatic |
Definition at line 499 of file unicode.h.
503 if (0 <= c && c <= 255)
return c;
else return -1; }
static const int yuAsciiChars[10]
static const int uniChars[10]
static TStr TEncoding_YuAscii::GetName |
( |
| ) |
|
|
inlinestatic |
Definition at line 494 of file unicode.h.
494 {
return "YU-ASCII"; }
static int TEncoding_YuAscii::ToUnicode |
( |
int |
c | ) |
|
|
inlinestatic |
Definition at line 495 of file unicode.h.
495 {
Assert(0 <= c && c <= 255);
static const int yuAsciiChars[10]
static const int uniChars[10]
const int TEncoding_YuAscii::uniChars = { 0x106, 0x107, 0x10c, 0x10d, 0x160, 0x161, 0x17d, 0x17e, 0x110, 0x111 } |
|
static |
const int TEncoding_YuAscii::yuAsciiChars = { 0x5d, 0x7d, 0x5e, 0x7e, 0x5b, 0x7b, 0x40, 0x60, 0x5c, 0x7c } |
|
static |
The documentation for this class was generated from the following files: