Searched refs:Sep (Results 1 - 25 of 36) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Support/
H A DPath.cpp257 static StringRef getDirnameCharSep(StringRef path, const char *Sep) { argument
258 assert(Sep[0] != '\0' && Sep[1] == '\0' &&
259 "Sep must be a 1-character string literal.");
268 while (pos >= 0 && path[pos] == Sep[0])
272 return path[0] == Sep[0] ? Sep : ".";
277 while (i < pos && path[i] != Sep[0])
284 while (pos >= 0 && path[pos] != Sep[0])
288 while (pos >= 0 && path[pos] == Sep[
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/break_rules/
H A Dsentence.txt14 Sep = [\p{Sentence_Break = Sep}];
26 ParaSep = [Sep CR LF];
/external/icu/icu4c/source/test/testdata/break_rules/
H A Dsentence.txt14 Sep = [\p{Sentence_Break = Sep}];
26 ParaSep = [Sep CR LF];
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/
H A Dsentence.txt14 Sep = [\p{Sentence_Break = Sep}];
26 ParaSep = [Sep CR LF];
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringExtras.h194 template <typename Sep>
195 inline void join_items_impl(std::string &Result, Sep Separator) {}
197 template <typename Sep, typename Arg>
198 inline void join_items_impl(std::string &Result, Sep Separator,
203 template <typename Sep, typename Arg1, typename... Args>
204 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1,
241 template <typename Sep, typename... Args>
242 inline std::string join_items(Sep Separator, Args &&... Items) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h96 void print(raw_ostream &Out, const char *NL, const char *Sep) const;
100 const char *NL, const char *Sep) const;
H A DSubEngine.h159 const char *NL, const char *Sep) = 0;
/external/libmicrohttpd/doc/
H A Dmdate-sh131 Sep) month=September; nummonth=9;;
175 Sep) month=September; nummonth=9;;
199 Sep) nummonthtod=9;;
/external/python/cpython2/Modules/_ctypes/libffi/
H A Dmdate-sh131 Sep) month=September; nummonth=9;;
175 Sep) month=September; nummonth=9;;
199 Sep) nummonthtod=9;;
/external/python/cpython3/Modules/_ctypes/libffi/
H A Dmdate-sh131 Sep) month=September; nummonth=9;;
175 Sep) month=September; nummonth=9;;
199 Sep) nummonthtod=9;;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatProviders.h380 StringRef Sep = consumeOneOption(Style, '$', ", ");
383 return std::make_pair(Sep, Args);
391 StringRef Sep;
393 std::tie(Sep, ArgStyle) = parseOptions(Style);
403 Stream << Sep;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp83 const char *NL, const char *Sep) const override;
339 const char *NL, const char *Sep) const {
347 Out << Sep << NL << *this << " :" << NL;
H A DNullabilityChecker.cpp121 const char *Sep) const override;
1195 const char *NL, const char *Sep) const {
1202 Out << Sep << NL;
/external/expat/
H A Dexpat.spec98 * Wed Sep 4 2002 Fred L. Drake, Jr. <fdrake@acm.org>
128 * Wed Sep 6 2000 Sean Reifschneider <jafo-rpms@tummy.com>
/external/markdown/MarkdownTest/
H A DMarkdownTest.pl150 1.0.1 Mon 19 Sep 2005
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp423 const char *NL, const char *Sep) const {
426 Mgr.getStoreManager().print(getStore(), Out, NL, Sep); local
429 Env.print(Out, NL, Sep);
432 Mgr.getConstraintManager().print(this, Out, NL, Sep);
435 Mgr.getOwningEngine()->printState(Out, this, NL, Sep);
447 const char *NL, const char *Sep) const {
H A DEnvironment.cpp189 const char *Sep) const {
H A DCheckerManager.cpp642 const char *NL, const char *Sep) {
645 I->second->printState(Out, State, NL, Sep);
640 runCheckersForPrintState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) argument
/external/syslinux/
H A Dsyslinux.spec144 * Mon Sep 19 2006 H. Peter Anvin <hpa@zytor.com>
149 * Wed Sep 21 2005 H. Peter Anvin <hpa@zytor.com>
152 * Fri Sep 9 2005 H. Peter Anvin <hpa@zytor.com>
/external/capstone/packages/rpm/
H A Dcapstone.spec163 * Sat Sep 27 2014 Adel Gadllah <adel.gadllah@gmail.com> - 2.1.2-2
/external/libogg/
H A Dlibogg.spec108 * Sat Sep 02 2000 Jack Moffitt <jack@icecast.org>
/external/one-true-awk/
H A DFIXES364 Sep 24, 2000:
739 Sep 24, 1991:
741 and again on Sep 26.
962 Sep 30, 1988:
1016 Sep 17, 1987:
1021 Sep 12, 1987:
/external/mesa3d/docs/specs/OLD/
H A DMESA_packed_depth_stencil.spec225 Version 1.0 - 23 Sep 2000
/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp602 char Sep = ProcModel.ProcResourceDefs.empty() ? ' ' : ','; local
607 << " {DBGFIELD(\"InvalidUnit\") 0, 0, 0}" << Sep << "\n";
633 Sep = ' ';
638 << BufferSize << "}" << Sep << " // #" << i+1;
/external/icu/icu4c/packaging/rpm/
H A Dicu.spec226 * Fri Sep 27 2002 Steven Loomis <srl@jtcsv.com>
228 * Mon Sep 16 2002 Ian Holsman <ian@holsman.net>

Completed in 769 milliseconds

12