Searched defs:Rune (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dutf.h24 typedef signed int Rune; /* Code-point values in Unicode 4.0 are 21 bits wide.*/ typedef
54 int runetochar(char* s, const Rune* r);
67 int chartorune(Rune* r, const char* s);
77 int charntorune(Rune* r, const char* s, int n);
84 int isvalidcharntorune(const char* str, int n, Rune* r, int* consumed);
88 int runelen(Rune r);
94 int runenlen(const Rune* r, int n);
129 const char* utfrune(const char* s, Rune r);
137 const char* utfrrune(const char* s, Rune r);
167 Rune* runestrca
[all...]
/external/libutf/
H A Dutf.h6 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/chromium_org/third_party/re2/util/
H A Dutf.h24 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);
/external/regex-re2/util/
H A Dutf.h24 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 909 milliseconds