Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ digit_to_char
Function
digit_to_char
test-app/runtime/src/main/cpp/ada/ada.cpp:8005–8007 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8003
}
8004
8005
static constexpr char digit_to_char(int32_t digit) {
8006
return digit < 26 ? char(digit + 97) : char(digit + 22);
8007
}
8008
8009
static constexpr int32_t adapt(int32_t d, int32_t n, bool firsttime) {
8010
if (firsttime) {
Callers
1
utf32_to_punycode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected