Home
last modified time | relevance | path

Searched refs:expLen (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
Dspreptst.c577 … 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()
Dcnormtst.c237 UChar *exp, int32_t expLen, in TestNull_check() argument
258 } else if (len != expLen) { in TestNull_check()
259 … log_err("unorm_normalize(%s) with 0x0000 failed: Expected len %d, got %d\n", name, expLen, len); in TestNull_check()
Dcreststn.c2193 int32_t gotLen = 0, expLen=0; in TestResourceLevelAliasing() local
2195 exp = tres_getString(th, -1, "grapheme", &expLen, &status); in TestResourceLevelAliasing()
2202 } else if(gotLen != expLen || u_strncmp(exp, got, gotLen) != 0) { in TestResourceLevelAliasing()
/external/icu4c/test/cintltst/
Dspreptst.c577 … 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()
Dcnormtst.c241 UChar *exp, int32_t expLen, in TestNull_check() argument
262 } else if (len != expLen) { in TestNull_check()
263 … log_err("unorm_normalize(%s) with 0x0000 failed: Expected len %d, got %d\n", name, expLen, len); in TestNull_check()
/external/chromium_org/third_party/icu/source/io/
Duscanf_p.c493 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()
Duprntf_p.c566 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/icu4c/io/
Duscanf_p.c493 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()
Duprntf_p.c566 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/chromium_org/third_party/icu/source/test/intltest/
Dtestidna.cpp1370 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/icu4c/test/intltest/
Dtestidna.cpp1370 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/chromium_org/third_party/icu/patches/
Dsegmentation.patch2479 int32_t gotLen = 0, expLen=0;
2481 - exp = tres_getString(ja, -1, "word", &expLen, &status);
2483 + exp = tres_getString(th, -1, "grapheme", &expLen, &status);
2491 } else if(gotLen != expLen || u_strncmp(exp, got, gotLen) != 0) {