Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/mfbt/
H A DLatin1.h60 constexpr bool IsNonAsciiLatin1(Char aChar) { in IsNonAsciiLatin1() function
/dports/www/firefox/firefox-99.0/mfbt/
H A DLatin1.h60 constexpr bool IsNonAsciiLatin1(Char aChar) { in IsNonAsciiLatin1() function
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/
H A DLatin1.h60 constexpr bool IsNonAsciiLatin1(Char aChar) { in IsNonAsciiLatin1() function
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/
H A DLatin1.h60 constexpr bool IsNonAsciiLatin1(Char aChar) { in IsNonAsciiLatin1() function
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DMimeType.cpp25 return c == 0x9 || (c >= ' ' && c <= '~') || mozilla::IsNonAsciiLatin1(c); in IsHTTPQuotedStringTokenPoint()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DMimeType.cpp25 return c == 0x9 || (c >= ' ' && c <= '~') || mozilla::IsNonAsciiLatin1(c); in IsHTTPQuotedStringTokenPoint()
/dports/www/firefox/firefox-99.0/dom/base/
H A DMimeType.cpp25 return c == 0x9 || (c >= ' ' && c <= '~') || mozilla::IsNonAsciiLatin1(c); in IsHTTPQuotedStringTokenPoint()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DMimeType.cpp25 return c == 0x9 || (c >= ' ' && c <= '~') || mozilla::IsNonAsciiLatin1(c); in IsHTTPQuotedStringTokenPoint()