Home
last modified time | relevance | path

Searched refs:js_strchr_limit (Results 1 – 25 of 54) sorted by relevance

123

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/util/
H A DText.cpp22 const CharT* js_strchr_limit(const CharT* s, char16_t c, const CharT* limit) { in js_strchr_limit() function
30 template const Latin1Char* js_strchr_limit(const Latin1Char* s, char16_t c,
33 template const char16_t* js_strchr_limit(const char16_t* s, char16_t c,
H A DText.h48 extern const CharT* js_strchr_limit(const CharT* s, char16_t c,
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/util/
H A DText.cpp34 const CharT* js_strchr_limit(const CharT* s, char16_t c, const CharT* limit) { in js_strchr_limit() function
44 template const Latin1Char* js_strchr_limit(const Latin1Char* s, char16_t c,
47 template const char16_t* js_strchr_limit(const char16_t* s, char16_t c,
H A DText.h40 extern const CharT* js_strchr_limit(const CharT* s, char16_t c,
/dports/www/firefox-esr/firefox-91.8.0/js/src/util/
H A DText.cpp34 const CharT* js_strchr_limit(const CharT* s, char16_t c, const CharT* limit) { in js_strchr_limit() function
44 template const Latin1Char* js_strchr_limit(const Latin1Char* s, char16_t c,
47 template const char16_t* js_strchr_limit(const char16_t* s, char16_t c,
H A DText.h41 extern const CharT* js_strchr_limit(const CharT* s, char16_t c,
/dports/www/firefox/firefox-99.0/js/src/util/
H A DText.cpp34 const CharT* js_strchr_limit(const CharT* s, char16_t c, const CharT* limit) { in js_strchr_limit() function
44 template const Latin1Char* js_strchr_limit(const Latin1Char* s, char16_t c,
47 template const char16_t* js_strchr_limit(const char16_t* s, char16_t c,
H A DText.h41 extern const CharT* js_strchr_limit(const CharT* s, char16_t c,
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/util/
H A DText.cpp34 const CharT* js_strchr_limit(const CharT* s, char16_t c, const CharT* limit) { in js_strchr_limit() function
44 template const Latin1Char* js_strchr_limit(const Latin1Char* s, char16_t c,
47 template const char16_t* js_strchr_limit(const char16_t* s, char16_t c,
H A DText.h41 extern const CharT* js_strchr_limit(const CharT* s, char16_t c,
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DRegExp.cpp1427 const CharT* nameEnd = js_strchr_limit(nameStart, '>', replacementEnd); in InterpretDollar()
1509 currentDollar = js_strchr_limit(currentDollar, '$', replacementEnd); in FindReplaceLengthString()
1575 currentDollar = js_strchr_limit(currentDollar, '$', replacementEnd); in DoReplace()
1602 const CharT* nameEnd = js_strchr_limit(nameStart, '>', replacementEnd); in CollectNames()
1619 currentDollar = js_strchr_limit(currentDollar, '$', replacementEnd); in CollectNames()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DRegExp.cpp1385 const CharT* nameEnd = js_strchr_limit(nameStart, '>', replacementEnd); in InterpretDollar()
1466 currentDollar = js_strchr_limit(currentDollar, '$', replacementEnd); in FindReplaceLengthString()
1532 currentDollar = js_strchr_limit(currentDollar, '$', replacementEnd); in DoReplace()
1559 const CharT* nameEnd = js_strchr_limit(nameStart, '>', replacementEnd); in CollectNames()
1574 currentDollar = js_strchr_limit(currentDollar, '$', replacementEnd); in CollectNames()
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DRegExp.cpp1423 const CharT* nameEnd = js_strchr_limit(nameStart, '>', replacementEnd); in InterpretDollar()
1501 currentDollar = js_strchr_limit(currentDollar, '$', replacementEnd); in FindReplaceLengthString()
1567 currentDollar = js_strchr_limit(currentDollar, '$', replacementEnd); in DoReplace()
1594 const CharT* nameEnd = js_strchr_limit(nameStart, '>', replacementEnd); in CollectNames()
1611 currentDollar = js_strchr_limit(currentDollar, '$', replacementEnd); in CollectNames()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DRegExp.cpp1427 const CharT* nameEnd = js_strchr_limit(nameStart, '>', replacementEnd); in InterpretDollar()
1509 currentDollar = js_strchr_limit(currentDollar, '$', replacementEnd); in FindReplaceLengthString()
1575 currentDollar = js_strchr_limit(currentDollar, '$', replacementEnd); in DoReplace()
1602 const CharT* nameEnd = js_strchr_limit(nameStart, '>', replacementEnd); in CollectNames()
1619 currentDollar = js_strchr_limit(currentDollar, '$', replacementEnd); in CollectNames()
/dports/devel/jsl/jsl-0.3.0/src/
H A Djsstr.h400 js_strchr_limit(const jschar *s, jschar c, const jschar *limit);
H A Djsstr.c1471 dp = js_strchr_limit(dp, '$', ep)) { in find_replen()
1495 dp = js_strchr_limit(dp, '$', ep)) { in do_replace()
1590 rdata.dollar = js_strchr_limit(JSSTRING_CHARS(repstr), '$', in str_replace()
2748 js_strchr_limit(const jschar *s, jschar c, const jschar *limit) in js_strchr_limit() function
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsstr.h424 js_strchr_limit(const jschar *s, jschar c, const jschar *limit);
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsstr.h424 js_strchr_limit(const jschar *s, jschar c, const jschar *limit);
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsstr.h424 js_strchr_limit(const jschar *s, jschar c, const jschar *limit);
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsstr.h424 js_strchr_limit(const jschar *s, jschar c, const jschar *limit);
/dports/lang/spidermonkey17/js/src/
H A Djsstr.h424 js_strchr_limit(const jschar *s, jschar c, const jschar *limit);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsstr.h106 js_strchr_limit(const CharT* s, char16_t c, const CharT* limit);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/builtin/
H A DObject.cpp147 s = js_strchr_limit(s, ' ', end); in ArgsAndBodySubstring()
155 s = js_strchr_limit(s, '(', end); in ArgsAndBodySubstring()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsstr.h109 js_strchr_limit(const CharT* s, char16_t c, const CharT* limit);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A DObject.cpp146 s = js_strchr_limit(s, ' ', end); in ArgsAndBodySubstring()
154 s = js_strchr_limit(s, '(', end); in ArgsAndBodySubstring()

123