OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fFrameSize
(Results
1 - 8
of
8
) sorted by null
/external/icu4c/i18n/
rematch.cpp
200
fFrameSize
= 0;
577
U_ASSERT(groupOffset < fPattern->
fFrameSize
);
[
all
...]
repattrn.cpp
85
fFrameSize
= other.
fFrameSize
;
146
fFrameSize
= 0;
regexcmp.cpp
299
// The pattern's
fFrameSize
so far has accumulated the requirements for
305
fRXPat->
fFrameSize
+=RESTACKFRAME_HDRCOUNT;
461
int32_t varsLoc = fRXPat->
fFrameSize
; // Reserve three slots in match stack frame.
462
fRXPat->
fFrameSize
+= 3;
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
rematch.cpp
200
fFrameSize
= 0;
571
U_ASSERT(groupOffset < fPattern->
fFrameSize
);
[
all
...]
repattrn.cpp
88
fFrameSize
= other.
fFrameSize
;
149
fFrameSize
= 0;
regexcmp.cpp
291
// The pattern's
fFrameSize
so far has accumulated the requirements for
297
fRXPat->
fFrameSize
+=RESTACKFRAME_HDRCOUNT;
449
int32_t varsLoc = fRXPat->
fFrameSize
; // Reserve three slots in match stack frame.
450
fRXPat->
fFrameSize
+= 3;
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
regex.h
595
int32_t
fFrameSize
; // Size of a state stack frame in the
[
all
...]
/external/icu4c/i18n/unicode/
regex.h
582
int32_t
fFrameSize
; // Size of a state stack frame in the
[
all
...]
Completed in 177 milliseconds