Searched refs:StateSave (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 2689 inline REStackFrame *RegexMatcher::StateSave(REStackFrame *fp, int64_t savePatIdx, UErrorCode &stat… in StateSave() function in RegexMatcher 2893 fp = StateSave(fp, opValue, status); in MatchAt() 3495 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchAt() 3514 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchAt() 3540 fp = StateSave(fp, loopLoc+1, status); in MatchAt() 3574 fp = StateSave(fp, fp->fPatIdx, status); in MatchAt() 3602 fp = StateSave(fp, fp->fPatIdx, status); in MatchAt() 3649 fp = StateSave(fp, opValue + 4, status); in MatchAt() 3974 fp = StateSave(fp, fp->fPatIdx-3, status); in MatchAt() 4050 fp = StateSave(fp, fp->fPatIdx-4, status); in MatchAt() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 1786 inline REStackFrame *StateSave(REStackFrame *fp, int64_t savePatIdx, UErrorCode &status);
|
/external/tpm2/generator/ |
D | raw_commands.txt | 2526 // if the previous power cycle was shut down with no StateSave command, or 2527 // with StateSave command for CLEAR, this cycle can not startup up with 2884 if PCR bank has been re-configured, a CLEAR StateSave() is
|
D | raw_commands_fixed.txt | 2526 // if the previous power cycle was shut down with no StateSave command, or 2527 // with StateSave command for CLEAR, this cycle can not startup up with 2884 if PCR bank has been re-configured, a CLEAR StateSave() is
|
/external/tpm2/ |
D | part3.txt | 1630 58 // if the previous power cycle was shut down with no StateSave command, or 1631 59 // with StateSave command for CLEAR, or the part of NV used for TPM_SU_STATE 1817 TPM_RC_TYPE if PCR bank has been re-configured, a CLEAR StateSave() is
|