HomeSort by relevance Sort by last modified time
    Searched refs:URX_BUILD (Results 1 - 2 of 2) sorted by null

  /external/icu4c/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))

Completed in 104 milliseconds