OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCompiledPat
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/i18n/
regexcmp.cpp
315
fRXPat->fMinMatchLen = minMatchLength(3, fRXPat->
fCompiledPat
->size()-1);
414
int32_t op = (int32_t)fRXPat->
fCompiledPat
->elementAti(savePosition);
416
op = buildOp(URX_STATE_SAVE, fRXPat->
fCompiledPat
->size()+1);
417
fRXPat->
fCompiledPat
->setElementAt(op, savePosition);
426
fParenStack.push(fRXPat->
fCompiledPat
->size()-1, *fStatus);
432
fParenStack.push(fRXPat->
fCompiledPat
->size()-1, *fStatus);
485
fParenStack.push(fRXPat->
fCompiledPat
->size()-3, *fStatus); // The first NOP location
486
fParenStack.push(fRXPat->
fCompiledPat
->size()-1, *fStatus); // The second NOP loc
519
fParenStack.push(fRXPat->
fCompiledPat
->size()-2, *fStatus); // The first NOP location
520
fParenStack.push(fRXPat->
fCompiledPat
->size()-1, *fStatus); // The second NOP lo
[
all
...]
repattrn.cpp
112
fCompiledPat
->assign(*other.
fCompiledPat
, fDeferredStatus);
167
fCompiledPat
= 0;
189
fCompiledPat
= new UVector64(fDeferredStatus);
201
if (
fCompiledPat
== NULL || fGroupMap == NULL || fSets == NULL ||
221
delete
fCompiledPat
;
222
fCompiledPat
= NULL;
692
int32_t op =
fCompiledPat
->elementAti(index);
767
int32_t lengthOp =
fCompiledPat
->elementAti(index+1);
852
for (index = 0; index<
fCompiledPat
->size(); index++)
[
all
...]
rematch.cpp
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
regex.h
589
UVector64 *
fCompiledPat
; // The compiled pattern p-code.
[
all
...]
Completed in 203 milliseconds