Searched refs:rune (Results 1 - 25 of 57) sorted by relevance

123

/external/libutf/
H A Dutflen.c24 Rune rune; local
34 s += chartorune(&rune, s);
H A Dutfnlen.c24 Rune rune; local
38 s += chartorune(&rune, s);
H A Drune.c66 charntorune(Rune *rune, const char *str, int length) argument
82 *rune = c;
104 *rune = l;
124 *rune = l;
142 *rune = l;
153 *rune = Bad;
156 *rune = Bad;
167 chartorune(Rune *rune, const char *str) argument
178 *rune = c;
195 *rune
243 isvalidcharntorune(const char* str, int length, Rune* rune, int* consumed) argument
249 runetochar(char *str, const Rune *rune) argument
306 runelen(Rune rune) argument
[all...]
H A DAndroid.mk4 rune.c \
H A DMakefile31 rune.$O\
61 install -c -m 0644 rune.3 $(PREFIX)/share/man/man3/rune.3
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dunilib.cc49 char32 rune; local
53 int bytes_consumed = charntorune(&rune, p, end - p);
57 if ((rune == Runeerror && bytes_consumed == 1) ||
58 !IsInterchangeValidCodepoint(rune)) {
H A Drune.c66 charntorune(Rune *rune, const char *str, int length) argument
82 *rune = c;
104 *rune = l;
124 *rune = l;
142 *rune = l;
153 *rune = Bad;
156 *rune = Bad;
167 chartorune(Rune *rune, const char *str) argument
178 *rune = c;
195 *rune
243 isvalidcharntorune(const char* str, int length, Rune* rune, int* consumed) argument
249 runetochar(char *str, const Rune *rune) argument
306 runelen(Rune rune) argument
[all...]
H A Dunicodetext.cc88 char32 rune; local
90 if (isvalidcharntorune(start, end - start, &rune, &n)) {
/external/chromium_org/third_party/re2/util/
H A Drune.cc49 chartorune(Rune *rune, const char *str) argument
60 *rune = c;
77 *rune = l;
92 *rune = l;
107 *rune = l;
120 *rune = Bad;
125 runetochar(char *str, const Rune *rune) argument
134 c = *rune;
151 * If the Rune is out of range, convert it to the error rune.
152 * Do this test here because the error rune encode
182 runelen(Rune rune) argument
214 Rune rune; local
[all...]
/external/regex-re2/util/
H A Drune.cc49 chartorune(Rune *rune, const char *str) argument
60 *rune = c;
77 *rune = l;
92 *rune = l;
107 *rune = l;
120 *rune = Bad;
125 runetochar(char *str, const Rune *rune) argument
134 c = *rune;
151 * If the Rune is out of range, convert it to the error rune.
152 * Do this test here because the error rune encode
182 runelen(Rune rune) argument
214 Rune rune; local
[all...]
/external/chromium_org/third_party/re2/re2/
H A Dunicode_casefold.h65 // Returns the CaseFold* in the tables that contains rune.
66 // If rune is not in the tables, returns the first CaseFold* after rune.
67 // If rune is larger than any value in the tables, returns NULL.
68 extern CaseFold* LookupCaseFold(CaseFold*, int, Rune rune);
70 // Returns the result of applying the fold f to the rune r.
H A Dmimics_pcre.cc76 if (re->rune() == '\v')
H A Dparse.cc62 // Pushes the literal rune r onto the stack.
270 // Returns the result of applying the fold f to the rune r.
317 // AddFoldedRange calls itself recursively for each rune in the fold cycle.
333 if (lo < f->lo) { // lo has no fold; next rune with a fold is f->lo
367 // Pushes the literal rune r onto the stack.
547 Rune rune; local
550 rune = r3->rune_;
554 AddLiteral(r3->ccb_, rune, r3->parse_flags_ & Regexp::FoldCase);
735 Rune rune = re->runes_[re->nrunes_ - 1]; local
739 re->rune_ = rune;
1086 Rune rune = re2->rune_; local
[all...]
H A Dregexp.h328 Rune rune() { DCHECK_EQ(op_, kRegexpLiteral); return rune_; } function in class:re2::Regexp
393 static Regexp* NewLiteral(Rune rune, ParseFlags flags);
H A Dregexp.cc283 Regexp* Regexp::NewLiteral(Rune rune, ParseFlags flags) { argument
285 re->rune_ = rune;
338 return a->rune() == b->rune() &&
H A Dtostring.cc157 AppendLiteral(t_, re->rune(), re->parse_flags() & Regexp::FoldCase);
295 // Appends a rune for use in a character class to the string t.
/external/regex-re2/re2/
H A Dunicode_casefold.h65 // Returns the CaseFold* in the tables that contains rune.
66 // If rune is not in the tables, returns the first CaseFold* after rune.
67 // If rune is larger than any value in the tables, returns NULL.
68 extern CaseFold* LookupCaseFold(CaseFold*, int, Rune rune);
70 // Returns the result of applying the fold f to the rune r.
H A Dmimics_pcre.cc76 if (re->rune() == '\v')
H A Dparse.cc62 // Pushes the literal rune r onto the stack.
270 // Returns the result of applying the fold f to the rune r.
317 // AddFoldedRange calls itself recursively for each rune in the fold cycle.
333 if (lo < f->lo) { // lo has no fold; next rune with a fold is f->lo
367 // Pushes the literal rune r onto the stack.
547 Rune rune; local
550 rune = r3->rune_;
554 AddLiteral(r3->ccb_, rune, r3->parse_flags_ & Regexp::FoldCase);
735 Rune rune = re->runes_[re->nrunes_ - 1]; local
739 re->rune_ = rune;
1086 Rune rune = re2->rune_; local
[all...]
H A Dregexp.h328 Rune rune() { DCHECK_EQ(op_, kRegexpLiteral); return rune_; } function in class:re2::Regexp
393 static Regexp* NewLiteral(Rune rune, ParseFlags flags);
/external/chromium_org/third_party/re2/re2/testing/
H A Ddump.cc74 Rune r = re->rune();
98 Rune r = re->rune();
/external/regex-re2/re2/testing/
H A Ddump.cc74 Rune r = re->rune();
98 Rune r = re->rune();
/external/regex-re2/
H A DAndroid.mk13 util/rune.cc \
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc367 char32 rune = 0;
371 rune = (rune << 4) + hex_digit_to_int(*++p); // Advance p.
379 d += runetochar(d, &rune);
384 char32 rune = 0;
388 // Don't change rune until we're sure this
390 char32 newrune = (rune << 4) + hex_digit_to_int(*++p);
398 rune = newrune;
407 d += runetochar(d, &rune);
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc329 char32 rune = 0;
333 rune = (rune << 4) + hex_digit_to_int(*++p); // Advance p.
341 d += runetochar(d, &rune);
346 char32 rune = 0;
350 // Don't change rune until we're sure this
352 char32 newrune = (rune << 4) + hex_digit_to_int(*++p);
360 rune = newrune;
369 d += runetochar(d, &rune);

Completed in 4272 milliseconds

123