Home
last modified time | relevance | path

Searched refs:Codepoint (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp96 void insert(llvm::StringRef Name, char32_t Codepoint) { in insert() argument
107 N->Value = Codepoint; in insert()
361 char32_t Codepoint = Entry.first; in main() local
369 printf("%06x: %s\n", static_cast<unsigned int>(Codepoint), Name.c_str()); in main()
370 T.insert(Name, Codepoint); in main()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp323 static void appendCodePoint(unsigned Codepoint, in appendCodePoint() argument
327 if (llvm::ConvertCodePointToUTF8(Codepoint, ResultPtr)) in appendCodePoint()
H A DLexer.cpp1456 static bool isUnicodeWhitespace(uint32_t Codepoint) { in isUnicodeWhitespace() argument
1459 return UnicodeWhitespaceChars.contains(Codepoint); in isUnicodeWhitespace()
/openbsd-src/usr.sbin/unbound/doc/
H A Dexample.conf.in136 # the value of the Differentiated Services Codepoint (DSCP)