Home
last modified time | relevance | path

Searched defs:skipString (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DParserUtilities.h30 inline bool skipString(const CharType*& ptr, const CharType* end, const CharType* name, int length) in skipString() function
40 inline bool skipString(const UChar*& ptr, const UChar* end, const LChar* name, int length) in skipString() function
53 inline bool skipString(const CharType*& ptr, const CharType* end, const char* str) in skipString() function
/external/chromium_org/third_party/libxslt/libxslt/
Dkeys.c213 skipString(const xmlChar *cur, int end) { in skipString() function
/external/libxslt/libxslt/
Dkeys.c213 skipString(const xmlChar *cur, int end) { in skipString() function
/external/chromium_org/third_party/icu/source/test/intltest/
Dssearch.cpp2429 UnicodeString skipString(skipChars); // for timebomb in bmMonkeyTest() local