/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
library/cpp/unicode/set/category_ranges.h
18 строк
416 B
arigachnyy
use ydb/apps instead of kikimr/driver in tests, remove lfdbg
17 окт 2023, 14:12
17 окт 2023, 14:12
a3dd880
Код
Авторство
О чём код?
#pragma once #include <util/charset/unidata.h> #include <util/system/defaults.h> #include <util/generic/strbuf.h> namespace NUnicode { namespace NPrivate { struct TCategoryRanges { size_t Count; const wchar32* Data; }; const TCategoryRanges& GetCategoryRanges(WC_TYPE cat); const TCategoryRanges& GetCategoryRanges(const TStringBuf& category); } }