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

  /external/icu/icu4c/source/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/icu/icu4c/source/test/intltest/
csdetest.cpp 190 int32_t dLength = 0;
218 dLength = ucsdet_getUChars(matches[0], decoded, testLength, &status);
220 if (testString.compare(decoded, dLength) != 0) {
    [all...]

Completed in 420 milliseconds