HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 1451 - 1475 of 3477) sorted by null

<<51525354555657585960>>

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 199 hb_glyph_info_t *info = buffer->out_info; local
200 hb_glyph_info_t tone = info[end];
201 memmove (&info[start + 1], &info[start], (end - start) * sizeof (hb_glyph_info_t));
202 info[start] = tone;
345 hb_glyph_info_t *info = buffer->out_info;
358 info[i++].hangul_shaping_feature() = LJMO;
359 info[i++].hangul_shaping_feature() = VJMO;
361 info[i++].hangul_shaping_feature() = TJMO;
394 hb_glyph_info_t *info = buffer->info local
    [all...]
hb-ot-shape-complex-myanmar.cc 153 is_one_of (const hb_glyph_info_t &info, unsigned int flags)
156 if (_hb_glyph_info_ligated (&info)) return false;
157 return !!(FLAG (info.myanmar_category()) & flags);
161 is_consonant (const hb_glyph_info_t &info)
163 return is_one_of (info, CONSONANT_FLAGS);
168 set_myanmar_properties (hb_glyph_info_t &info)
170 hb_codepoint_t u = info.codepoint;
262 info.myanmar_category() = (myanmar_category_t) cat;
263 info.myanmar_position() = pos;
280 hb_glyph_info_t *info = buffer->info local
312 hb_glyph_info_t *info = buffer->info; local
455 hb_glyph_info_t *info = buffer->info; local
487 hb_glyph_info_t info = dottedcircle; local
508 hb_glyph_info_t *info = buffer->info; local
527 hb_glyph_info_t *info = buffer->info; local
    [all...]
hb-ot-shape-complex-sea.cc 138 set_sea_properties (hb_glyph_info_t &info)
140 hb_codepoint_t u = info.codepoint;
160 info.sea_category() = (sea_category_t) cat;
161 info.sea_position() = pos;
177 hb_glyph_info_t *info = buffer->info; local
179 set_sea_properties (info[i]);
206 hb_glyph_info_t *info = buffer->info; local
212 info[i].sea_position() = POS_PRE_C
282 hb_glyph_info_t *info = buffer->info; local
314 hb_glyph_info_t info = dottedcircle; local
335 hb_glyph_info_t *info = buffer->info; local
354 hb_glyph_info_t *info = buffer->info; local
    [all...]
  /external/icu/icu4c/source/common/
ucol_swp.cpp 117 const UDataInfo &info=*(const UDataInfo *)((const char *)inData+4); local
118 if(info.dataFormat[0]==0x55 && // dataFormat="UCol"
119 info.dataFormat[1]==0x43 &&
120 info.dataFormat[2]==0x6f &&
121 info.dataFormat[3]==0x6c) {
564 const UDataInfo &info=*(const UDataInfo *)((const char *)inData+4); local
566 info.dataFormat[0]==0x55 && // dataFormat="UCol"
567 info.dataFormat[1]==0x43 &&
568 info.dataFormat[2]==0x6f &&
569 info.dataFormat[3]==0x6c &
    [all...]
  /external/icu/icu4c/source/test/intltest/
dadrfmt.cpp 47 const DataMap *info= NULL; local
52 if (testData->getInfo(info, status)) {
53 log(info->getString("Description", status));
  /external/icu/icu4c/source/tools/toolutil/
toolutil.cpp 106 static WIN32_FIND_DATAA info; local
107 HANDLE file=FindFirstFileA(pathname, &info);
109 if(info.cAlternateFileName[0]!=0) {
114 uprv_memmove(info.cFileName+(basename-pathname), info.cFileName, uprv_strlen(info.cFileName)+1);
115 uprv_memcpy(info.cFileName, pathname, basename-pathname);
117 pathname=info.cFileName;
  /external/iproute2/netem/
maketable.c 22 struct stat info; local
27 fstat(fileno(fp), &info); local
28 if (info.st_size > 0) {
29 limit = 2*info.st_size/sizeof(double); /* @@ approximate */
  /external/ipsec-tools/
setup.c 98 struct addrinfo *info; local
100 if (getaddrinfo(server, "500", &hints, &info) != 0) {
104 if (info->ai_next) {
107 targets[0] = dupsaddr(info->ai_addr);
108 freeaddrinfo(info);
  /external/iptables/extensions/
libxt_CONNMARK.c 127 struct xt_connmark_tginfo1 *info = (void *)target->data; local
133 info->ctmask = UINT32_MAX;
134 info->nfmask = UINT32_MAX;
162 struct xt_connmark_tginfo1 *info = cb->data; local
167 info->mode = XT_CONNMARK_SET;
168 info->ctmark = cb->val.mark;
169 info->ctmask = cb->val.mask;
172 info->mode = XT_CONNMARK_SET;
173 info->ctmark = cb->val.mark;
174 info->ctmask = cb->val.mark | cb->val.mask
252 const struct xt_connmark_tginfo1 *info = (const void *)target->data; local
330 const struct xt_connmark_tginfo1 *info = (const void *)target->data; local
    [all...]
libxt_owner.c 139 struct ipt_owner_info *info = cb->data; local
152 info->invert |= IPT_OWNER_UID;
153 info->match |= IPT_OWNER_UID;
154 info->uid = id;
162 info->invert |= IPT_OWNER_GID;
163 info->match |= IPT_OWNER_GID;
164 info->gid = id;
168 info->invert |= IPT_OWNER_PID;
169 info->match |= IPT_OWNER_PID;
173 info->invert |= IPT_OWNER_SID
186 struct ip6t_owner_info *info = cb->data; local
244 struct xt_owner_match_info *info = cb->data; local
432 const struct ipt_owner_info *info = (void *)match->data; local
445 const struct ip6t_owner_info *info = (void *)match->data; local
456 const struct xt_owner_match_info *info = (void *)match->data; local
466 const struct ipt_owner_info *info = (void *)match->data; local
478 const struct ip6t_owner_info *info = (void *)match->data; local
488 const struct xt_owner_match_info *info = (void *)match->data; local
    [all...]
libxt_recent.c 117 struct xt_recent_mtinfo *info = (struct xt_recent_mtinfo *)match->data; local
121 strncpy(info->name,"DEFAULT", XT_RECENT_NAME_LEN);
124 info->name[XT_RECENT_NAME_LEN-1] = '\0';
125 info->side = XT_RECENT_SOURCE;
132 struct xt_recent_mtinfo *info = cb->data; local
137 info->check_set |= XT_RECENT_SET;
139 info->invert = true;
142 info->check_set |= XT_RECENT_CHECK;
144 info->invert = true;
147 info->check_set |= XT_RECENT_UPDATE
182 const struct xt_recent_mtinfo_v1 *info = (const void *)match->data; local
223 const struct xt_recent_mtinfo_v1 *info = (const void *)match->data; local
    [all...]
libxt_time.c 78 struct xt_time_info *info = (void *)m->data; local
81 info->monthdays_match = XT_TIME_ALL_MONTHDAYS;
82 info->weekdays_match = XT_TIME_ALL_WEEKDAYS;
83 info->daytime_start = XT_TIME_MIN_DAYTIME;
84 info->daytime_stop = XT_TIME_MAX_DAYTIME;
87 info->date_start = 0;
88 info->date_stop = INT_MAX;
263 struct xt_time_info *info = cb->data; local
268 info->date_start = time_parse_date(cb->arg, false);
271 info->date_stop = time_parse_date(cb->arg, true)
382 const struct xt_time_info *info = (const void *)match->data; local
418 const struct xt_time_info *info = (const void *)match->data; local
446 const struct xt_time_info *info = (const void *) cb->data; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
LocalVariableAttribute.java 41 ByteArray.write16bit(0, info, 0);
57 ByteArray.write16bit(0, info, 0);
81 int size = info.length;
85 newInfo[i] = info[i];
92 info = newInfo;
100 int index = ByteArray.readU16bit(info, pos + 6);
104 ByteArray.write16bit(cp.addUtf8Info(desc), info, pos + 6); local
118 int index = ByteArray.readU16bit(info, pos + 6);
122 ByteArray.write16bit(cp.addUtf8Info(desc), info, pos + 6); local
139 int size = info.length
    [all...]