Searched refs:utflen (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/re2/util/
H A Dutf.h38 int utflen(const char* s);
H A Drune.cc210 utflen(const char *s) function in namespace:re2
/external/regex-re2/util/
H A Dutf.h38 int utflen(const char* s);
H A Drune.cc210 utflen(const char *s) function in namespace:re2
/external/chromium_org/third_party/re2/re2/testing/
H A Dstring_generator_test.cc60 int l = utflen(s.c_str());
73 int alpha = utflen(alphabet.c_str());
/external/regex-re2/re2/testing/
H A Dstring_generator_test.cc60 int l = utflen(s.c_str());
73 int alpha = utflen(alphabet.c_str());
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dutf.h109 // utflen returns the number of runes that are represented by the UTF
112 int utflen(const char* s);
118 // count them; in this way, it differs from utflen, which includes
/external/jmdns/src/javax/jmdns/impl/
H A DDNSOutgoing.java79 int utflen = 0;
83 utflen += 1;
86 utflen += 3;
88 utflen += 2;
93 writeByte(utflen);
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Da_strex.c215 int utflen; local
216 utflen = UTF8_putc(utfbuf, sizeof utfbuf, c);
217 for(i = 0; i < utflen; i++) {
219 * because if utflen==1 its value will be correct anyway
/external/openssl/crypto/asn1/
H A Da_strex.c215 int utflen; local
216 utflen = UTF8_putc(utfbuf, sizeof utfbuf, c);
217 for(i = 0; i < utflen; i++) {
219 * because if utflen==1 its value will be correct anyway
/external/mksh/src/
H A Deval.c71 static int utflen(const char *);
76 utflen(const char *s) function
461 flen = utflen(beg);
470 flen = utflen(beg);
1097 c = utflen(p);
/external/svox/pico/lib/
H A Dpicotok.c219 picoos_int32 utflen; member in struct:tok_subobj
439 tok->utflen = picobase_det_utf8_length(ch);
441 tok->utflen = 0;
444 if ((tok->utfpos == tok->utflen)) {
449 } else if (tok->utfpos < tok->utflen) {
1253 tok->utflen = 0;
1318 tok->utflen = 0;
1374 tok->utflen = 0;
1415 tok->utflen = 0;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c367 jsize utflen = (*env)->GetStringUTFLength(env, src);
370 dest->result = dest->tofree = malloc(utflen + 1);
381 dest->result[utflen] = '\0';

Completed in 379 milliseconds