#include <unicode.h>
|
static constexpr int32_t | kMaxChar = 0xff |
|
Definition at line 234 of file unicode.h.
◆ TryConvertToLatin1()
static uint16_t dart::Latin1::TryConvertToLatin1 |
( |
uint16_t |
c | ) |
|
|
inlinestatic |
Definition at line 238 of file unicode.h.
238 {
239 switch (c) {
240
241 case 0x39c:
242 case 0x3bc:
243 return 0xb5;
244
245
246 case 0x178:
247 return 0xff;
248 }
249 return c;
250 }
◆ kMaxChar
constexpr int32_t dart::Latin1::kMaxChar = 0xff |
|
staticconstexpr |
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/runtime/platform/unicode.h