Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/unic-langid-impl/tests/
H A Dlanguage_identifier_test.rs141 let langid2: LanguageIdentifier = "en-US-windows".parse().unwrap(); in test_matches_as_range() localVariable
142 assert_eq!(langid.matches(&langid2, false, false), false); in test_matches_as_range()
143 assert_eq!(langid.matches(&langid2, true, false), true); in test_matches_as_range()
144 assert_eq!(langid.matches(&langid2, false, true), false); in test_matches_as_range()
145 assert_eq!(langid.matches(&langid2, true, true), true); in test_matches_as_range()
151 let langid2: LanguageIdentifier = "ar-AF".parse().unwrap(); in test_character_direction() localVariable
153 assert_eq!(langid2.character_direction(), CharacterDirection::RTL); in test_character_direction()
/dports/games/pvpgn/pvpgn-1.8.5/src/common/
H A Dbnet_protocol.h569 bn_int langid2; /* 09 04 00 00 */ /* 12 04 00 00 */ member