Home
last modified time | relevance | path

Searched defs:whitespaces (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/experimental/sktext/src/
DLine.h188 TextRange whitespaces() const { return fWhitespaces; } in whitespaces() function
/third_party/skia/modules/skunicode/src/
DSkUnicode_client.cpp141 static constexpr std::array<SkUnichar, 21> whitespaces { in isWhitespace() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterTest.java148 …int whitespaces[] = {0x2008, 0x2009, 0x200a, 0x001c, 0x000c /* ,0x200b */}; // 0x200b was "Zs" in … in TestSpaces() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java145 …int whitespaces[] = {0x2008, 0x2009, 0x200a, 0x001c, 0x000c /* ,0x200b */}; // 0x200b was "Zs" in … in TestSpaces() local
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp1277 TextRange whitespaces = intersected( in shapeEllipsis() local
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp6362 auto test = [&](const char* text, int whitespaces) { in UNIX_ONLY_TEST()