Flutter Engine
The Flutter Engine
|
#include "include/core/SkSpan.h"
#include "include/core/SkStream.h"
#include "include/core/SkString.h"
#include "include/core/SkTypeface.h"
#include "src/base/SkBitmaskEnum.h"
#include "tests/Test.h"
#include "modules/skunicode/include/SkUnicode.h"
#include <vector>
Go to the source code of this file.
Macros | |
#define | DEF_TEST_ICU(name, reporter) |
#define | DEF_TEST_ICU4X(name, reporter) |
#define | DEF_TEST_LIBGRAPHEME(name, reporter) |
#define | DEF_TEST_NOIMPL(name, reporter) |
#define | DEF_TEST_UNICODES(name, reporter) |
#define | DEF_TEST_ICU_UNICODES(name, reporter) |
Functions | |
bool | hasWordFlag (SkUnicode::CodeUnitFlags flags) |
DEF_TEST_ICU_UNICODES (SkUnicode_GetBidiRegionsLTR, reporter) | |
DEF_TEST_ICU_UNICODES (SkUnicode_GetBidiRegionsRTL, reporter) | |
DEF_TEST_ICU_UNICODES (SkUnicode_GetBidiRegionsMix1, reporter) | |
DEF_TEST_ICU_UNICODES (SkUnicode_GetBidiRegionsMix2, reporter) | |
DEF_TEST_ICU_UNICODES (SkUnicode_ToUpper, reporter) | |
DEF_TEST_ICU_UNICODES (SkUnicode_ComputeCodeUnitFlags, reporter) | |
DEF_TEST_UNICODES (SkUnicode_ReorderVisual, reporter) | |
static void | SkUnicode_Emoji (SkUnicode *icu, skiatest::Reporter *reporter) |
static void | SkUnicode_Ideographic (SkUnicode *icu, skiatest::Reporter *reporter) |
Definition at line 36 of file SkUnicodeTest.cpp.
Definition at line 43 of file SkUnicodeTest.cpp.
Definition at line 63 of file SkUnicodeTest.cpp.
Definition at line 50 of file SkUnicodeTest.cpp.
Definition at line 53 of file SkUnicodeTest.cpp.
Definition at line 55 of file SkUnicodeTest.cpp.
DEF_TEST_ICU_UNICODES | ( | SkUnicode_ComputeCodeUnitFlags | , |
reporter | |||
) |
Definition at line 251 of file SkUnicodeTest.cpp.
DEF_TEST_ICU_UNICODES | ( | SkUnicode_GetBidiRegionsLTR | , |
reporter | |||
) |
Definition at line 143 of file SkUnicodeTest.cpp.
DEF_TEST_ICU_UNICODES | ( | SkUnicode_GetBidiRegionsMix1 | , |
reporter | |||
) |
Definition at line 177 of file SkUnicodeTest.cpp.
DEF_TEST_ICU_UNICODES | ( | SkUnicode_GetBidiRegionsMix2 | , |
reporter | |||
) |
Definition at line 212 of file SkUnicodeTest.cpp.
DEF_TEST_ICU_UNICODES | ( | SkUnicode_GetBidiRegionsRTL | , |
reporter | |||
) |
Definition at line 160 of file SkUnicodeTest.cpp.
DEF_TEST_ICU_UNICODES | ( | SkUnicode_ToUpper | , |
reporter | |||
) |
Definition at line 239 of file SkUnicodeTest.cpp.
DEF_TEST_UNICODES | ( | SkUnicode_ReorderVisual | , |
reporter | |||
) |
Definition at line 286 of file SkUnicodeTest.cpp.
bool hasWordFlag | ( | SkUnicode::CodeUnitFlags | flags | ) |
Definition at line 138 of file SkUnicodeTest.cpp.
|
static |
Definition at line 304 of file SkUnicodeTest.cpp.
|
static |
Definition at line 337 of file SkUnicodeTest.cpp.