Home
last modified time | relevance | path

Searched refs:ON_STR_END (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregexec.c1032 #define ON_STR_END(s) ((s) == end) macro
1939 else if (ON_STR_END(s)) { in match_at()
1957 else if (ON_STR_END(s)) { in match_at()
1983 if (ON_STR_END(s) || !ONIGENC_IS_MBC_WORD(encode, s, end)) { in match_at()
2000 if (! ON_STR_END(s)) goto fail; in match_at()
2012 else if (ONIGENC_IS_MBC_NEWLINE(encode, sprev, end) && !ON_STR_END(s)) { in match_at()
2020 if (ON_STR_END(s)) { in match_at()
2045 if (ON_STR_END(s)) { in match_at()
2057 ON_STR_END(s + enclen(encode, s))) { in match_at()
2065 if (ON_STR_END(ss)) { in match_at()
[all …]