Searched refs:expLen (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | testidna.cpp | 1370 int32_t expCap = MAX_DEST_SIZE, expLen=0; in testCompareReferenceImpl() local 1378 expLen = refIDNA(srcUChars, src.length()-1, exp, expCap, in testCompareReferenceImpl() 1401 if(u_strCompare(exp, expLen, got, gotLen, TRUE) != 0){ in testCompareReferenceImpl() 1404 + " Expected: " + prettify(UnicodeString(exp, expLen)) in testCompareReferenceImpl() 1409 return UnicodeString(exp, expLen); in testCompareReferenceImpl()
|
/external/icu/icu4c/source/io/ |
D | uscanf_p.c | 493 int32_t srcLen, expLen; in u_scanf_scientific_handler() local 527 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler() 533 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler() 542 expLen, in u_scanf_scientific_handler()
|
D | uprntf_p.c | 566 int32_t srcLen, expLen; in u_printf_scientific_handler() local 593 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler() 599 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler() 608 expLen, in u_printf_scientific_handler()
|
/external/icu/icu4c/source/test/cintltst/ |
D | spreptst.c | 574 … int32_t expLen = unescapeData(expected, (int32_t)strlen(expected), exp, MAX_BUFFER_SIZE, &status); in Test_nfs4_cs_prep() local 584 if(destLen != expLen){ in Test_nfs4_cs_prep()
|
D | cnormtst.c | 240 UChar *exp, int32_t expLen, in TestNull_check() argument 261 } else if (len != expLen) { in TestNull_check() 262 … log_err("unorm_normalize(%s) with 0x0000 failed: Expected len %d, got %d\n", name, expLen, len); in TestNull_check()
|