Lines Matching refs:decoded
189 UChar *decoded = NULL;217 decoded = NEW_ARRAY(UChar, testLength);218 dLength = ucsdet_getUChars(matches[0], decoded, testLength, &status);220 if (testString.compare(decoded, dLength) != 0) {225 if(testString[i] != decoded[i]) {234 DELETE_ARRAY(decoded);