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

  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp 784 size_t startLen = strlen(start);
785 nextStart = start + startLen + 1;
799 inGen = start[startLen - 1] == '\\';
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
jid.cc 431 int startLen = buf->length();
447 int count = buf->length() - startLen;
456 if ((*buf)[startLen] == '-') {

Completed in 36 milliseconds