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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Drematch.cpp1461 int32_t input16Len; local
1463 input16Len = (int32_t)fInputLength;
1466 input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflow error
1468 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(input16Len));
1474 utext_extract(fInputText, 0, fInputLength, inputChars, input16Len, &status); // not terminated warning
1476 utext_replace(dest, 0, utext_nativeLength(dest), inputChars, input16Len, &status);

Completed in 146 milliseconds