Searched refs:expLen (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | testidna.cpp | 1386 int32_t expCap = MAX_DEST_SIZE, expLen=0; in testCompareReferenceImpl() local 1394 expLen = refIDNA(srcUChars, src.length()-1, exp, expCap, in testCompareReferenceImpl() 1417 if(u_strCompare(exp, expLen, got, gotLen, TRUE) != 0){ in testCompareReferenceImpl() 1420 + " Expected: " + prettify(UnicodeString(exp, expLen)) in testCompareReferenceImpl() 1425 return UnicodeString(exp, expLen); in testCompareReferenceImpl()
|
/external/icu/icu4c/source/io/ |
D | uscanf_p.cpp | 510 int32_t srcLen, expLen; in u_scanf_scientific_handler() local 544 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler() 550 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler() 559 expLen, in u_scanf_scientific_handler()
|
D | uprntf_p.cpp | 576 int32_t srcLen, expLen; in u_printf_scientific_handler() local 603 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler() 609 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler() 618 expLen, in u_printf_scientific_handler()
|
/external/icu/icu4c/source/test/cintltst/ |
D | spreptst.c | 577 … int32_t expLen = unescapeData(expected, (int32_t)strlen(expected), exp, MAX_BUFFER_SIZE, &status); in Test_nfs4_cs_prep() local 587 if(destLen != expLen){ in Test_nfs4_cs_prep()
|
D | cnormtst.c | 243 UChar *exp, int32_t expLen, in TestNull_check() argument 264 } else if (len != expLen) { in TestNull_check() 265 … log_err("unorm_normalize(%s) with 0x0000 failed: Expected len %d, got %d\n", name, expLen, len); in TestNull_check()
|