OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sub0
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
tote.cc
55
int
sub0
= ikey & 15;
local
56
if (key_[
sub0
] == ikey) {
57
value_[
sub0
] += idelta;
60
int sub1 =
sub0
^ 8;
73
if (key_[
sub0
] == 0) {
74
alloc =
sub0
;
81
alloc =
sub0
;
171
int
sub0
= ikey & 15;
local
172
if (key_[
sub0
] == ikey) {
173
value_[
sub0
] += ibytes
227
int
sub0
= ikey & 15;
local
[
all
...]
/external/icu4c/common/
locdispnames.cpp
470
static const UChar
sub0
[4] = { 0x007b, 0x0030, 0x007d , 0x0000 } ; /* {0} */
local
530
UChar *p0=u_strstr(pattern,
sub0
);
Completed in 64 milliseconds