Searched refs:expLen (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dspreptst.c577 int32_t expLen = unescapeData(expected, (int32_t)strlen(expected), exp, MAX_BUFFER_SIZE, &status); local
587 if(destLen != expLen){
H A Dcnormtst.c241 UChar *exp, int32_t expLen,
262 } else if (len != expLen) {
263 log_err("unorm_normalize(%s) with 0x0000 failed: Expected len %d, got %d\n", name, expLen, len);
240 TestNull_check(UChar *src, int32_t srcLen, UChar *exp, int32_t expLen, UNormalizationMode mode, const char *name) argument
/external/icu/icu4c/source/test/cintltst/
H A Dspreptst.c577 int32_t expLen = unescapeData(expected, (int32_t)strlen(expected), exp, MAX_BUFFER_SIZE, &status); local
587 if(destLen != expLen){
H A Dcnormtst.c241 UChar *exp, int32_t expLen,
262 } else if (len != expLen) {
263 log_err("unorm_normalize(%s) with 0x0000 failed: Expected len %d, got %d\n", name, expLen, len);
240 TestNull_check(UChar *src, int32_t srcLen, UChar *exp, int32_t expLen, UNormalizationMode mode, const char *name) argument
/external/chromium_org/third_party/icu/source/io/
H A Duscanf_p.c493 int32_t srcLen, expLen; local
527 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf),
533 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf),
542 expLen,
H A Duprntf_p.c566 int32_t srcLen, expLen; local
593 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf),
599 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf),
608 expLen,
/external/icu/icu4c/source/io/
H A Duscanf_p.c493 int32_t srcLen, expLen; local
527 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf),
533 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf),
542 expLen,
H A Duprntf_p.c566 int32_t srcLen, expLen; local
593 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf),
599 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf),
608 expLen,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtestidna.cpp1370 int32_t expCap = MAX_DEST_SIZE, expLen=0; local
1378 expLen = refIDNA(srcUChars, src.length()-1, exp, expCap,
1401 if(u_strCompare(exp, expLen, got, gotLen, TRUE) != 0){
1404 + " Expected: " + prettify(UnicodeString(exp, expLen))
1409 return UnicodeString(exp, expLen);
/external/icu/icu4c/source/test/intltest/
H A Dtestidna.cpp1370 int32_t expCap = MAX_DEST_SIZE, expLen=0; local
1378 expLen = refIDNA(srcUChars, src.length()-1, exp, expCap,
1401 if(u_strCompare(exp, expLen, got, gotLen, TRUE) != 0){
1404 + " Expected: " + prettify(UnicodeString(exp, expLen))
1409 return UnicodeString(exp, expLen);

Completed in 946 milliseconds