Searched refs:dLength (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 125 int32_t byteLength = 0, sLength = 0, dLength = 0; in TestUTF8() local 148 dLength = ucsdet_getUChars(match, detected, sLength, &status); in TestUTF8() 150 if (u_strCompare(detected, dLength, s, sLength, false) != 0) { in TestUTF8()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 194 int32_t dLength = 0; in checkEncoding() local 222 dLength = ucsdet_getUChars(matches[0], decoded, testLength, &status); in checkEncoding() 224 if (testString.compare(decoded, dLength) != 0) { in checkEncoding()
|