HomeSort by: relevance | last modified time | path
    Searched refs:utflen (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
utf-8-conv.c 98 int utflen, i; local
104 utflen = LDAP_UTF8_CHARLEN2(utf8char, utflen);
106 if( utflen==0 || utflen > (int)LDAP_MAX_UTF8_LEN ) return -1;
109 ch = (wchar_t)(utf8char[0] & mask[utflen]);
111 for(i=1; i < utflen; i++) {
121 return utflen;
133 int utflen, i; local
147 utflen = LDAP_UTF8_CHARLEN2(utf8str, utflen)
    [all...]
  /src/external/mit/lua/dist/src/
lutf8lib.c 100 static int utflen (lua_State *L) { function
281 {"len", utflen},
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_strex.c 201 int utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c); local
203 if (utflen < 0)
205 for (i = 0; i < utflen; i++) {
208 * because if utflen==1 its value will be correct anyway
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
a_strex.c 207 int utflen; local
208 utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c);
209 for (i = 0; i < utflen; i++) {
212 * because if utflen==1 its value will be correct anyway
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
a_strex.c 206 int utflen; local
207 utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c);
208 for (i = 0; i < utflen; i++) {
211 * because if utflen==1 its value will be correct anyway

Completed in 37 milliseconds