/external/chromium_org/third_party/icu/source/test/cintltst/ |
H A D | spreptst.c | 577 int32_t expLen = unescapeData(expected, (int32_t)strlen(expected), exp, MAX_BUFFER_SIZE, &status); local 587 if(destLen != expLen){
|
H A D | cnormtst.c | 237 UChar *exp, int32_t expLen, 258 } else if (len != expLen) { 259 log_err("unorm_normalize(%s) with 0x0000 failed: Expected len %d, got %d\n", name, expLen, len); 236 TestNull_check(UChar *src, int32_t srcLen, UChar *exp, int32_t expLen, UNormalizationMode mode, const char *name) argument
|
H A D | creststn.c | 2193 int32_t gotLen = 0, expLen=0; local 2195 exp = tres_getString(th, -1, "grapheme", &expLen, &status); 2202 } else if(gotLen != expLen || u_strncmp(exp, got, gotLen) != 0) {
|
/external/icu4c/test/cintltst/ |
H A D | spreptst.c | 577 int32_t expLen = unescapeData(expected, (int32_t)strlen(expected), exp, MAX_BUFFER_SIZE, &status); local 587 if(destLen != expLen){
|
H A D | cnormtst.c | 241 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 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,
|
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,
|
/external/chromium_org/third_party/icu/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);
|
/external/icu4c/io/ |
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,
|
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,
|
/external/icu4c/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);
|