Lines Matching refs:ucharptr
440 int ucharptr; member
4675 context->c.asuchars[context->ucharptr] = *cc | othercasebit; in byte_sequence_compare()
4676 context->oc.asuchars[context->ucharptr] = othercasebit; in byte_sequence_compare()
4680 context->c.asuchars[context->ucharptr] = *cc; in byte_sequence_compare()
4681 context->oc.asuchars[context->ucharptr] = 0; in byte_sequence_compare()
4683 context->ucharptr++; in byte_sequence_compare()
4686 …if (context->ucharptr >= 4 || context->length == 0 || (context->ucharptr == 2 && context->length =… in byte_sequence_compare()
4688 if (context->ucharptr >= 2 || context->length == 0) in byte_sequence_compare()
4701 switch(context->ucharptr) in byte_sequence_compare()
4727 context->ucharptr = 0; in byte_sequence_compare()
5679 context.ucharptr = 0; in compile_char1_matchingpath()
5915 context.ucharptr = 0; in compile_charn_matchingpath()