OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runeself
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_utf.h
17
Runeself
= 0x80, // rune and UTF sequences are the same (<)
/external/chromium_org/third_party/re2/util/
utf.h
30
Runeself
= 0x80, /* rune and UTF sequences are the same (<) */
rune.cc
219
if(c <
Runeself
) {
242
if(c1 <
Runeself
) { /* one byte rune */
/external/regex-re2/util/
utf.h
30
Runeself
= 0x80, /* rune and UTF sequences are the same (<) */
rune.cc
219
if(c <
Runeself
) {
242
if(c1 <
Runeself
) { /* one byte rune */
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
utf.h
30
Runeself
= 0x80, /* rune and UTF sequences are the same (<) */
/external/chromium_org/third_party/re2/re2/
regexp.cc
654
if (r <
Runeself
)
664
if ((re->parse_flags() & Latin1) || re->rune_ <
Runeself
) {
compile.cc
562
// for the rune range 80-10FFFF (
Runeself
-Runemax).
627
if (hi <
Runeself
) {
700
if (r <
Runeself
) // Make common case fast.
[
all
...]
prefilter.cc
172
if (r <
Runeself
) {
parse.cc
[
all
...]
/external/regex-re2/re2/
regexp.cc
654
if (r <
Runeself
)
664
if ((re->parse_flags() & Latin1) || re->rune_ <
Runeself
) {
compile.cc
561
// for the rune range 80-10FFFF (
Runeself
-Runemax).
626
if (hi <
Runeself
) {
699
if (r <
Runeself
) // Make common case fast.
[
all
...]
prefilter.cc
172
if (r <
Runeself
) {
parse.cc
[
all
...]
/external/chromium_org/third_party/re2/
ucs2.diff
148
// for the rune range 80-10FFFF (
Runeself
-Runemax).
/external/regex-re2/
ucs2.diff
148
// for the rune range 80-10FFFF (
Runeself
-Runemax).
Completed in 1143 milliseconds