OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchOffset
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/html/
BaseTextInputType.cpp
48
int
matchOffset
= RegularExpression(pattern, TextCaseSensitive).match(value, 0, &matchLength);
49
return
matchOffset
|| matchLength != valueLength;
EmailInputType.cpp
48
int
matchOffset
= regExp.match(address, 0, &matchLength);
50
return !
matchOffset
&& matchLength == addressLength;
/dalvik/dexopt/
OptMain.cpp
235
int
matchOffset
= match - bcp;
236
if (
matchOffset
> 0 && bcp[
matchOffset
-1] == ':')
237
matchOffset
--;
239
zipName,
matchOffset
);
241
bcpCopy[
matchOffset
] = '\0';
/libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java
230
UNSAFE.compareAndSwapObject(this,
matchOffset
, null, s)) {
245
UNSAFE.compareAndSwapObject(this,
matchOffset
, null, this);
256
private static final long
matchOffset
=
[
all
...]
Completed in 1040 milliseconds