95 {
96
98
99
100 UErrorCode status = U_ZERO_ERROR;
102 if (U_FAILURE(status)) {
104 return false;
105 }
108
109
111 bidi.get(), (const UChar*)utf16.c_str(), utf16.size(), bidiLevel, nullptr, &status);
112 if (U_FAILURE(status)) {
114 return false;
115 }
116
117
118 const char* start8 =
utf8;
119 const char* end8 =
utf8 + utf8Units;
121
125
126 if (end16 == 0) {
127 return true;
128 }
130
131 bidiRegions->emplace_back(0, utf8Units, this->
bidi_getLevelAt(bidi.get(), 0));
132 return true;
133 }
134
135 while (pos16 < end16) {
137 if (pos16 == 0) {
138 currentLevel =
level;
139 }
else if (
level != currentLevel) {
141 bidiRegions->emplace_back(pos8,
end, currentLevel);
142 currentLevel =
level;
144 }
147 }
150 bidiRegions->emplace_back(pos8,
end, currentLevel);
151 }
152 return true;
153}
std::unique_ptr< SkBidiIterator > SkUnicodeBidi
static SkUnichar utf8_next(const char **ptr, const char *end)
virtual void bidi_setPara(UBiDi *bidi, const UChar *text, int32_t length, UBiDiLevel paraLevel, UBiDiLevel *embeddingLevels, UErrorCode *status) const =0
virtual SkBidiIterator::Level bidi_getLevelAt(const UBiDi *bidi, int pos) const =0
virtual SkBidiIterator::Position bidi_getLength(const UBiDi *bidi) const =0
virtual UBiDi * bidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) const =0
virtual UBiDiDirection bidi_getDirection(const UBiDi *bidi) const =0
virtual const char * errorName(UErrorCode status) const =0
static std::u16string convertUtf8ToUtf16(const char *utf8, int utf8Units)
SK_SPI size_t ToUTF16(SkUnichar uni, uint16_t utf16[2]=nullptr)
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir Path to the cache directory This is different from the persistent_cache_path in embedder which is used for Skia shader cache icu native lib Path to the library file that exports the ICU data vm service The hostname IP address on which the Dart VM Service should be served If not defaults to or::depending on whether ipv6 is specified vm service A custom Dart VM Service port The default is to pick a randomly available open port disable vm Disable the Dart VM Service The Dart VM Service is never available in release mode disable vm service Disable mDNS Dart VM Service publication Bind to the IPv6 localhost address for the Dart VM Service Ignored if vm service host is set endless trace Enable an endless trace buffer The default is a ring buffer This is useful when very old events need to viewed For during application launch Memory usage will continue to grow indefinitely however Start app with an specific route defined on the framework flutter assets dir