Changeset 30942 in webkit for trunk/JavaScriptCore/pcre/pcre.h
- Timestamp:
- Mar 10, 2008, 3:06:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/pcre/pcre.h
r28833 r30942 56 56 const int JSRegExpErrorInternal = -4; 57 57 58 JSRegExp* jsRegExpCompile(const ::UChar* pattern, int patternLength,58 JSRegExp* jsRegExpCompile(const UChar* pattern, int patternLength, 59 59 JSRegExpIgnoreCaseOption, JSRegExpMultilineOption, 60 60 unsigned* numSubpatterns, const char** errorMessage); 61 61 62 62 int jsRegExpExecute(const JSRegExp*, 63 const ::UChar* subject, int subjectLength, int startOffset,63 const UChar* subject, int subjectLength, int startOffset, 64 64 int* offsetsVector, int offsetsVectorLength); 65 65
Note:
See TracChangeset
for help on using the changeset viewer.