Searched refs:exLen (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/cintltst/ |
D | cmsccoll.c | 530 uint32_t exOffset = 0; uint32_t exLen = 0; in testCollator() local 567 exLen = src.parsedToken.extensionLen; in testCollator() 581 if(exLen > 0 && firstEx == 0) { in testCollator() 582 u_strncat(first, rulesCopy+exOffset, exLen); in testCollator() 583 first[firstLen+exLen] = 0; in testCollator() 603 firstEx = exLen; in testCollator() 604 exLen = tempLen; in testCollator() 640 firstEx = exLen; in testCollator() 910 uint32_t exOffset = 0; uint32_t exLen = 0; in testAgainstUCA() local 948 exLen = src.parsedToken.extensionLen; in testAgainstUCA() [all …]
|
D | citertst.c | 1679 uint32_t exLen = 0; in TestCEValidity() local 1723 exLen = src.parsedToken.extensionLen; in TestCEValidity() 1870 uint32_t exLen = 0; in TestSortKeyValidity() local 1903 exLen = src.parsedToken.extensionLen; in TestSortKeyValidity()
|
/external/icu4c/test/intltest/ |
D | utxttest.cpp | 980 int32_t exLen[] = { 0, 1, 0, 0, 1, 0, 0, 0, 2, 0, 0}; in ErrorTest() local 1031 TEST_ASSERT(extractedLen == exLen[i]); in ErrorTest() 1053 int32_t exLen[] = { 1, 0, 2, 1, 0, 2, 0, 0,}; in ErrorTest() local 1100 TEST_ASSERT(extractedLen == exLen[i]); in ErrorTest() 1121 int32_t exLen[] = { 1, 0, 2, 1, 0, 2, 0, 0,}; in ErrorTest() local 1168 TEST_ASSERT(extractedLen == exLen[i]); in ErrorTest()
|
/external/icu4c/tools/dumpce/ |
D | dumpce.cpp | 250 uint32_t exLen = 0; in serialize() local 1062 uint32_t exLen = 0; in getScriptElements() local 1165 uint32_t exLen = 0; in markTailored() local
|