[go: up one dir, main page]

File: case_fold.h

package info (click to toggle)
securefs 0.8.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 864 kB
  • sloc: cpp: 11,356; python: 300; makefile: 7; sh: 2
file content (11 lines) | stat: -rw-r--r-- 188 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "mystring.h"

#include <stdint.h>

namespace securefs
{
uint32_t case_fold(uint32_t rune) noexcept;
std::string case_fold(StringRef str);
}    // namespace securefs