Home
last modified time | relevance | path

Searched +defs:c +defs:seq +defs:d (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DUTF16CollationIterator.java25 public UTF16CollationIterator(CollationData d) { in UTF16CollationIterator()
29 public UTF16CollationIterator(CollationData d, boolean numeric, CharSequence s, int p) { in UTF16CollationIterator()
75 char c = seq.charAt(pos++); in nextCodePoint() local
91 char c = seq.charAt(--pos); in previousCodePoint() local
107 char c = seq.charAt(pos++); in handleNextCE32() local
124 char c = seq.charAt(pos++); in forwardNumCodePoints() local
136 char c = seq.charAt(--pos); in backwardNumCodePoints() local
145 protected CharSequence seq; field in UTF16CollationIterator
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DUTF16CollationIterator.java27 public UTF16CollationIterator(CollationData d) { in UTF16CollationIterator()
31 public UTF16CollationIterator(CollationData d, boolean numeric, CharSequence s, int p) { in UTF16CollationIterator()
77 char c = seq.charAt(pos++); in nextCodePoint() local
93 char c = seq.charAt(--pos); in previousCodePoint() local
109 char c = seq.charAt(pos++); in handleNextCE32() local
126 char c = seq.charAt(pos++); in forwardNumCodePoints() local
138 char c = seq.charAt(--pos); in backwardNumCodePoints() local
147 protected CharSequence seq; field in UTF16CollationIterator
/external/python/cpython2/Python/
Dast.c121 ast_warn(struct compiling *c, const node *n, char *msg) in ast_warn()
134 forbidden_check(struct compiling *c, const node *n, const char *x) in forbidden_check()
223 struct compiling c; in PyAST_FromNode() local
370 set_context(struct compiling *c, expr_ty e, expr_context_ty ctx, const node *n) in set_context()
488 ast_for_augassign(struct compiling *c, const node *n) in ast_for_augassign()
526 ast_for_comp_op(struct compiling *c, const node *n) in ast_for_comp_op()
578 seq_for_testlist(struct compiling *c, const node *n) in seq_for_testlist()
581 asdl_seq *seq; in seq_for_testlist() local
608 compiler_complex_args(struct compiling *c, const node *n) in compiler_complex_args()
663 ast_for_arguments(struct compiling *c, const node *n) in ast_for_arguments()
[all …]
Dbltinmodule.c246 PyObject *func, *seq, *result, *it, *arg; in builtin_filter() local
425 int c; in builtin_cmp() local
762 Dir *d; in builtin_execfile() local
870 PyObject *d; in builtin_globals() local
1343 PyObject *d; in builtin_locals() local
2229 PyObject *newlist, *v, *seq, *compare=NULL, *keyfunc=NULL, *newargs; in builtin_sorted() local
2274 PyObject *d; in builtin_vars() local
2309 PyObject *seq; in builtin_sum() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java291 Certificate c = (Certificate)certs.remove(alias); in engineDeleteEntry() local
323 Certificate c = (Certificate)certs.get(alias); in engineGetCertificate() local
347 Enumeration c = certs.elements(); in engineGetCertificateAlias() local
391 Certificate c = engineGetCertificate(alias); in engineGetCertificateChain() local
860 ContentInfo[] c = authSafe.getContentInfo(); in engineLoad() local
867 ASN1Sequence seq = (ASN1Sequence)dIn.readObject(); in engineLoad() local
958 EncryptedData d = EncryptedData.getInstance(c[i].getContent()); in engineLoad() local
961 ASN1Sequence seq = (ASN1Sequence)ASN1Primitive.fromByteArray(octets); in engineLoad() local
/external/regex-re2/re2/
Dparse.cc717 int d = 0; in RemoveLeadingString() local
1129 int c; in ParseInteger() local
1215 static int IsHex(int c) { in IsHex()
1222 static int UnHex(int c) { in UnHex()
1250 Rune c, c1; in ParseEscape() local
1520 Rune c = (*s)[1]; in ParseUnicodeGroup() local
1528 StringPiece seq = *s; // \p{Han} or \pL in ParseUnicodeGroup() local
1778 int c = name[i]; in IsValidCaptureName() local
1855 Rune c; in ParsePerlFlags() local
/external/python/cpython2/Modules/
D_json.c131 #define S_CHAR(c) (c >= ' ' && c <= '~' && c != '\\' && c != '"') argument
132 #define IS_WHITESPACE(c) (((c) == ' ') || ((c) == '\t') || ((c) == '\n') || ((c) == '\r')) argument
159 ascii_escape_char(Py_UNICODE c, char *output, Py_ssize_t chars) in ascii_escape_char()
236 Py_UNICODE c = input_unicode[i]; in ascii_escape_unicode() local
286 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i]; in ascii_escape_str() local
336 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i]; in ascii_escape_str() local
463 Py_UNICODE c = 0; in scanstring_str() local
636 Py_UNICODE c = 0; in scanstring_unicode() local
1379 double d = PyOS_string_to_double(PyString_AS_STRING(numstr), in _match_number_str() local
2254 encoder_listencode_list(PyEncoderObject *s, PyObject *rval, PyObject *seq, Py_ssize_t indent_level) in encoder_listencode_list()
D_testcapimodule.c1051 int a, b, c; in getargs_tuple() local
1244 double d; in getargs_d() local
1294 char c; in getargs_c() local
2232 PyObject *seq; in sequence_delitem() local
2599 #define AddSym(d, n, f, v) {PyObject *o = f(v); PyDict_SetItemString(d, n, o); Py_DECREF(o);} argument
/external/blktrace/
Dblkparse.c457 #define IN_SKIP(sip,seq) (((sip)->start <= (seq)) && ((seq) <= sip->end)) argument
458 static int check_current_skips(struct per_cpu_info *pci, unsigned long seq) in check_current_skips()
905 unsigned long seq) in trace_rb_find_last()
2249 #define MS_HASH(d, c) ((MAJOR(d) & 0xff) ^ (MINOR(d) & 0xff) ^ (cpu & 0xff)) argument
2704 int i, c, ret, mode; in main() local
/external/libxml2/
Dxmlschemastypes.c56 #define IS_WSP_REPLACE_CH(c) ((((c) == 0x9) || ((c) == 0xa)) || \ argument
59 #define IS_WSP_SPACE_CH(c) ((c) == 0x20) argument
61 #define IS_WSP_BLANK_CH(c) IS_BLANK_CH(c) argument
132 double d; member
1122 #define IS_TZO_CHAR(c) \ argument
1793 unsigned int seq = 0; in xmlSchemaValidateDuration() local
3772 xmlSchemaValDatePtr r, d; in _xmlSchemaDateAdd() local
/external/toybox/generated/
Dglobals.h72 struct arg_list *c; member
81 char c[64]; member
134 char *c; member
413 long c; member
1009 } c; member
1108 long c; member
1205 char *d; member
1243 long d; member
1260 char *d; member
1409 struct seq_data seq; member
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp803 jbyteArray n, jbyteArray e, jbyteArray d, in NativeCrypto_EVP_PKEY_new_RSA()
1449 jbyteArray d = bignumToArray(env, rsa->d, "d"); in NativeCrypto_get_RSA_private_params() local
2548 static int evpDigestSignUpdate(EVP_MD_CTX* ctx, const void* d, size_t cnt) { in evpDigestSignUpdate()
2552 static int evpDigestVerifyUpdate(EVP_MD_CTX* ctx, const void* d, size_t cnt) { in evpDigestVerifyUpdate()
4295 char c = **data; in get_ASN1_TIME_data() local
4371 std::unique_ptr<CbsHandle> seq(new CbsHandle()); in NativeCrypto_asn1_read_sequence() local
4451 std::unique_ptr<CBB> seq(new CBB()); in NativeCrypto_asn1_write_sequence() local
6703 ScopedUtfChars c(env, cipherSuite.get()); in NativeCrypto_SSL_set_cipher_lists() local
6741 ScopedUtfChars c(env, cipherSuite.get()); in NativeCrypto_SSL_set_cipher_lists() local
/external/valgrind/include/vki/
Dvki-linux.h160 #define __VKI_FDELT(d) ((d) / __VKI_NFDBITS) argument
163 #define __VKI_FDMASK(d) (1UL << ((d) % __VKI_NFDBITS)) argument
1152 unsigned short seq; member
3919 struct vki_v4l2_rect c; member
3960 struct vki_v4l2_rect c; member