Searched defs:cptr (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ | ||
| H A D | regexp_executor.cpp | 340 const uint8_t *cptr = *pp; in GetChar() local 363 const uint8_t *cptr = p; in PeekChar() local 382 const uint8_t *cptr = *pp; AdvancePtr() local 401 const uint8_t *cptr = p; PeekPrevChar() local 422 const uint8_t *cptr = *pp; GetPrevChar() local 446 const uint8_t *cptr = *pp; PrevPtr() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/regexp/ | ||
| H A D | regexp_executor.h | 462 const uint8_t *cptr = *pp; in GetChar() local 487 const uint8_t *cptr = p; in PeekChar() local 507 const uint8_t *cptr = *pp; AdvancePtr() local 528 const uint8_t *cptr = p; PeekPrevChar() local 550 const uint8_t *cptr = *pp; GetPrevChar() local 575 const uint8_t *cptr = *pp; PrevPtr() local [all...] |
Completed in 3 milliseconds