Home
last modified time | relevance | path

Searched defs:Chars (Results 1 – 19 of 19) sorted by relevance

/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DSampleElements.java70 public static class Chars extends SampleElements<Character> { class in SampleElements
71 public Chars() { in Chars() method in SampleElements.Chars
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSampleElements.java70 public static class Chars extends SampleElements<Character> { class in SampleElements
71 public Chars() { in Chars() method in SampleElements.Chars
/external/llvm/lib/Support/
DStringRef.cpp205 StringRef::size_type StringRef::find_first_of(StringRef Chars, in find_first_of()
230 StringRef::size_type StringRef::find_first_not_of(StringRef Chars, in find_first_not_of()
246 StringRef::size_type StringRef::find_last_of(StringRef Chars, in find_last_of()
271 StringRef::size_type StringRef::find_last_not_of(StringRef Chars, in find_last_not_of()
DScaledNumber.cpp187 SmallVector<char, 24> Chars; in toStringAPFloat() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DStringRef.cpp250 StringRef::size_type StringRef::find_first_of(StringRef Chars, in find_first_of()
275 StringRef::size_type StringRef::find_first_not_of(StringRef Chars, in find_first_not_of()
291 StringRef::size_type StringRef::find_last_of(StringRef Chars, in find_last_of()
316 StringRef::size_type StringRef::find_last_not_of(StringRef Chars, in find_last_not_of()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DStringRef.cpp236 StringRef::size_type StringRef::find_first_of(StringRef Chars, in find_first_of()
261 StringRef::size_type StringRef::find_first_not_of(StringRef Chars, in find_first_not_of()
277 StringRef::size_type StringRef::find_last_of(StringRef Chars, in find_last_of()
302 StringRef::size_type StringRef::find_last_not_of(StringRef Chars, in find_last_not_of()
DGlobPattern.cpp83 StringRef Chars = S.substr(1, End - 1); in scan() local
DScaledNumber.cpp187 SmallVector<char, 24> Chars; in toStringAPFloat() local
Draw_ostream.cpp457 static const char Chars[] = {C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, in write_padding() local
/external/llvm/unittests/ADT/
DVariadicFunctionTest.cpp60 int Chars = 0; in StringAppendImpl() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DVariadicFunctionTest.cpp60 int Chars = 0; in StringAppendImpl() local
/external/guava/android/guava/src/com/google/common/primitives/
DChars.java49 public final class Chars { class
50 private Chars() {} in Chars() method in Chars
/external/guava/guava/src/com/google/common/primitives/
DChars.java49 public final class Chars { class
50 private Chars() {} in Chars() method in Chars
/external/lzma/CS/7zip/Common/
DCommandLineParser.cs271 public string Chars = ""; field in SevenZip.CommandLineParser.CommandSubCharsSet
/external/clang/lib/Format/
DBreakableToken.cpp98 for (unsigned Chars = 0;;) { in getStringSplit() local
/external/google-breakpad/src/testing/test/
Dgmock-internal-utils_test.cc588 typedef std::vector<char> Chars; in TEST() typedef
/external/googletest/googlemock/test/
Dgmock-internal-utils_test.cc597 typedef std::vector<char> Chars; in TEST() typedef
/external/clang/lib/Lex/
DLexer.cpp1696 unsigned Chars = 1; in LexUDSuffix() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.cpp150 SmallVector<UTF16, 128> Chars; in processString() local