OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URX_STATE_SAVE
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
regeximp.h
65
URX_STATE_SAVE
= 6, // Value field is pattern position to push
regexcmp.cpp
363
fRXPat->fCompiledPat->addElement(URX_BUILD(
URX_STATE_SAVE
, 2), *fStatus);
407
op = URX_BUILD(
URX_STATE_SAVE
, fRXPat->fCompiledPat->size()+1);
551
op = URX_BUILD(
URX_STATE_SAVE
, fRXPat->fCompiledPat->size()+ 2);
594
op = URX_BUILD(
URX_STATE_SAVE
, 0); // dest address will be patched later.
[
all
...]
repattrn.cpp
680
case
URX_STATE_SAVE
:
rematch.cpp
[
all
...]
/external/icu4c/i18n/
regeximp.h
75
URX_STATE_SAVE
= 6, // Value field is pattern position to push
regexcmp.cpp
371
fRXPat->fCompiledPat->addElement(URX_BUILD(
URX_STATE_SAVE
, 2), *fStatus);
418
op = URX_BUILD(
URX_STATE_SAVE
, fRXPat->fCompiledPat->size()+1);
566
op = URX_BUILD(
URX_STATE_SAVE
, fRXPat->fCompiledPat->size()+ 2);
610
op = URX_BUILD(
URX_STATE_SAVE
, 0); // dest address will be patched later.
[
all
...]
repattrn.cpp
655
case
URX_STATE_SAVE
:
rematch.cpp
[
all
...]
Completed in 345 milliseconds