Inflection
Morphology Inflection
Loading...
Searching...
No Matches
fwd.hpp
1/*
2 * Copyright 2018-2024 Apple Inc. All rights reserved.
3 */
4// Forward declarations for icu4cxx in Inflection
5#pragma once
6
7#include <inflection/api.h>
8// INFLECTION_CLASS_API
9
10namespace icu4cxx
11{
13 class BreakIterator;
14 class Normalizer2;
15 class NumberFormat;
16 class RegularExpression;
17 class UnicodeSet;
19} // icu4cxx