Inflection
Morphology Inflection
Loading...
Searching...
No Matches
DataRegistrationService.h
1/*
2 * Copyright 2019-2024 Apple Inc. All rights reserved.
3 */
4#pragma once
5#include <inflection/api.h>
6#include <unicode/utypes.h>
16INFLECTION_CAPI void idr_registerDataPathForLocale(const char* locale, const char* path, UErrorCode* status);
26INFLECTION_CAPI int32_t idr_getDataPathForLocale(const char* locale, char* dest, int32_t destCapacity, UErrorCode* status);