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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp594 int32_t cnt1, cnt2, cnt3, cnt4; local
597 const uint8_t* byteArray2 = sortk2.getByteArray(cnt2);
605 CollationKey sortk4(byteArray1, cnt1), sortk5(byteArray2, cnt2);
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp578 int32_t cnt1, cnt2, cnt3, cnt4; local
581 const uint8_t* byteArray2 = sortk2.getByteArray(cnt2);
589 CollationKey sortk4(byteArray1, cnt1), sortk5(byteArray2, cnt2);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c70 const static char cnt2[][10] = { variable
124 size = sizeof(cnt2)/sizeof(cnt2[0]);
128 u_uastrcpy(t1, cnt2[i]);
129 u_uastrcpy(t2, cnt2[j]);
/external/elfutils/0.153/src/
H A Dreadelf.c1113 size_t cnt2; local
1115 for (cnt2 = 0; cnt2 < phnum; ++cnt2)
1118 phdr2 = gelf_getphdr (ebl->elf, cnt2, &phdr2_mem);
1127 if (cnt2 < phnum)
2253 for (int cnt2 = need->vn_cnt; --cnt2 >= 0; )
2330 for (int cnt2 = 1; cnt2 < de
2445 int cnt2; local
[all...]
/external/icu/icu4c/source/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 577 milliseconds