/third_party/f2fs-tools/lib/ |
H A D | nls_utf8.c | 54 short int ccc; member 678 u8c->ccc = STOPPER; in utf8ncursor() 716 * Characters are emitted if they match the current CCC in u8c->ccc. 717 * Hitting end-of-string while u8c->ccc == STOPPER means we're done, 731 * u8c->ccc == -1 -> this is the first scan of a repeating scan. 736 int ccc; in utf8byte() local 748 if (u8c->ccc == STOPPER) in utf8byte() 751 ccc = STOPPER; in utf8byte() 772 ccc = LEAF_CCC(leaf); in utf8byte() 775 ccc in utf8byte() [all...] |
/third_party/libdrm/tests/tegra/ |
H A D | vic30.c | 108 ColorConversionClampStruct *ccc; in vic30_blit() local 193 ccc = &c->colorConversionClampStruct[0]; in vic30_blit() 194 ccc->low = 0; in vic30_blit() 195 ccc->high = 1023; in vic30_blit() 216 ColorConversionClampStruct *ccc; in vic30_flip() local 302 ccc = &c->colorConversionClampStruct[0]; in vic30_flip() 303 ccc->low = 0; in vic30_flip() 304 ccc->high = 1023; in vic30_flip()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-ucd-table.py | 29 ccc = [int(u['ccc']) for u in ucd] variable 31 #gc_ccc_non0 = set((cat,klass) for cat,klass in zip(gc,ccc) if klass) 47 dm2 = sorted((v+(i if i not in ce and not ccc[i] else 0,), v) 117 ('ccc', ccc, 0, None),
|
/third_party/typescript/tests/baselines/reference/ |
H A D | bindingPatternCannotBeOnlyInferenceSource.js | 16 funcC: (c: number, cc: number, ccc: boolean): void => {}, 37 funcC: function (c, cc, ccc) { }
|
/third_party/toybox/scripts/ |
H A D | cross.sh | 3 # Convenience wrapper to set $CROSS_COMPILE from short name using "ccc" 11 CCC="$(dirname "$(readlink -f "$0")")"/../ccc 14 echo "Create symlink 'ccc' to cross compiler directory, ala:" 15 echo " ln -s ~/musl-cross-make/ccc ccc"
|
/third_party/skia/third_party/externals/freetype/builds/compiler/ |
H A D | bcc-dev.mk | 66 CFLAGS ?= -q -c -y -d -v -Od -w-par -w-ccc -w-rch -w-pro -w-aus
|
H A D | bcc.mk | 66 CFLAGS ?= -c -q -y -d -v -Od -w-par -w-ccc -w-rch -w-pro -w-aus
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_server.c | 335 OSSL_CMP_CERTCONFIRMCONTENT *ccc; in process_certConf() local 344 ccc = req->body->value.certConf; in process_certConf() 345 num = sk_OSSL_CMP_CERTSTATUS_num(ccc); in process_certConf() 358 status = sk_OSSL_CMP_CERTSTATUS_value(ccc, OSSL_CMP_CERTREQID); in process_certConf()
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_server.c | 335 OSSL_CMP_CERTCONFIRMCONTENT *ccc; in process_certConf() local 344 ccc = req->body->value.certConf; in process_certConf() 345 num = sk_OSSL_CMP_CERTSTATUS_num(ccc); in process_certConf() 358 status = sk_OSSL_CMP_CERTSTATUS_value(ccc, OSSL_CMP_CERTREQID); in process_certConf()
|
/third_party/curl/lib/ |
H A D | ftp.h | 150 unsigned char ccc; /* ccc level for this connection */ member
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | ppucd.cpp | 386 unsigned long ccc=uprv_strtoul(v, &end, 10); in parseProperty() local 387 if(v<end && *end==0 && ccc<=254) { in parseProperty() 388 value=(int32_t)ccc; in parseProperty()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ppucd.cpp | 386 unsigned long ccc=uprv_strtoul(v, &end, 10); in parseProperty() local 387 if(v<end && *end==0 && ccc<=254) { in parseProperty() 388 value=(int32_t)ccc; in parseProperty()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ppucd.cpp | 379 unsigned long ccc=uprv_strtoul(v, &end, 10); in parseProperty() local 380 if(v<end && *end==0 && ccc<=254) { in parseProperty() 381 value=(int32_t)ccc; in parseProperty()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_format.cc | 196 const bool ccc = (ext && mode[2] == ':'); in FormatOffset() local 197 if (ext && (!ccc || seconds != 0)) { in FormatOffset() 205 if (!ccc || minutes != 0 || seconds != 0) { in FormatOffset()
|
/third_party/icu/tools/unicode/py/ |
H A D | preparseucd.py | 211 if prop[1][0].endswith("ccc"): 481 if name.endswith("ccc"): 508 # lccc = ccc of first cp in canonical decomposition. 510 ccc_prop = list(_properties["ccc"]) 516 # tccc = ccc of last cp in canonical decomposition. 704 ccc = int(fields[3]) 705 if ccc: props["ccc"] = ccc 1279 out_file.write("# Canonical_Combining_Class (ccc) value [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateTimeGeneratorTest.java | 1805 "en_US", "E", "ccc", in testBestPattern() 1808 "en_US", "EE", "ccc", in testBestPattern() 1811 "en_US", "EEE", "ccc", in testBestPattern() 1812 "en_US", "ccc", "ccc", in testBestPattern() 1813 "en_US", "eee", "ccc", in testBestPattern()
|
/third_party/python/Lib/ |
H A D | random.py | 700 ccc = alpha + ainv 710 r = bbb + ccc * v - x
|
H A D | ftplib.py | 760 def ccc(self): member in .FTP_TLS
|
/third_party/json/tests/src/ |
H A D | unit-merge_patch.cpp | 236 json patch = R"({"a":{"bb":{"ccc":null}}})"_json;
|
/third_party/gn/src/gn/ |
H A D | functions_unittest.cc | 348 print(string_split("a|bb|ccc", "|")) # Multiple elements in TEST() 389 "[\"a\", \"bb\", \"ccc\"]\n" // Multiple elements in TEST()
|
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/ |
H A D | property_bool.rs | 229 ('ೊ', '\u{ccc}'), 1031 ('\u{ccc}', '\u{ccd}'), 5792 ('\u{ccc}', '\u{ccd}'), 8535 ('ೊ', '\u{ccc}'),
|
/third_party/python/Lib/test/ |
H A D | test_ftplib.py | 1007 self.assertRaises(ValueError, self.client.ccc) 1010 self.client.ccc()
|
/third_party/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 497 #pragma option push -w-ccc -w-rch 1238 #pragma option push -w-ccc 3631 #pragma option push -w-ccc -w-rch 6420 #pragma option push -w-ccc -w-rch
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 64 private static final boolean isCccValue(int ccc) { in isCccValue() argument 65 switch (ccc) { in isCccValue() 1037 "\\p{ccc=Nukta}", in TestPropertySet() 1157 "[[:ccc=0:]-[:lccc=0:]-[:tccc=0:]]", // Weirdos. Complete canonical class is zero, but both lead and trail are not in TestPropertySet() 2753 // All numeric ccc values 0..255 are valid, but many are unused. in TestUnusedCcc() 2754 UnicodeSet ccc2 = new UnicodeSet("[:ccc=2:]"); in TestUnusedCcc() 2755 assertTrue("[:ccc=2:] -> empty set", ccc2.isEmpty()); in TestUnusedCcc() 2757 UnicodeSet ccc255 = new UnicodeSet("[:ccc=255:]"); in TestUnusedCcc() 2758 assertTrue("[:ccc=255:] -> empty set", ccc255.isEmpty()); in TestUnusedCcc() 2762 new UnicodeSet("[:ccc in TestUnusedCcc() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 61 private static final boolean isCccValue(int ccc) { in isCccValue() argument 62 switch (ccc) { in isCccValue() 1051 "\\p{ccc=Nukta}", in TestPropertySet() 1171 "[[:ccc=0:]-[:lccc=0:]-[:tccc=0:]]", // Weirdos. Complete canonical class is zero, but both lead and trail are not in TestPropertySet() 2792 // All numeric ccc values 0..255 are valid, but many are unused. in TestUnusedCcc() 2793 UnicodeSet ccc2 = new UnicodeSet("[:ccc=2:]"); in TestUnusedCcc() 2794 assertTrue("[:ccc=2:] -> empty set", ccc2.isEmpty()); in TestUnusedCcc() 2796 UnicodeSet ccc255 = new UnicodeSet("[:ccc=255:]"); in TestUnusedCcc() 2797 assertTrue("[:ccc=255:] -> empty set", ccc255.isEmpty()); in TestUnusedCcc() 2801 new UnicodeSet("[:ccc in TestUnusedCcc() [all...] |