Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/ds/
H A DTokenizer.cpp280 , mWhitespaces(aWhitespaces ? aWhitespaces : sWhitespaces) in TokenizerBase()
434 } else if (strchr(mWhitespaces, *next)) { // not UTF-8 friendly? in Parse()
H A DTokenizer.h179 const char* mWhitespaces; variable
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DTokenizer.cpp253 mWhitespaces(aWhitespaces ? aWhitespaces : sWhitespaces), in TokenizerBase()
387 } else if (strchr(mWhitespaces, *next)) { // not UTF-8 friendly? in Parse()
H A DTokenizer.h177 const char* mWhitespaces; variable
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DTokenizer.cpp291 mWhitespaces(aWhitespaces ? aWhitespaces : sWhitespaces), in TokenizerBase()
440 } else if (contains(mWhitespaces, *next)) { // not UTF-8 friendly? in Parse()
H A DTokenizer.h186 const TChar* mWhitespaces; variable
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DTokenizer.cpp333 mWhitespaces(aWhitespaces ? aWhitespaces : sWhitespaces), in TokenizerBase()
482 } else if (contains(mWhitespaces, *next)) { // not UTF-8 friendly? in Parse()
H A DTokenizer.h192 const TChar* mWhitespaces; variable
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DTokenizer.cpp333 mWhitespaces(aWhitespaces ? aWhitespaces : sWhitespaces), in TokenizerBase()
482 } else if (contains(mWhitespaces, *next)) { // not UTF-8 friendly? in Parse()
H A DTokenizer.h192 const TChar* mWhitespaces; variable
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DTokenizer.cpp333 mWhitespaces(aWhitespaces ? aWhitespaces : sWhitespaces), in TokenizerBase()
482 } else if (contains(mWhitespaces, *next)) { // not UTF-8 friendly? in Parse()
H A DTokenizer.h192 const TChar* mWhitespaces; variable