Searched defs:Rune (Results 1 - 2 of 2) sorted by relevance
/external/libutf/ |
H A D | utf.h | 6 typedef signed int Rune; /* Code-point values in Unicode 4.0 are 21 bits wide.*/ typedef 36 int runetochar(char* s, const Rune* r); 49 int chartorune(Rune* r, const char* s); 59 int charntorune(Rune* r, const char* s, int n); 66 int isvalidcharntorune(const char* str, int n, Rune* r, int* consumed); 70 int runelen(Rune r); 76 int runenlen(const Rune* r, int n); 111 const char* utfrune(const char* s, Rune r); 119 const char* utfrrune(const char* s, Rune r); 149 Rune* runestrca [all...] |
/external/regex-re2/util/ |
H A D | utf.h | 24 typedef signed int Rune; /* Code-point values in Unicode 4.0 are 21 bits wide.*/ typedef in namespace:re2 35 int runetochar(char* s, const Rune* r); 36 int chartorune(Rune* r, const char* s); 39 char* utfrune(const char*, Rune);
|
Completed in 129 milliseconds