HomeSort by relevance Sort by last modified time
    Searched refs:postfix_len (Results 1 - 4 of 4) sorted by null

  /external/chromium/googleurl/src/
url_canon_icu.cc 71 const static int postfix_len = 3;
72 const static char postfix[postfix_len + 1] = "%3B"; // ";" percent-escaped
73 ucnv_cbFromUWriteBytes(from_args, postfix, postfix_len, 0, err);
  /frameworks/base/cmds/installd/
utils.c 24 const size_t postfix_len = strlen(postfix); local
35 if ((pkgname_len + dir->len + postfix_len) >= PKG_PATH_MAX) {
  /external/chromium/third_party/libevent/
evdns.c 2503 const int postfix_len = dom->len; local
    [all...]
  /external/v8/src/
api.cc 2978 int postfix_len = i::StrLength(postfix); local
    [all...]

Completed in 455 milliseconds