Searched refs:expLen (Results 1 - 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
H A D | spreptst.c | 574 int32_t expLen = unescapeData(expected, (int32_t)strlen(expected), exp, MAX_BUFFER_SIZE, &status); local 584 if(destLen != expLen){
|
H A D | cnormtst.c | 240 UChar *exp, int32_t expLen, 261 } else if (len != expLen) { 262 log_err("unorm_normalize(%s) with 0x0000 failed: Expected len %d, got %d\n", name, expLen, len); 239 TestNull_check(UChar *src, int32_t srcLen, UChar *exp, int32_t expLen, UNormalizationMode mode, const char *name) argument
|
/external/icu/icu4c/source/io/ |
H A D | uscanf_p.c | 493 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 D | uprntf_p.c | 566 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/test/intltest/ |
H A D | testidna.cpp | 1370 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 141 milliseconds