HomeSort by relevance Sort by last modified time
    Searched defs:sub0 (Results 1 - 3 of 3) 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/icu/icu4c/source/i18n/
ulocdata.c 335 static const UChar sub0[4] = { 0x007b, 0x0030, 0x007d , 0x0000 }; /* {0} */ local
373 p0=u_strstr(separator, sub0);
  /external/icu/icu4c/source/common/
locdispnames.cpp 469 static const UChar sub0[4] = { 0x007b, 0x0030, 0x007d , 0x0000 } ; /* {0} */ local
536 UChar *p0=u_strstr(separator, sub0);
553 UChar *p0=u_strstr(pattern, sub0);
    [all...]

Completed in 93 milliseconds