Searched defs:cnt2 (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
H A Dapicoll.cpp601 int32_t cnt1, cnt2, cnt3, cnt4; local
604 const uint8_t* byteArray2 = sortk2.getByteArray(cnt2);
612 CollationKey sortk4(byteArray1, cnt1), sortk5(byteArray2, cnt2);
/external/elfutils/src/
H A Dreadelf.c1045 size_t cnt2; local
1047 for (cnt2 = 0; cnt2 < ehdr->e_phnum; ++cnt2)
1050 phdr2 = gelf_getphdr (ebl->elf, cnt2, &phdr2_mem);
1059 if (cnt2 < ehdr->e_phnum)
2093 for (int cnt2 = need->vn_cnt; --cnt2 >= 0; )
2170 for (int cnt2 = 1; cnt2 < de
2285 int cnt2; local
[all...]
/external/icu4c/test/cintltst/
H A Dcmsccoll.c69 const static char cnt2[][10] = { variable
123 size = sizeof(cnt2)/sizeof(cnt2[0]);
127 u_uastrcpy(t1, cnt2[i]);
128 u_uastrcpy(t2, cnt2[j]);

Completed in 167 milliseconds