Searched defs:Chars (Results 1 - 11 of 11) sorted by relevance

/external/llvm/unittests/ADT/
H A DVariadicFunctionTest.cpp60 int Chars = 0; local
62 Chars += Args[i]->size();
65 return Chars;
/external/llvm/include/llvm/ADT/
H A DSmallString.h181 /// Find the first character in the string that is in \p Chars, or npos if
184 /// Complexity: O(size() + Chars.size())
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { argument
186 return str().find_first_of(Chars, From);
196 /// \p Chars, or npos if not found.
198 /// Complexity: O(size() + Chars.size())
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { argument
200 return str().find_first_not_of(Chars, From);
212 /// Complexity: O(size() + Chars.size())
214 StringRef Chars, size_
213 find_last_of( StringRef Chars, size_t From = StringRef::npos) const argument
[all...]
/external/guava/guava/src/com/google/common/primitives/
H A DChars.java47 public final class Chars { class
48 private Chars() {} method in class:Chars
308 * bytes, in big-endian order; equivalent to {@code Chars.fromByteArray(new
402 int result = Chars.compare(left[i], right[i]);
494 && Chars.indexOf(array, (Character) target, start, end) != -1;
500 int i = Chars.indexOf(array, (Character) target, start, end);
511 int i = Chars.lastIndexOf(array, (Character) target, start, end);
558 result = 31 * result + Chars.hashCode(array[i]);
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
H A DChars.java45 public final class Chars { class
46 private Chars() {} method in class:Chars
351 int result = Chars.compare(left[i], right[i]);
443 && Chars.indexOf(array, (Character) target, start, end) != -1;
449 int i = Chars.indexOf(array, (Character) target, start, end);
460 int i = Chars.lastIndexOf(array, (Character) target, start, end);
507 result = 31 * result + Chars.hashCode(array[i]);
/external/lzma/CS/7zip/Common/
H A DCommandLineParser.cs225 int len = charsSet.Chars.Length;
228 char c = charsSet.Chars[j];
271 public string Chars = ""; field in class:SevenZip.CommandLineParser.CommandSubCharsSet
/external/clang/lib/Lex/
H A DLexer.cpp1670 unsigned Chars = 1; local
1677 IsUDSuffix = (Chars == 1 && Buffer[0] == 's') ||
1679 getLangOpts(), StringRef(Buffer, Chars));
1683 if (Chars == MaxStandardSuffixLength)
1687 Buffer[Chars++] = Next;
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 9532 milliseconds