Searched refs:chlen (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_substitute.c | 388 unsigned int chlen; in pcre2_substitute() local 682 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute() 686 chlen = 1; in pcre2_substitute() 688 CHECKMEMCPY(temp, chlen); in pcre2_substitute() 784 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute() 788 chlen = 1; in pcre2_substitute() 790 CHECKMEMCPY(temp, chlen); in pcre2_substitute()
|
D | pcre2test.c | 2773 int chlen = utf82ord(p, &c); in to16() local 2774 if (chlen <= 0) return -1; in to16() 2776 p += chlen; in to16() 2777 len -= chlen; in to16() 2850 int chlen = utf82ord(p, &c); in to32() local 2851 if (chlen <= 0) return -1; in to32() 2853 p += chlen; in to32() 2854 len -= chlen; in to32()
|
/external/libxml2/os400/iconv/bldcsndfa/ |
D | bldcsndfa.c | 647 const utf8char * chr, unsigned int chlen, in nfaslice() argument 662 srcc = chlen; in nfaslice() 721 int chlen; in nfadevelop() local 728 chlen = utf8_chlen[*name]; in nfadevelop() 730 for (i = 1; i < chlen; i++) in nfadevelop() 734 if (i != chlen) { in nfadevelop() 742 icc, name, chlen, name + chlen, len - chlen, final); in nfadevelop() 751 nfaslice(&from, &to, icc, &chr, 1, name + chlen, len - chlen, final); in nfadevelop()
|