/external/chromium_org/third_party/re2/util/ |
utf.h | 36 int chartorune(Rune* r, const char* s);
|
rune.cc | 49 chartorune(Rune *rune, const char *str) function in namespace:re2 224 s += chartorune(&rune, s); 250 n = chartorune(&r, s);
|
/external/libutf/ |
utflen.c | 34 s += chartorune(&rune, s);
|
utfnlen.c | 38 s += chartorune(&rune, s);
|
utfrrune.c | 41 c1 = chartorune(&r, s);
|
utfrune.c | 40 n = chartorune(&r, s);
|
utfutf.c | 32 n1 = chartorune(&r, s2);
|
utf.h | 39 // chartorune copies (decodes) at most UTFmax bytes starting at s to 41 // If the input is not exactly in UTF format, chartorune will set *r 49 int chartorune(Rune* r, const char* s); 52 // charntorune is like chartorune, except that it will access at most 80 // decoded by chartorune, and 0 otherwise. This does not guarantee
|
rune.c | 49 * This is a slower but "safe" version of the old chartorune 53 * chartorune will be a bit faster. 167 chartorune(Rune *rune, const char *str) function
|
/external/regex-re2/util/ |
utf.h | 36 int chartorune(Rune* r, const char* s);
|
rune.cc | 49 chartorune(Rune *rune, const char *str) function in namespace:re2 224 s += chartorune(&rune, s); 250 n = chartorune(&r, s);
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
encoding_utils.h | 32 int len = chartorune(&r, in);
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/ |
utf.h | 57 // chartorune copies (decodes) at most UTFmax bytes starting at s to 59 // If the input is not exactly in UTF format, chartorune will set *r 67 int chartorune(Rune* r, const char* s); 70 // charntorune is like chartorune, except that it will access at most 98 // decoded by chartorune, and 0 otherwise. This does not guarantee
|
rune.c | 49 * This is a slower but "safe" version of the old chartorune 53 * chartorune will be a bit faster. 167 chartorune(Rune *rune, const char *str) function
|
/external/chromium_org/third_party/re2/re2/testing/ |
string_generator_test.cc | 55 p += chartorune(&r, p);
|
regexp_generator.cc | 235 q += chartorune(&r, q);
|
/external/regex-re2/re2/testing/ |
string_generator_test.cc | 55 p += chartorune(&r, p);
|
regexp_generator.cc | 235 q += chartorune(&r, q);
|
/external/chromium_org/third_party/re2/re2/ |
parse.cc | [all...] |
/external/regex-re2/re2/ |
parse.cc | [all...] |