OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:charntorune
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unilib.cc
53
int bytes_consumed =
charntorune
(&rune, p, end - p);
utf.h
70
//
charntorune
is like chartorune, except that it will access at most
72
//
charntorune
will set *r to Runeerror and return 0. If it is complete
77
int
charntorune
(Rune* r, const char* s, int n);
80
// is a convenience function that calls "*consumed =
charntorune
(r, str, n)"
rune.c
66
charntorune
(Rune *rune, const char *str, int length)
function
244
*consumed =
charntorune
(rune, str, length);
Completed in 162 milliseconds