OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URX_BUILD
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
regexcmp.cpp
363
fRXPat->fCompiledPat->addElement(
URX_BUILD
(URX_STATE_SAVE, 2), *fStatus);
364
fRXPat->fCompiledPat->addElement(
URX_BUILD
(URX_JMP, 3), *fStatus);
365
fRXPat->fCompiledPat->addElement(
URX_BUILD
(URX_FAIL, 0), *fStatus);
388
fRXPat->fCompiledPat->addElement(
URX_BUILD
(URX_END, 0), *fStatus);
407
op =
URX_BUILD
(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+1);
413
op =
URX_BUILD
(URX_JMP, 0);
423
fRXPat->fCompiledPat->addElement(
URX_BUILD
(URX_NOP, 0), *fStatus);
448
fRXPat->fCompiledPat->addElement(
URX_BUILD
(URX_NOP, 0), *fStatus);
451
int32_t cop =
URX_BUILD
(URX_START_CAPTURE, varsLoc);
453
fRXPat->fCompiledPat->addElement(
URX_BUILD
(URX_NOP, 0), *fStatus)
[
all
...]
regeximp.h
247
#define
URX_BUILD
(type, val) (int32_t)((type << 24) | (val))
/external/icu/icu4c/source/i18n/
regexcmp.cpp
371
fRXPat->fCompiledPat->addElement(
URX_BUILD
(URX_STATE_SAVE, 2), *fStatus);
372
fRXPat->fCompiledPat->addElement(
URX_BUILD
(URX_JMP, 3), *fStatus);
373
fRXPat->fCompiledPat->addElement(
URX_BUILD
(URX_FAIL, 0), *fStatus);
396
fRXPat->fCompiledPat->addElement(
URX_BUILD
(URX_END, 0), *fStatus);
418
op =
URX_BUILD
(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+1);
424
op =
URX_BUILD
(URX_JMP, 0);
434
fRXPat->fCompiledPat->addElement(
URX_BUILD
(URX_NOP, 0), *fStatus);
460
fRXPat->fCompiledPat->addElement(
URX_BUILD
(URX_NOP, 0), *fStatus);
463
int32_t cop =
URX_BUILD
(URX_START_CAPTURE, varsLoc);
465
fRXPat->fCompiledPat->addElement(
URX_BUILD
(URX_NOP, 0), *fStatus)
[
all
...]
regeximp.h
244
#define
URX_BUILD
(type, val) (int32_t)((type << 24) | (val))
Completed in 57 milliseconds