Inflection
Morphology Inflection
Loading...
Searching...
No Matches
LocaleUtils.h
1//
2// LocalUtils.h
3// inflection
4//
5// Created by Nolan Kramer on 5/27/21.
6// Copyright 2021-2024 Apple Inc. All rights reserved.
7//
8
9#pragma once
10
11#include <inflection/api.h>
12#include <unicode/uenum.h>
13
18INFLECTION_CAPI UEnumeration* iloc_getSupportedLocalesList(UErrorCode* status);