HomeSort by relevance Sort by last modified time
    Searched defs:idx (Results 326 - 350 of 475) sorted by null

<<111213141516171819

  /external/chromium/third_party/icu/source/common/
putil.c 635 int32_t idx = 0; local
639 while (id[idx] && isNonDigit(id[idx]) && id[idx] != ',') {
640 idx++;
647 return (UBool)(id[idx] == 0
741 int32_t idx; local
745 for (idx = 0; idx < (int32_t)sizeof(OFFSET_ZONE_MAPPINGS)/sizeof(OFFSET_ZONE_MAPPINGS[0]); idx++
    [all...]
ucnv_io.c 197 #define GET_STRING(idx) (const char *)(gMainTable.stringTable + (idx))
198 #define GET_NORMALIZED_STRING(idx) (const char *)(gMainTable.normalizedStringTable + (idx))
657 uint32_t idx; local
680 for (idx = 0; idx < gMainTable.taggedAliasArraySize; idx++) {
681 listOffset = gMainTable.taggedAliasArray[idx];
683 uint32_t currTagNum = idx/gMainTable.converterListSize
708 uint32_t idx; local
    [all...]
ucnvisci.c 1553 int32_t idx, script; local
    [all...]
unames.c 1016 uint16_t prefixLength, i, idx; local
1046 idx=(uint16_t)(indexes[--i]+1);
1047 if(idx<factors[i]) {
1049 indexes[i]=idx;
1145 uint16_t i, idx; local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
msgfmt.cpp 361 int32_t idx; local
362 for (idx = 0; idx < subformatCount; idx++) {
363 delete subformats[idx].format;
364 delete subformats[idx].argName;
    [all...]
timezone.cpp 245 int32_t idx = findInStringArray(tmp, id, status); local
247 if((idx == -1) && U_SUCCESS(status)) {
256 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object
257 U_DEBUG_TZ_MSG(("gzbn: loaded z#%d, size %d, type %d, path %s, %s\n", idx, ures_getSize(oldbundle), ures_getType(oldbundle), ures_getPath(oldbundle), u_errorName(status)));
    [all...]
zonemeta.cpp 231 int32_t idx; local
234 for (idx = 0; idx <= 3 && U_SUCCESS(status); idx++) {
235 n = ASCII_DIGIT((int32_t)text[idx]);
243 for (idx = 5; idx <= 6 && U_SUCCESS(status); idx++) {
244 n = ASCII_DIGIT((int32_t)text[idx]);
252 for (idx = 8; idx <= 9 && U_SUCCESS(status); idx++)
    [all...]
  /external/chromium/third_party/icu/source/io/
uscanf_p.c 1176 int32_t idx = 0; local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cldrtest.c 35 int32_t idx, graphmeSize; local
44 for (idx = 0; idx < origItemCount; idx++) {
45 graphmeSize = uset_getItem(origSet, idx,
121 int32_t idx; local
134 for (idx = 0; idx < minSize && sameArray; idx++) {
135 if (subRootBundleArr[idx] != subBundleArr[idx])
170 int32_t idx; local
579 int32_t idx; local
646 int32_t idx; local
671 int32_t idx; local
950 int32_t idx; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
regextst.cpp 1568 int32_t idx = 0; local
    [all...]
  /external/chromium/third_party/icu/source/tools/gencnval/
gencnval.c 608 /* uint32_t idx; */
610 /* for (idx = 0; idx < knownAliasesCount; idx++) {
612 if (knownAliases[idx] != num
613 && uprv_strcmp(alias, GET_ALIAS_STR(knownAliases[idx])) == 0)
616 lineNum, alias, GET_ALIAS_STR(knownAliases[idx]));
620 else if (knownAliases[idx] != num
621 && ucnv_compareNames(alias, GET_ALIAS_STR(knownAliases[idx])) == 0)
625 lineNum, alias, GET_ALIAS_STR(knownAliases[idx]));
646 uint32_t idx, idx2; local
772 uint32_t idx; local
795 uint16_t idx, idx2, idx3; local
834 uint32_t idx; local
    [all...]
  /external/e2fsprogs/intl/
loadmsgcat.c 1325 nls_uint32 idx = hash_val % domain->hash_size; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 1209 int idx; local
    [all...]
  /external/elfutils/src/
strip.c 382 Elf32_Word idx; /* Index in new file. */ member in struct:shdr_info
394 size_t idx; local
574 shdr_info[cnt].idx = 1;
614 shdr_info[cnt].idx = 0;
630 if (shdr_info[shdr_info[cnt].group_idx].idx == 0)
658 shdr_info[cnt].idx = 0;
660 idx = shdr_info[cnt].group_idx;
661 while (idx != 0)
669 assert (shdr_info[idx].data != NULL);
671 is_comdat = (((Elf32_Word *) shdr_info[idx].data->d_buf)[0
    [all...]
  /external/freetype/src/base/
ftstroke.c 663 FT_Short idx = (FT_Short)outline->n_points; local
666 for ( ; count > 0; count--, tags++, idx++ )
670 *write++ = idx;
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 100 FT_UInt idx )
102 PSH_Hint hint = table->hints + idx;
105 if ( idx >= table->max_hints )
107 FT_TRACE0(( "psh_hint_table_record: invalid hint index %d\n", idx ));
151 FT_UInt idx, limit; local
156 for ( idx = 0; idx < limit; idx++ )
165 psh_hint_table_record( table, idx );
231 FT_UInt idx; local
252 FT_UInt idx, limit, count; local
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 101 FT_UInt n, idx; local
107 idx = *p++;
108 if ( idx >= TT_VALID_GLYPH_COUNT( valid ) )
296 FT_UInt idx = TT_NEXT_USHORT( p ); local
300 if ( valid->level >= FT_VALIDATE_PARANOID && ( idx & 7 ) != 0 )
303 idx >>= 3;
305 if ( idx > max_subs )
306 max_subs = idx;
351 FT_UInt idx; local
356 idx = TT_NEXT_USHORT( p )
438 FT_UInt idx = (FT_UInt)(char_code & 0xFF); local
485 FT_UInt pos, idx; local
958 FT_UInt i, idx; local
1472 FT_UInt idx = (FT_UInt)( char_code - start ); local
1496 FT_UInt idx; local
1883 FT_UInt32 idx = (FT_ULong)( char_code - start ); local
1905 FT_UInt32 idx; local
    [all...]
  /external/icu4c/common/
ucnv_io.c 197 #define GET_STRING(idx) (const char *)(gMainTable.stringTable + (idx))
198 #define GET_NORMALIZED_STRING(idx) (const char *)(gMainTable.normalizedStringTable + (idx))
657 uint32_t idx; local
680 for (idx = 0; idx < gMainTable.taggedAliasArraySize; idx++) {
681 listOffset = gMainTable.taggedAliasArray[idx];
683 uint32_t currTagNum = idx/gMainTable.converterListSize
708 uint32_t idx; local
    [all...]
ucnvisci.c 1553 int32_t idx, script; local
    [all...]
  /external/icu4c/i18n/
msgfmt.cpp 370 int32_t idx; local
371 for (idx = 0; idx < subformatCount; idx++) {
372 delete subformats[idx].format;
373 delete subformats[idx].argName;
    [all...]
timezone.cpp 245 int32_t idx = findInStringArray(tmp, id, status); local
247 if((idx == -1) && U_SUCCESS(status)) {
256 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object
257 U_DEBUG_TZ_MSG(("gzbn: loaded z#%d, size %d, type %d, path %s, %s\n", idx, ures_getSize(oldbundle), ures_getType(oldbundle), ures_getPath(oldbundle), u_errorName(status)));
752 int32_t idx = 0; local
759 map[idx++] = i;
917 int32_t idx = findInStringArray(names, id, ec); local
918 result = ures_getStringByIndex(names, idx, NULL, &ec);
922 ures_getByIndex(rb, idx, rb, &ec);
949 int32_t idx = findInStringArray(res, id, ec) local
    [all...]
  /external/icu4c/io/
uscanf_p.c 1176 int32_t idx = 0; local
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 35 int32_t idx, graphmeSize; local
44 for (idx = 0; idx < origItemCount; idx++) {
45 graphmeSize = uset_getItem(origSet, idx,
121 int32_t idx; local
134 for (idx = 0; idx < minSize && sameArray; idx++) {
135 if (subRootBundleArr[idx] != subBundleArr[idx])
170 int32_t idx; local
579 int32_t idx; local
646 int32_t idx; local
671 int32_t idx; local
950 int32_t idx; local
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 608 /* uint32_t idx; */
610 /* for (idx = 0; idx < knownAliasesCount; idx++) {
612 if (knownAliases[idx] != num
613 && uprv_strcmp(alias, GET_ALIAS_STR(knownAliases[idx])) == 0)
616 lineNum, alias, GET_ALIAS_STR(knownAliases[idx]));
620 else if (knownAliases[idx] != num
621 && ucnv_compareNames(alias, GET_ALIAS_STR(knownAliases[idx])) == 0)
625 lineNum, alias, GET_ALIAS_STR(knownAliases[idx]));
646 uint32_t idx, idx2; local
772 uint32_t idx; local
795 uint16_t idx, idx2, idx3; local
834 uint32_t idx; local
    [all...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 747 char *idx; local
788 if ((idx = index(srcaddr, '[')) == NULL)
790 *idx = '\0';
810 char *idx; local
    [all...]

Completed in 723 milliseconds

<<111213141516171819