| 66 | } |
| 67 | |
| 68 | TLangMask CreateFromList(const TString& list) { |
| 69 | return CreateFromListImpl(list, LanguageByNameStrict); |
| 70 | } |
| 71 | |
| 72 | TLangMask SafeCreateFromList(const TString& list) { |
| 73 | return CreateFromListImpl(list, LanguageByName); |
nothing calls this directly
no test coverage detected