Home
last modified time | relevance | path

Searched refs:ccc (Results 1 – 25 of 210) sorted by relevance

123456789

/external/icu/icu4c/source/data/translit/
Dlt_Title.txt11 [:cased:] [:case-ignorable:]* {I } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0307;
12 [:cased:] [:case-ignorable:]* {J } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → j \u0307;
13 [:cased:] [:case-ignorable:]* {Į } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → į \u0307;
18 [:Soft_Dotted:] [^[:ccc=Not_Reordered:][:ccc=Above:]]* { \u0307 → ;
Dlt_Lower.txt11 I } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0307;
12 J } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → j \u0307;
13 Į } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → į \u0307;
Del_Upper.txt11 [:Greek:] [^[:ccc=Not_Reordered:][:ccc=Above:]]*? { [\u0313\u0314\u0301\u0300\u0306\u0342\u0308\u03…
12 [:Greek:] [^[:ccc=Not_Reordered:][:ccc=Iota_Subscript:]]*? { \u0345 → ;
DHebrew_Latin.txt10 :: [[:Hebrew:] [:^ccc=0:] [\u05B0-\u05B9\u05BB-\u05BC\u05C1-\u05C2ℵ-ℸ\u0304\u05BF] - [\u05BD]] ;
46 $above = [^[:ccc=0:][:ccc=230:]]*;
73 :: ([[:Latin:] [:^ccc=0:] [ʻ-ʼ\u0300-\u0302\u0307\u030C\u0327\u0331\u0340-\u0341 \u0304 ]]);
Dlt_Upper.txt11 [:Soft_Dotted:] [^[:ccc=Not_Reordered:][:ccc=Above:]]* { \u0307 → ;
Dtr_Lower.txt11 I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
Daz_Lower.txt11 I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
/external/chromium_org/third_party/icu/source/data/translit/
Dlt_Title.txt11 [:cased:] [:case-ignorable:]* {I } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0307;
12 [:cased:] [:case-ignorable:]* {J } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → j \u0307;
13 [:cased:] [:case-ignorable:]* {Į } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → į \u0307;
18 [:Soft_Dotted:] [^[:ccc=Not_Reordered:][:ccc=Above:]]* { \u0307 → ;
Dlt_Lower.txt11 I } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0307;
12 J } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → j \u0307;
13 Į } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → į \u0307;
Del_Upper.txt11 [:Greek:] [^[:ccc=Not_Reordered:][:ccc=Above:]]*? { [\u0313\u0314\u0301\u0300\u0306\u0342\u0308\u03…
12 [:Greek:] [^[:ccc=Not_Reordered:][:ccc=Iota_Subscript:]]*? { \u0345 → ;
DHebrew_Latin.txt10 :: [[:Hebrew:] [:^ccc=0:] [\u05B0-\u05B9\u05BB-\u05BC\u05C1-\u05C2ℵ-ℸ\u0304\u05BF] - [\u05BD]] ;
46 $above = [^[:ccc=0:][:ccc=230:]]*;
73 :: ([[:Latin:] [:^ccc=0:] [ʻ-ʼ\u0300-\u0302\u0307\u030C\u0327\u0331\u0340-\u0341 \u0304 ]]);
Dlt_Upper.txt11 [:Soft_Dotted:] [^[:ccc=Not_Reordered:][:ccc=Above:]]* { \u0307 → ;
Dtr_Lower.txt11 I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
Daz_Lower.txt11 I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
/external/chromium_org/third_party/icu/source/data/locales/
Dru.txt216 E{"ccc"}
228 MMMEd{"ccc, d MMM"}
494 E{"ccc"}
506 MMMEd{"ccc, d MMM"}
552 M{"ccc, d MMM - ccc, d MMM"}
553 d{"ccc, d - E, d MMM"}
596 M{"ccc, dd.MM.y - ccc, dd.MM.y G"}
597 d{"ccc, dd.MM.y - ccc, dd.MM.y G"}
598 y{"ccc, dd.MM.y - ccc, dd.MM.y G"}
605 M{"ccc, d MMM - ccc, d MMM y 'г'. G"}
[all …]
/external/chromium_org/third_party/sqlite/src/test/
Dcollate8.test26 INSERT INTO t1 VALUES('ccc');
30 } {aaa BBB ccc DDD}
33 SELECT rowid FROM t1 WHERE a<'ccc' ORDER BY 1
38 SELECT rowid FROM t1 WHERE a<'ccc' COLLATE binary ORDER BY 1
43 SELECT rowid FROM t1 WHERE +a<'ccc' ORDER BY 1
50 } {aaa BBB ccc DDD}
55 } {aaa BBB ccc DDD}
58 SELECT a AS x FROM t1 WHERE x<'ccc' ORDER BY 1
63 SELECT a AS x FROM t1 WHERE x<'ccc' COLLATE binary ORDER BY [x]
68 SELECT a AS x FROM t1 WHERE +x<'ccc' ORDER BY 1
[all …]
/external/clang/test/Sema/
Dwarn-documentation.cpp243 int test_param15(int bbb, int ccc);
266 C(int bbb, int ccc);
270 int test_param19(int bbb, int ccc);
276 void test_param20(int bbb, int ccc);
310 typedef int test_function_like_typedef1(int aaa, int ccc);
316 typedef int (*test_function_like_typedef2)(int aaa, int ccc);
322 typedef int (* const test_function_like_typedef3)(int aaa, int ccc);
328 typedef int (C::*test_function_like_typedef4)(int aaa, int ccc);
334 typedef foo::function_wrapper<int (int aaa, int ccc)> test_function_like_typedef5;
340 typedef foo::function_wrapper<int (int aaa, int ccc)> *test_function_like_typedef6;
[all …]
/external/icu/icu4c/source/data/locales/
Dru.txt240 E{"ccc"}
252 MMMEd{"ccc, d MMM"}
518 E{"ccc"}
530 MMMEd{"ccc, d MMM"}
576 M{"ccc, d MMM - ccc, d MMM"}
577 d{"ccc, d - E, d MMM"}
620 M{"ccc, dd.MM.y - ccc, dd.MM.y G"}
621 d{"ccc, dd.MM.y - ccc, dd.MM.y G"}
622 y{"ccc, dd.MM.y - ccc, dd.MM.y G"}
629 M{"ccc, d MMM - ccc, d MMM y 'г'. G"}
[all …]
/external/clang/test/ARCMT/
Ddriver-migrate.m1 // RUN: %clang -### -ccc-arcmt-migrate /foo/bar -fsyntax-only %s 2>&1 | FileCheck %s
6 // RUN: %clang -ccc-arcmt-check -target i386-apple-darwin9 -### %t.o 2> %t.log
8 // RUN: %clang -ccc-arcmt-migrate /foo/bar -target i386-apple-darwin9 -### %t.o 2> %t.log
14 // RUN: %clang -### -ccc-arcmt-migrate /foo/bar -fsyntax-only -fno-objc-arc %s 2>&1 | FileCheck -ch…
/external/sqlite/android/
DPhoneNumberUtils.cpp152 int ccc = 0; in tryGetCountryCallingCode() local
187 ccc = ccc * 10 + ret; in tryGetCountryCallingCode()
188 if (ccc >= 100 || isCountryCallingCode(ccc)) { in tryGetCountryCallingCode()
195 return ccc; in tryGetCountryCallingCode()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
Dstyle.css94 border-color: #999 #ccc #ccc #999;
99 border-color: #ccc #999 #999 #ccc;
102 border-color: #999 #ccc #ccc #999;
238 border-bottom: 1px solid #ccc;
270 border-top: 1px solid #ccc;
/external/valgrind/main/memcheck/tests/
Dsuppfree.supp6 fun:ccc
28 fun:ccc
40 fun:ccc
Derrs1.c8 void ccc ( void ) { ddd(); } in ccc() function
9 void bbb ( void ) { ccc(); } in bbb()
Dsuppfree.c10 void ccc (char* x) in ccc() function
17 ccc(x); in bbb()
/external/llvm/test/Bitcode/
Dcalling-conventions.3.2.ll7 declare ccc void @ccc()
8 ; CHECK: declare void @ccc
56 ; CHECK: call void @ccc
57 call ccc void @ccc()

123456789