|
Electroneum
|
#include "unittest.h"#include "rapidjson/filereadstream.h"#include "rapidjson/filewritestream.h"#include "rapidjson/encodedstream.h"#include "rapidjson/stringbuffer.h"
Go to the source code of this file.
Macros | |
| #define | UTF8_ACCEPT 0u |
Functions | |
| TEST (EncodingsTest, UTF8) | |
| TEST (EncodingsTest, UTF16) | |
| TEST (EncodingsTest, UTF32) | |
| TEST (EncodingsTest, ASCII) | |
| #define UTF8_ACCEPT 0u |
Definition at line 242 of file encodingstest.cpp.
| TEST | ( | EncodingsTest | , |
| ASCII | ) |
Definition at line 428 of file encodingstest.cpp.

| TEST | ( | EncodingsTest | , |
| UTF16 | ) |
Definition at line 337 of file encodingstest.cpp.

| TEST | ( | EncodingsTest | , |
| UTF32 | ) |
Definition at line 397 of file encodingstest.cpp.

| TEST | ( | EncodingsTest | , |
| UTF8 | ) |
Definition at line 285 of file encodingstest.cpp.
