ucp_findchar 2044 srclib/pcre/pcre.c if (ucp_findchar(c, &chartype, &othercase) == ucp_L && othercase != 0) break; ucp_findchar 2054 srclib/pcre/pcre.c if (ucp_findchar(c, &chartype, &othercase) != ucp_L || othercase != next) ucp_findchar 2678 srclib/pcre/pcre.c if (ucp_findchar(c, &chartype, &othercase) >= 0 && othercase > 0) ucp_findchar 5756 srclib/pcre/pcre.c int category = ucp_findchar(c, &chartype, &othercase); ucp_findchar 6961 srclib/pcre/pcre.c int category = ucp_findchar(c, &chartype, &othercase); ucp_findchar 6988 srclib/pcre/pcre.c int category = ucp_findchar(c, &chartype, &othercase); ucp_findchar 6997 srclib/pcre/pcre.c category = ucp_findchar(c, &chartype, &othercase); ucp_findchar 7457 srclib/pcre/pcre.c if (ucp_findchar(fc, &chartype, &othercase) < 0 || dc != othercase) ucp_findchar 7527 srclib/pcre/pcre.c ucp_findchar(fc, &chartype, &othercase) >= 0 && ucp_findchar 8046 srclib/pcre/pcre.c prop_category = ucp_findchar(c, &prop_chartype, &prop_othercase); ucp_findchar 8060 srclib/pcre/pcre.c prop_category = ucp_findchar(c, &prop_chartype, &prop_othercase); ucp_findchar 8069 srclib/pcre/pcre.c prop_category = ucp_findchar(c, &prop_chartype, &prop_othercase); ucp_findchar 8239 srclib/pcre/pcre.c prop_category = ucp_findchar(c, &prop_chartype, &prop_othercase); ucp_findchar 8256 srclib/pcre/pcre.c prop_category = ucp_findchar(c, &prop_chartype, &prop_othercase); ucp_findchar 8265 srclib/pcre/pcre.c prop_category = ucp_findchar(c, &prop_chartype, &prop_othercase); ucp_findchar 8397 srclib/pcre/pcre.c prop_category = ucp_findchar(c, &prop_chartype, &prop_othercase); ucp_findchar 8423 srclib/pcre/pcre.c prop_category = ucp_findchar(c, &prop_chartype, &prop_othercase); ucp_findchar 8432 srclib/pcre/pcre.c prop_category = ucp_findchar(c, &prop_chartype, &prop_othercase); ucp_findchar 8453 srclib/pcre/pcre.c prop_category = ucp_findchar(c, &prop_chartype, &prop_othercase); ucp_findchar 56 srclib/pcre/ucp.h static int ucp_findchar(const int, int *, int *);