Home
last modified time | relevance | path

Searched defs:TextRange (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DConcatNestedNamespacesCheck.cpp43 CharSourceRange TextRange = in alreadyConcatenated() local
/external/google-java-format/idea_plugin/src/com/google/googlejavaformat/intellij/
DGoogleJavaFormatCodeStyleManager.java136 final Document document, final Map<TextRange, String> replacements) { in performReplacements()
/external/skia/experimental/sktext/include/
DTypes.h124 typedef Range<TextIndex> TextRange; typedef
/external/mesa3d/src/imgui/
Dimgui.h1561 struct TextRange struct
1563 const char* b;
1564 const char* e;
1566 TextRange() { b = e = NULL; } in TextRange() function
1567 TextRange(const char* _b, const char* _e) { b = _b; e = _e; } in TextRange() argument
1568 const char* begin() const { return b; } in begin()
1569 const char* end () const { return e; } in end()
1570 bool empty() const { return b == e; } in empty()
/external/skia/modules/skparagraph/include/
DTextStyle.h292 typedef SkRange<size_t> TextRange; typedef