Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ValidateOneUTF8Byte
Function
ValidateOneUTF8Byte
cpp/src/arrow/util/utf8_internal.h:78–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
static inline uint16_t ValidateOneUTF8Byte(uint8_t byte, uint16_t state) {
79
return utf8_large_table[state + byte];
80
}
81
82
ARROW_EXPORT void CheckUTF8Initialized();
83
Callers
1
ValidateUTF8Inline
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected