Home
last modified time | relevance | path

Searched refs:Sep (Results 1 – 25 of 95) sorted by relevance

1234

/external/icu4c/data/brkitr/
Dsent.txt19 $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)*…
101 [{bof}] (.? | $LF $CR) [^$Sep $CR $LF]* [$Sep $CR $LF {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $A…
107 # The $Sep at which we probably begin
108 # All of the non $Sep chars leading to the preceding $Sep
[all …]
Dsent_el.txt19 $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)*…
101 [{bof}] (.? | $LF $CR) [^$Sep $CR $LF]* [$Sep $CR $LF {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $A…
107 # The $Sep at which we probably begin
108 # All of the non $Sep chars leading to the preceding $Sep
[all …]
/external/webkit/Tools/iExploder/iexploder-1.7.2/
DChangeLog.txt2 r227 | helixblue | 2010-09-20 09:20:36 +0200 (Mon, 20 Sep 2010) | 1 line
6 r226 | helixblue | 2010-09-20 09:17:00 +0200 (Mon, 20 Sep 2010) | 1 line
10 r225 | helixblue | 2010-09-20 08:50:32 +0200 (Mon, 20 Sep 2010) | 1 line
14 r224 | helixblue | 2010-09-19 23:51:56 +0200 (Sun, 19 Sep 2010) | 1 line
18 r223 | helixblue | 2010-09-19 22:45:21 +0200 (Sun, 19 Sep 2010) | 1 line
22 r222 | helixblue | 2010-09-19 22:08:13 +0200 (Sun, 19 Sep 2010) | 1 line
26 r221 | helixblue | 2010-09-19 22:07:53 +0200 (Sun, 19 Sep 2010) | 1 line
30 r220 | helixblue | 2010-09-19 21:34:24 +0200 (Sun, 19 Sep 2010) | 1 line
34 r219 | helixblue | 2010-09-19 21:34:12 +0200 (Sun, 19 Sep 2010) | 1 line
38 r218 | helixblue | 2010-09-19 21:12:11 +0200 (Sun, 19 Sep 2010) | 1 line
[all …]
/external/openssl/crypto/dh/
Dexample1 From owner-cypherpunks@toad.com Mon Sep 25 10:50:51 1995
3 (5.65c/IDA-1.4.4 for eay); Wed, 27 Sep 1995 19:41:55 +1000
5 (5.65c/IDA-1.4.4 for eay@orb.mincom.oz.au); Wed, 27 Sep 1995 19:34:59 +1000
7 Wed, 27 Sep 1995 19:13:05 +1000
9 Wed, 27 Sep 1995 04:48:46 -0400
10 Received: by toad.com id AA07905; Tue, 26 Sep 95 06:31:45 PDT
11 Received: from by toad.com id AB07851; Tue, 26 Sep 95 06:31:40 PDT
14 for <cypherpunks@toad.com>; Mon, 25 Sep 1995 17:52:47 -0700
16 id RAA14732; Mon, 25 Sep 1995 17:50:51 -0700
17 Date: Mon, 25 Sep 1995 17:50:51 -0700
/external/llvm/lib/Support/
DPath.cpp249 static StringRef getDirnameCharSep(StringRef path, const char *Sep) { in getDirnameCharSep() argument
250 assert(Sep[0] != '\0' && Sep[1] == '\0' && in getDirnameCharSep()
260 while (pos >= 0 && path[pos] == Sep[0]) in getDirnameCharSep()
264 return path[0] == Sep[0] ? Sep : "."; in getDirnameCharSep()
269 while (i < pos && path[i] != Sep[0]) in getDirnameCharSep()
276 while (pos >= 0 && path[pos] != Sep[0]) in getDirnameCharSep()
280 while (pos >= 0 && path[pos] == Sep[0]) in getDirnameCharSep()
284 return path[0] == Sep[0] ? Sep : "."; in getDirnameCharSep()
/external/e2fsprogs/tests/f_dup2/
Dexpect.114 File /termcap (inode #12, mod time Tue Sep 21 03:19:14 1993)
16 /motd (inode #13, mod time Tue Sep 21 03:19:20 1993)
19 File /motd (inode #13, mod time Tue Sep 21 03:19:20 1993)
21 /pass1.c (inode #14, mod time Tue Sep 21 04:28:37 1993)
22 /termcap (inode #12, mod time Tue Sep 21 03:19:14 1993)
25 File /pass1.c (inode #14, mod time Tue Sep 21 04:28:37 1993)
27 /motd (inode #13, mod time Tue Sep 21 03:19:20 1993)
/external/chromium/net/data/ftp/
Ddir-listing-ls-21 drwxr-xr-x 3 0 0 4096 Sep 18 2008 .
2 drwxr-xr-x 3 0 0 4096 Sep 18 2008 ..
5 lrwxrwxrwx 1 0 0 26 Sep 18 2008 pub -> vol/1/.CLUSTER/var_ftp/pub
Ddir-listing-ls-122 lrwxrwxrwx 1 other 7 Sep 1 2005 bin -> usr/bin
4 dr-xr-xr-x 2 other 512 Sep 28 2006 etc
5 drwxr-xr-x 2 other 512 Sep 28 2006 msgs
Ddir-listing-ls-155 drwxr-xr-x+ 16 root sys 512 Sep 25 09:56 pub
Ddir-listing-ls-15 -rw-r--r-- 1 ftp ftp 560 Sep 28 2007 index.html
Ddir-listing-ls-1-utf85 -rw-r--r-- 1 ftp ftp 560 Sep 28 2007 こんにちは.html
/external/e2fsprogs/tests/f_dup/
Dexpect.113 File /termcap (inode #12, mod time Tue Sep 21 03:19:14 1993)
15 /motd (inode #13, mod time Tue Sep 21 03:19:20 1993)
18 File /motd (inode #13, mod time Tue Sep 21 03:19:20 1993)
20 /termcap (inode #12, mod time Tue Sep 21 03:19:14 1993)
/external/icu4c/test/testdata/
DSentenceBreakTest.txt29 ÷ 0001 × 0085 ÷ # ÷ [0.2] <START OF HEADING> (Other) × [12.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3]
30 …F HEADING> (Other) × [5.0] COMBINING DIAERESIS (Extend_FE) × [12.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3]
59 ÷ 000D ÷ 0085 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3]
60 … RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [12.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3]
89 ÷ 000A ÷ 0085 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3]
90 …NE FEED (LF)> (LF) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [12.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3]
113 ÷ 0085 ÷ 0001 ÷ # ÷ [0.2] <NEXT LINE (NEL)> (Sep) ÷ [4.0] <START OF HEADING> (Other) ÷ [0.3]
114 ÷ 0085 ÷ 0308 × 0001 ÷ # ÷ [0.2] <NEXT LINE (NEL)> (Sep) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) ×…
115 ÷ 0085 ÷ 000D ÷ # ÷ [0.2] <NEXT LINE (NEL)> (Sep) ÷ [4.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
116 ÷ 0085 ÷ 0308 × 000D ÷ # ÷ [0.2] <NEXT LINE (NEL)> (Sep) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) ×…
[all …]
/external/grub/docs/
Dmdate-sh102 Sep) month=September; nummonth=9;;
125 Sep) month=September; nummonth=9;;
146 Sep) nummonthtod=9;;
/external/libffi/
Dmdate-sh111 Sep) month=September; nummonth=9;;
153 Sep) month=September; nummonth=9;;
177 Sep) nummonthtod=9;;
/external/e2fsprogs/tests/f_dup3/
Dexpect.114 File /lost+found (inode #11, mod time Mon Sep 20 03:26:36 1993)
18 File /pass1.c (inode #14, mod time Tue Sep 21 04:28:37 1993)
22 File /e2fsck (inode #16, mod time Tue Sep 21 04:32:22 1993)
/external/bison/build-aux/
Dmdate-sh131 Sep) month=September; nummonth=9;;
175 Sep) month=September; nummonth=9;;
199 Sep) nummonthtod=9;;
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/
DBorland-2.42 id HAA01193; Thu, 29 Sep 1994 07:26:54 -0700
5 id AA07292 ; Thu, 29 Sep 94 10:26:41 -0400
7 Received: by larry.cc.emory.edu (5.0) id AA11757; Thu, 29 Sep 1994 10:26:43 +0500
11 Date: Thu, 29 Sep 1994 10:26:42 -0400 (EDT)
37 +++ ../misc.c Wed Sep 28 18:44:32 1994
104 +++ ../skel.c Wed Sep 28 18:50:58 1994
153 +++ ../initscan.c Wed Sep 28 18:51:34 1994
202 +++ ../flexdef.h Wed Sep 28 18:53:44 1994
/external/icu4c/data/locales/
Dde_AT.txt46 "Sep.",
76 "Sep",
/external/strace/
Dstrace.spec264 * 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/open-vcdiff/packages/deb/
Dchangelog11 -- Google Inc. <opensource@google.com> Tue, 27 Sep 2011 10:30:38 -0700
59 -- Google Inc. <opensource@google.com> Tue, 2 Sep 2008 09:20:20 -0700
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DEnvironment.h95 void print(raw_ostream &Out, const char *NL, const char *Sep) const;
99 const char *NL, const char *Sep) const;
/external/smali/gradle/wrapper/
Dgradle-wrapper.properties1 #Fri Sep 14 20:49:55 PDT 2012
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCSelfInitChecker.cpp77 const char *NL, const char *Sep) const;
342 const char *NL, const char *Sep) const { in printState()
350 Out << Sep << NL << "ObjCSelfInitChecker:" << NL; in printState()
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp396 const char *NL, const char *Sep) const { in print()
399 Mgr.getStoreManager().print(getStore(), Out, NL, Sep); in print()
402 Env.print(Out, NL, Sep); in print()
405 Mgr.getConstraintManager().print(this, Out, NL, Sep); in print()
408 Mgr.getOwningEngine()->printState(Out, this, NL, Sep); in print()
420 const char *NL, const char *Sep) const { in printTaint()

1234