Home
last modified time | relevance | path

Searched defs:bmpChar (Results 1 – 20 of 20) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5Tokenizer.h276 autoJArray<char16_t, int32_t> bmpChar; variable
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5Tokenizer.h276 autoJArray<char16_t, int32_t> bmpChar; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5Tokenizer.h115 autoJArray<char16_t,int32_t> bmpChar; variable
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5Tokenizer.h276 autoJArray<char16_t, int32_t> bmpChar; variable
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5Tokenizer.h276 autoJArray<char16_t, int32_t> bmpChar; variable
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5Tokenizer.h284 autoJArray<char16_t, int32_t> bmpChar; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/lib/
H A Dsecutil.c957 PRUint32 bmpChar = (s[0] << 8) | s[1]; in secu_PrintBMPString() local
992 PRUint32 bmpChar = (s[0] << 24) | (s[1] << 16) | (s[2] << 8) | s[3]; in secu_PrintUniversalString() local
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/lib/
H A Dsecutil.c935 PRUint32 bmpChar = (s[0] << 8) | s[1]; in secu_PrintBMPString() local
970 PRUint32 bmpChar = (s[0] << 24) | (s[1] << 16) | (s[2] << 8) | s[3]; in secu_PrintUniversalString() local
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/cmd/lib/
H A Dsecutil.c936 PRUint32 bmpChar = (s[0] << 8) | s[1]; in secu_PrintBMPString() local
971 PRUint32 bmpChar = (s[0] << 24) | (s[1] << 16) | (s[2] << 8) | s[3]; in secu_PrintUniversalString() local
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/lib/
H A Dsecutil.c1012 PRUint32 bmpChar = (s[0] << 8) | s[1]; in secu_PrintBMPString() local
1047 PRUint32 bmpChar = (s[0] << 24) | (s[1] << 16) | (s[2] << 8) | s[3]; in secu_PrintUniversalString() local
/dports/security/nss/nss-3.76.1/nss/cmd/lib/
H A Dsecutil.c1012 PRUint32 bmpChar = (s[0] << 8) | s[1]; in secu_PrintBMPString() local
1047 PRUint32 bmpChar = (s[0] << 24) | (s[1] << 16) | (s[2] << 8) | s[3]; in secu_PrintUniversalString() local
/dports/www/firefox/firefox-99.0/security/nss/cmd/lib/
H A Dsecutil.c1012 PRUint32 bmpChar = (s[0] << 8) | s[1]; in secu_PrintBMPString() local
1047 PRUint32 bmpChar = (s[0] << 24) | (s[1] << 16) | (s[2] << 8) | s[3]; in secu_PrintUniversalString() local
/dports/security/ca_root_nss/nss-3.71/nss/cmd/lib/
H A Dsecutil.c1012 PRUint32 bmpChar = (s[0] << 8) | s[1]; in secu_PrintBMPString() local
1047 PRUint32 bmpChar = (s[0] << 24) | (s[1] << 16) | (s[2] << 8) | s[3]; in secu_PrintUniversalString() local
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/cmd/lib/
H A Dsecutil.c1012 PRUint32 bmpChar = (s[0] << 8) | s[1]; in secu_PrintBMPString() local
1047 PRUint32 bmpChar = (s[0] << 24) | (s[1] << 16) | (s[2] << 8) | s[3]; in secu_PrintUniversalString() local
/dports/www/firefox-esr/firefox-91.8.0/parser/html/javasrc/
H A DTokenizer.java399 private final @Auto char[] bmpChar; field in Tokenizer
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/javasrc/
H A DTokenizer.java398 private final @Auto char[] bmpChar; field in Tokenizer
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/javasrc/
H A DTokenizer.java398 private final @Auto char[] bmpChar; field in Tokenizer
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/javasrc/
H A DTokenizer.java399 private final @Auto char[] bmpChar; field in Tokenizer
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/javasrc/
H A DTokenizer.java398 private final @Auto char[] bmpChar; field in Tokenizer
/dports/www/firefox/firefox-99.0/parser/html/javasrc/
H A DTokenizer.java409 private final @Auto char[] bmpChar; field in Tokenizer