Searched refs:dLength (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Ducsdetst.c123 int32_t byteLength = 0, sLength = 0, dLength = 0; local
146 dLength = ucsdet_getUChars(match, detected, sLength, &status);
148 if (u_strCompare(detected, dLength, s, sLength, FALSE) != 0) {
/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp190 int32_t dLength = 0; local
218 dLength = ucsdet_getUChars(matches[0], decoded, testLength, &status);
220 if (testString.compare(decoded, dLength) != 0) {

Completed in 174 milliseconds