Home | History | Annotate | Download | only in pcre

Lines Matching refs:othercase

470 *           Get othercase range                  *
481 ocptr where to put start of othercase range
482 odptr where to put end of othercase range
489 int c, othercase = 0;
492 if ((othercase = jsc_pcre_ucp_othercase(c)) >= 0)
499 *ocptr = othercase;
500 int next = othercase + 1;
914 int othercase;
915 if ((othercase = jsc_pcre_ucp_othercase(c)) >= 0) {
917 class_utf8data += encodeUTF8(othercase, class_utf8data);