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

/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/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) {
/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 288 milliseconds