Searched defs:whitespaces (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/experimental/sktext/src/ |
D | Line.h | 188 TextRange whitespaces() const { return fWhitespaces; } in whitespaces() function
|
/third_party/skia/modules/skunicode/src/ |
D | SkUnicode_client.cpp | 141 static constexpr std::array<SkUnichar, 21> whitespaces { in isWhitespace() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
D | UCharacterTest.java | 148 …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/ |
D | UCharacterTest.java | 145 …int whitespaces[] = {0x2008, 0x2009, 0x200a, 0x001c, 0x000c /* ,0x200b */}; // 0x200b was "Zs" in … in TestSpaces() local
|
/third_party/skia/modules/skparagraph/src/ |
D | TextLine.cpp | 1277 TextRange whitespaces = intersected( in shapeEllipsis() local
|
/third_party/skia/modules/skparagraph/tests/ |
D | SkParagraphTest.cpp | 6362 auto test = [&](const char* text, int whitespaces) { in UNIX_ONLY_TEST()
|