MCPcopy Create free account
hub / github.com/NativeScript/android / get_ccc

Function get_ccc

test-app/runtime/src/main/cpp/ada/ada.cpp:7858–7862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7856}
7857
7858uint8_t get_ccc(char32_t c) noexcept {
7859 return c < 0x110000 ? canonical_combining_class_block
7860 [canonical_combining_class_index[c >> 8]][c % 256]
7861 : 0;
7862}
7863
7864void sort_marks(std::u32string& input) {
7865 for (size_t idx = 1; idx < input.size(); idx++) {

Callers 2

sort_marksFunction · 0.85
composeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected