HomeSort by relevance Sort by last modified time
    Searched full:dotlen (Results 1 - 2 of 2) sorted by null

  /external/chromium/googleurl/src/
url_canon_path.cc 227 int dotlen; local
228 if ((dotlen = IsDot(spec, i, end)) > 0) {
243 switch (ClassifyAfterDot<CHAR>(spec, i + dotlen, end,
248 i += dotlen - 1;
251 i += dotlen + consumed_len - 1;
255 i += dotlen + consumed_len - 1;
262 i += dotlen - 1;
  /dalvik/vm/alloc/
HeapDebug.c 74 size_t dotlen = strlen(dot); local
75 if (dotlen < PROC_NAME_LEN) {
79 dot -= PROC_NAME_LEN - dotlen;

Completed in 67 milliseconds