OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isvalidcharntorune
(Results
1 - 2
of
2
) sorted by null
/external/libutf/
utf.h
61
//
isvalidcharntorune
(str, n, r, consumed)
66
int
isvalidcharntorune
(const char* str, int n, Rune* r, int* consumed);
rune.c
243
isvalidcharntorune
(const char* str, int length, Rune* rune, int* consumed) {
function
Completed in 336 milliseconds