Searched refs:matchPosition (Results 1 - 7 of 7) sorted by relevance

/external/chromium/webkit/glue/
H A Dregular_expression_unittest.cc20 const int matchPosition; member in struct:__anon3234::Match
30 EXPECT_EQ(matches[i].matchPosition, regex.match(
32 if (matches[i].matchPosition != -1)
40 #define MATCH_DESC(webuchar, matchPosition, matchLength) \
41 { webuchar, arraysize(webuchar), matchPosition, matchLength }
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSString.cpp168 size_t matchPosition = m_value.find(character); local
169 if (matchPosition == notFound)
171 return jsString(exec, m_value.substringSharingImpl(0, matchPosition), replacement, m_value.substringSharingImpl(matchPosition + 1));
179 size_t matchPosition = notFound; local
186 matchPosition = string->find(character);
187 if (matchPosition == notFound)
206 builder.append(UString(string).substringSharingImpl(0, matchPosition));
209 builder.append(UString(string).substringSharingImpl(matchPosition + 1));
/external/opencv/cvaux/src/
H A Dcvbgfg_gaussmix.cpp381 int matchPosition=-1; local
395 matchPosition = k;
400 return matchPosition;
409 int matchPosition=-1;
427 matchPosition = k;
432 return matchPosition;
/external/icu4c/test/intltest/
H A Dregextst.cpp4162 int32_t matchPosition; local
4164 matchPosition = testMat->end(groupNum, status);
4166 matchPosition = testMat->start(groupNum, status);
4168 if (matchPosition != -1) {
4169 ICU_Utility::appendNumber(resultString, matchPosition);
4550 int32_t matchPosition; local
4552 matchPosition = testMat->end(groupNum, status);
4554 matchPosition = testMat->start(groupNum, status);
4556 if (matchPosition != -1) {
4557 ICU_Utility::appendNumber(resultString, matchPosition);
[all...]
/external/icu4c/test/cintltst/
H A Dcucdtst.c1430 char* matchPosition =0; local
1432 matchPosition = strstr(tagStrings, str);
1433 if (matchPosition == 0)
1439 result = (int32_t)((matchPosition - tagStrings) / 2);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 223 milliseconds