Flutter Engine
The Flutter Engine
|
#include "include/core/SkTypes.h"
#include "modules/skplaintexteditor/src/word_boundaries.h"
#include "modules/skunicode/include/SkUnicode.h"
#include <memory>
Go to the source code of this file.
Functions | |
std::vector< bool > | GetUtf8WordBoundaries (const char *begin, size_t byteCount, const char *locale) |
std::vector< bool > GetUtf8WordBoundaries | ( | const char * | begin, |
size_t | byteCount, | ||
const char * | locale | ||
) |
Definition at line 43 of file word_boundaries.cpp.