HomeSort by relevance Sort by last modified time
    Searched refs:Sep (Results 1 - 25 of 37) sorted by null

1 2

  /external/icu4c/data/brkitr/
sent.txt 19 $Sep = [\p{Sentence_Break = Sep}];
57 # Rule 4 - Break after $Sep.
60 [^$Sep $CR $LF]? ($Extend | $Format)*;
70 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
77 ($STermEx | $ATermEx) $CloseEx* $SpEx* ($Sep | $CR | $LF)?;
80 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* .;
81 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF $CR {eof}] | $CR $LF){100};
101 [{bof}] (.? | $LF $CR) [^$Sep $CR $LF]* [$Sep $CR $LF {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $ATermEx_R))*
    [all...]
sent_el.txt 19 $Sep = [\p{Sentence_Break = Sep}];
57 # Rule 4 - Break after $Sep.
60 [^$Sep $CR $LF]? ($Extend | $Format)*;
70 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
77 ($STermEx | $ATermEx) $CloseEx* $SpEx* ($Sep | $CR | $LF)?;
80 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* .;
81 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF $CR {eof}] | $CR $LF){100};
101 [{bof}] (.? | $LF $CR) [^$Sep $CR $LF]* [$Sep $CR $LF {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $ATermEx_R))*
    [all...]
  /external/llvm/lib/Support/
Path.cpp 249 static StringRef getDirnameCharSep(StringRef path, const char *Sep) {
250 assert(Sep[0] != '\0' && Sep[1] == '\0' &&
251 "Sep must be a 1-character string literal.");
260 while (pos >= 0 && path[pos] == Sep[0])
264 return path[0] == Sep[0] ? Sep : ".";
269 while (i < pos && path[i] != Sep[0])
276 while (pos >= 0 && path[pos] != Sep[0])
280 while (pos >= 0 && path[pos] == Sep[0]
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 95 void print(raw_ostream &Out, const char *NL, const char *Sep) const;
99 const char *NL, const char *Sep) const;
SubEngine.h 131 const char *NL, const char *Sep) = 0;
ExprEngine.h 274 const char *NL, const char *Sep);
  /external/grub/docs/
mdate-sh 102 Sep) month=September; nummonth=9;;
125 Sep) month=September; nummonth=9;;
146 Sep) nummonthtod=9;;
  /external/libffi/
mdate-sh 111 Sep) month=September; nummonth=9;;
153 Sep) month=September; nummonth=9;;
177 Sep) nummonthtod=9;;
  /ndk/sources/host-tools/make-3.81/config/
mdate-sh 111 Sep) month=September; nummonth=9;;
153 Sep) month=September; nummonth=9;;
177 Sep) nummonthtod=9;;
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
mdate-sh 114 Sep) month=September; nummonth=9;;
156 Sep) month=September; nummonth=9;;
180 Sep) nummonthtod=9;;
  /external/bison/build-aux/
mdate-sh 131 Sep) month=September; nummonth=9;;
175 Sep) month=September; nummonth=9;;
199 Sep) nummonthtod=9;;
  /external/strace/
strace.spec 264 * Tue Sep 30 2003 Roland McGrath <roland@redhat.com> 4.5-3
267 * Thu Sep 25 2003 Roland McGrath <roland@redhat.com> 4.5-1.2.1AS
270 * Wed Sep 24 2003 Roland McGrath <roland@redhat.com> 4.5-2
273 * Wed Sep 24 2003 Roland McGrath <roland@redhat.com> 4.5-1
321 * Fri Sep 06 2002 Karsten Hopp <karsten@redhat.de> 4.4-9
325 * Mon Sep 2 2002 Jakub Jelinek <jakub@redhat.com> 4.4-8
417 * Thu Sep 02 1999 Cristian Gafton <gafton@redhat.com>
456 * Wed Sep 30 1998 Jeff Johnson <jbj@redhat.com>
459 * Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCSelfInitChecker.cpp 77 const char *NL, const char *Sep) const;
342 const char *NL, const char *Sep) const {
350 Out << Sep << NL << "ObjCSelfInitChecker:" << NL;
  /external/markdown/MarkdownTest/
MarkdownTest.pl 150 1.0.1 Mon 19 Sep 2005
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 396 const char *NL, const char *Sep) const {
399 Mgr.getStoreManager().print(getStore(), Out, NL, Sep);
402 Env.print(Out, NL, Sep);
405 Mgr.getConstraintManager().print(this, Out, NL, Sep);
408 Mgr.getOwningEngine()->printState(Out, this, NL, Sep);
420 const char *NL, const char *Sep) const {
Environment.cpp 219 const char *Sep) const {
CheckerManager.cpp 581 const char *NL, const char *Sep) {
584 I->second->printState(Out, State, NL, Sep);
  /external/libogg/
libogg.spec 108 * Sat Sep 02 2000 Jack Moffitt <jack@icecast.org>
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 113 LOCALE_MONTHS_SHORT: 'Jan^Feb^Mar^Apr^May^Jun^Jul^Aug^Sep^Oct^Nov^Dec',
  /external/elfutils/
elfutils.spec 325 * Fri Sep 2 2005 Ulrich Drepper <drepper@redhat.com> 0.115-1
443 * Fri Sep 26 2003 Bill Nottingham <notting@redhat.com> 0.89-1
446 * Tue Sep 23 2003 Jakub Jelinek <jakub@redhat.com> 0.86-3
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 624 char Sep = ProcModel.ProcResourceDefs.empty() ? ' ' : ',';
629 << " {DBGFIELD(\"InvalidUnit\") 0, 0, 0}" << Sep << "\n";
662 Sep = ' ';
667 << IsBuffered << "}" << Sep << " // #" << i+1;
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 34 "May", "Jun", "Jul", "Aug", "Sep",
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 34 "May", "Jun", "Jul", "Aug", "Sep",
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 400 const char *NL, const char *Sep) const { }
CheckerManager.h 379 /// \param Sep The preferred separator between different kinds of data.
381 const char *NL, const char *Sep);

Completed in 695 milliseconds

1 2