// © 2019 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html // loclikelysubtags.h // created: 2019may08 Markus W. Scherer #ifndef __LOCLIKELYSUBTAGS_H__ #define __LOCLIKELYSUBTAGS_H__ #include <utility> #include "unicode/utypes.h" #include "unicode/bytestrie.h" #include "unicode/locid.h" #include "unicode/stringpiece.h" #include "unicode/uobject.h" #include "unicode/ures.h" #include "charstrmap.h" #include "lsr.h" U_NAMESPACE_BEGIN struct LikelySubtagsData; struct LocaleDistanceData { … }; class LikelySubtags final : public UMemory { … }; U_NAMESPACE_END #endif // __LOCLIKELYSUBTAGS_H__