Lines Matching refs:ucharptr
444 int ucharptr; member
4627 context->c.asuchars[context->ucharptr] = *cc | othercasebit; in byte_sequence_compare()
4628 context->oc.asuchars[context->ucharptr] = othercasebit; in byte_sequence_compare()
4632 context->c.asuchars[context->ucharptr] = *cc; in byte_sequence_compare()
4633 context->oc.asuchars[context->ucharptr] = 0; in byte_sequence_compare()
4635 context->ucharptr++; in byte_sequence_compare()
4638 …if (context->ucharptr >= 4 || context->length == 0 || (context->ucharptr == 2 && context->length =… in byte_sequence_compare()
4640 if (context->ucharptr >= 2 || context->length == 0) in byte_sequence_compare()
4653 switch(context->ucharptr) in byte_sequence_compare()
4679 context->ucharptr = 0; in byte_sequence_compare()
5627 context.ucharptr = 0; in compile_char1_matchingpath()
5863 context.ucharptr = 0; in compile_charn_matchingpath()