Searched refs:toFind (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DEncryptTest.java99 private boolean findData(String toFind) argument
115 byte firstbyte = (toFind.getBytes("UTF-8"))[0];
117 for (int i = 0; i < buf.length - toFind.length(); i++)
121 if(toFind.compareTo(new String(buf, i, toFind.length())) == 0)
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DKURL.cpp290 // in |toFind|. |toFind| should be a null-terminated string, all characters up
292 static int findFirstOf(const UChar* s, int sLen, int startPos, const char* toFind) argument
295 const char* cur = toFind;

Completed in 135 milliseconds