HomeSort by relevance Sort by last modified time
    Searched refs:dLength (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/cintltst/
ucsdetst.c 123 int32_t byteLength = 0, sLength = 0, dLength = 0;
146 dLength = ucsdet_getUChars(match, detected, sLength, &status);
148 if (u_strCompare(detected, dLength, s, sLength, FALSE) != 0) {
  /external/icu4c/test/intltest/
csdetest.cpp 178 int32_t dLength = 0;
206 dLength = ucsdet_getUChars(matches[0], decoded, testLength, &status);
208 if (testString.compare(decoded, dLength) != 0) {

Completed in 331 milliseconds