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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
IETFUtils.java 418 int endBuf = vBuf.length() - 1;
420 while (endBuf >= 0 && vBuf.charAt(endBuf) == ' ')
422 vBuf.insert(endBuf, '\\');
423 endBuf--;
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x500/style/
IETFUtils.java 422 int endBuf = vBuf.length() - 1;
424 while (endBuf >= 0 && vBuf.charAt(endBuf) == ' ')
426 vBuf.insert(endBuf, '\\');
427 endBuf--;
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp 430 bool BufferContainsPPDirectives(const char *startBuf, const char *endBuf);
    [all...]

Completed in 154 milliseconds