Home
last modified time | relevance | path

Searched defs:srcEnd (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/cintltst/
Dncnvtst.c729 const char* srcEnd; in TestRegressionUTF8() local
833 const char* srcEnd; in TestRegressionUTF32() local
865 const char* srcEnd; in TestRegressionUTF32() local
/external/webkit/WebCore/platform/win/
DClipboardUtilitiesWin.cpp403 unsigned srcEnd = cf_html.find("\n", lineStart, false); in fragmentFromCF_HTML() local
/external/webkit/WebCore/platform/
DKURL.cpp941 static int copyPathRemovingDots(char* dst, const char* src, int srcStart, int srcEnd) in copyPathRemovingDots()