HomeSort by relevance Sort by last modified time
    Searched defs:utflen (Results 1 - 11 of 11) sorted by null

  /external/libutf/
utflen.c 20 utflen(const char *s) function
  /external/chromium_org/third_party/re2/util/
rune.cc 210 utflen(const char *s) function in namespace:re2
  /external/regex-re2/util/
rune.cc 210 utflen(const char *s) function in namespace:re2
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_strex.c 215 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/jmdns/src/javax/jmdns/impl/
DNSOutgoing.java 79 int utflen = 0; local
83 utflen += 1;
86 utflen += 3;
88 utflen += 2;
93 writeByte(utflen);
  /external/openssl/crypto/asn1/
a_strex.c 215 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/
eval.c 77 static int utflen(const char *);
82 utflen(const char *s) function
477 flen = utflen(beg);
486 flen = utflen(beg);
1117 c = utflen(p);
    [all...]
  /external/svox/pico/lib/
picotok.c 219 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) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 

Completed in 537 milliseconds