Home
last modified time | relevance | path

Searched refs:ucharptr (Results 1 - 1 of 1) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c513 int ucharptr; member
7382 context->c.asuchars[context->ucharptr] = *cc | othercasebit; in byte_sequence_compare()
7383 context->oc.asuchars[context->ucharptr] = othercasebit; in byte_sequence_compare()
7387 context->c.asuchars[context->ucharptr] = *cc; in byte_sequence_compare()
7388 context->oc.asuchars[context->ucharptr] = 0; in byte_sequence_compare()
7390 context->ucharptr++; in byte_sequence_compare()
7393 if (context->ucharptr >= 4 || context->length == 0 || (context->ucharptr == 2 && context->length == 1)) in byte_sequence_compare()
7395 if (context->ucharptr >= 2 || context->length == 0) in byte_sequence_compare()
7408 switch(context->ucharptr) in byte_sequence_compare()
[all...]

Completed in 11 milliseconds