/external/icu/icu4c/source/data/brkitr/rules/ |
D | sent.txt | 22 $Sep = [\p{Sentence_Break = Sep}]; 60 # Rule 4 - Break after $Sep. 63 [^$Sep $CR $LF]? ($Extend | $Format)*; 73 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*; 80 ($STermEx | $ATermEx) $CloseEx* $SpEx* ($Sep | $CR | $LF)?; 83 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*… 84 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*… 104 [{bof}] (.? | $LF $CR) [^$Sep $CR $LF]* [$Sep $CR $LF {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $A… 110 # The $Sep at which we probably begin 111 # All of the non $Sep chars leading to the preceding $Sep [all …]
|
D | sent_el.txt | 22 $Sep = [\p{Sentence_Break = Sep}]; 60 # Rule 4 - Break after $Sep. 63 [^$Sep $CR $LF]? ($Extend | $Format)*; 73 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*; 80 ($STermEx | $ATermEx) $CloseEx* $SpEx* ($Sep | $CR | $LF)?; 83 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*… 84 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*… 104 [{bof}] (.? | $LF $CR) [^$Sep $CR $LF]* [$Sep $CR $LF {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $A… 110 # The $Sep at which we probably begin 111 # All of the non $Sep chars leading to the preceding $Sep [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Path.cpp | 257 static StringRef getDirnameCharSep(StringRef path, const char *Sep) { in getDirnameCharSep() argument 258 assert(Sep[0] != '\0' && Sep[1] == '\0' && in getDirnameCharSep() 268 while (pos >= 0 && path[pos] == Sep[0]) in getDirnameCharSep() 272 return path[0] == Sep[0] ? Sep : "."; in getDirnameCharSep() 277 while (i < pos && path[i] != Sep[0]) in getDirnameCharSep() 284 while (pos >= 0 && path[pos] != Sep[0]) in getDirnameCharSep() 288 while (pos >= 0 && path[pos] == Sep[0]) in getDirnameCharSep() 292 return path[0] == Sep[0] ? Sep : "."; in getDirnameCharSep()
|
/external/e2fsprogs/tests/f_dup2/ |
D | expect.1 | 14 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/python/cpython2/Lib/email/test/data/ |
D | msg_16.txt | 5 for <scr-admin@socal-raves.org>; Sun, 23 Sep 2001 20:13:54 -0700 (PDT) 9 23 Sep 2001 20:14:35 -0700 (PDT) 12 id <0GK500B01D0B8X@cougar.noc.ucla.edu>; Sun, 23 Sep 2001 20:14:35 -0700 (PDT) 13 Date: Sun, 23 Sep 2001 20:14:35 -0700 (PDT) 41 Date: Sun, 23 Sep 2001 20:10:55 -0700 69 id <0GK500B01D0B8X@cougar.noc.ucla.edu>; Sun, 23 Sep 2001 20:14:35 -0700 (PDT) 73 Sun, 23 Sep 2001 20:14:33 -0700 (PDT) 77 <jangel1@ucla.edu>; Sun, 23 Sep 2001 20:14:32 -0700 (PDT) 79 (Postfix) with ESMTP id D3B2951B70; Sun, 23 Sep 2001 20:13:47 -0700 (PDT) 81 id A611F51B82; Sun, 23 Sep 2001 20:13:46 -0700 (PDT) [all …]
|
D | msg_44.txt | 4 id C2BF0D37C6; Tue, 11 Sep 2001 00:05:05 -0400 (EDT) 12 Date: Tue, 11 Sep 2001 00:05:05 -0400
|
D | msg_04.txt | 4 id C2BF0D37C6; Tue, 11 Sep 2001 00:05:05 -0400 (EDT) 12 Date: Tue, 11 Sep 2001 00:05:05 -0400
|
D | msg_06.txt | 12 Date: Thu, 13 Sep 2001 17:28:42 -0400 27 Date: Thu, 13 Sep 2001 17:28:28 -0400
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringExtras.h | 194 template <typename Sep> 195 inline void join_items_impl(std::string &Result, Sep Separator) {} in join_items_impl() 197 template <typename Sep, typename Arg> 198 inline void join_items_impl(std::string &Result, Sep Separator, in join_items_impl() 203 template <typename Sep, typename Arg1, typename... Args> 204 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, in join_items_impl() 241 template <typename Sep, typename... Args> 242 inline std::string join_items(Sep Separator, Args &&... Items) { in join_items()
|
/external/e2fsprogs/tests/f_dup/ |
D | expect.1 | 13 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/curl/tests/data/ |
D | test1117 | 14 Date: Thu, 09 Sep 2010 14:49:00 GMT 24 Date: Thu, 09 Sep 2010 14:49:01 GMT 55 Date: Thu, 09 Sep 2010 14:49:00 GMT 62 Date: Thu, 09 Sep 2010 14:49:01 GMT
|
D | test1331 | 19 Date: Tue, 25 Sep 2001 19:37:44 GMT 39 Date: Tue, 25 Sep 2001 19:37:44 GMT
|
/external/icu/icu4c/source/test/testdata/ |
D | SentenceBreakTest.txt | 30 ÷ 0001 × 0085 ÷ # ÷ [0.2] <START OF HEADING> (Other) × [998.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3] 31 … HEADING> (Other) × [5.0] COMBINING DIAERESIS (Extend_FE) × [998.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3] 60 ÷ 000D ÷ 0085 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3] 61 …RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [998.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3] 90 ÷ 000A ÷ 0085 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3] 91 …E FEED (LF)> (LF) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [998.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3] 114 ÷ 0085 ÷ 0001 ÷ # ÷ [0.2] <NEXT LINE (NEL)> (Sep) ÷ [4.0] <START OF HEADING> (Other) ÷ [0.3] 115 ÷ 0085 ÷ 0308 × 0001 ÷ # ÷ [0.2] <NEXT LINE (NEL)> (Sep) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) ×… 116 ÷ 0085 ÷ 000D ÷ # ÷ [0.2] <NEXT LINE (NEL)> (Sep) ÷ [4.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3] 117 ÷ 0085 ÷ 0308 × 000D ÷ # ÷ [0.2] <NEXT LINE (NEL)> (Sep) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) ×… [all …]
|
/external/e2fsprogs/tests/f_dup3/ |
D | expect.1 | 14 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/libmicrohttpd/doc/ |
D | mdate-sh | 131 Sep) month=September; nummonth=9;; 175 Sep) month=September; nummonth=9;; 199 Sep) nummonthtod=9;;
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | mdate-sh | 131 Sep) month=September; nummonth=9;; 175 Sep) month=September; nummonth=9;; 199 Sep) nummonthtod=9;;
|
/external/bison/build-aux/ |
D | mdate-sh | 131 Sep) month=September; nummonth=9;; 175 Sep) month=September; nummonth=9;; 199 Sep) nummonthtod=9;;
|
/external/icu/icu4c/source/test/testdata/break_rules/ |
D | sentence.txt | 14 Sep = [\p{Sentence_Break = Sep}]; 26 ParaSep = [Sep CR LF];
|
/external/icu/icu4c/source/data/locales/ |
D | de_IT.txt | 18 "Sep.", 48 "Sep",
|
D | de_AT.txt | 38 "Sep.", 68 "Sep",
|
D | en_AU.txt | 166 "Sep.", 182 "Sep.",
|
/external/tcpdump/tests/ |
D | syslog-v.out | 4 Msg: Sep 12 19:16:12 through logger: test message 21\0x00 8 Msg: Sep 12 19:16:18 through logger: test message 22\0x00
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FormatProviders.h | 380 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/libmicrohttpd/ |
D | ChangeLog | 125 Mon Sep 29 22:25:34 CEST 2014 128 Fri Sep 12 17:32:09 CEST 2014 376 Mon Sep 23 20:24:48 CEST 2013 380 Mon Sep 23 14:15:00 CEST 2013 383 Fri Sep 20 17:01:37 CEST 2013 386 Wed Sep 18 18:29:24 CEST 2013 395 Wed Sep 18 14:31:35 CEST 2013 398 Tue Sep 17 21:32:47 CEST 2013 401 Fri Sep 6 10:00:44 CEST 2013 405 Wed Sep 4 17:23:15 CEST 2013 [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | Environment.h | 96 void print(raw_ostream &Out, const char *NL, const char *Sep) const; 100 const char *NL, const char *Sep) const;
|