Searched defs:cnt2 (Results 1 - 5 of 5) sorted by relevance
/external/chromium_org/third_party/icu/source/test/intltest/ |
H A D | apicoll.cpp | 592 int32_t cnt1, cnt2, cnt3, cnt4; local 595 const uint8_t* byteArray2 = sortk2.getByteArray(cnt2); 603 CollationKey sortk4(byteArray1, cnt1), sortk5(byteArray2, cnt2);
|
/external/icu4c/test/intltest/ |
H A D | apicoll.cpp | 601 int32_t cnt1, cnt2, cnt3, cnt4; local 604 const uint8_t* byteArray2 = sortk2.getByteArray(cnt2); 612 CollationKey sortk4(byteArray1, cnt1), sortk5(byteArray2, cnt2);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
H A D | cmsccoll.c | 69 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]);
|
/external/elfutils/src/ |
H A D | readelf.c | 1045 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 D | cmsccoll.c | 70 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]);
|
Completed in 640 milliseconds