Searched refs:input16Len (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 1397 int32_t input16Len; in getInput() local 1399 input16Len = (int32_t)fInputLength; in getInput() 1402 …input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflo… in getInput() 1404 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(input16Len)); in getInput() 1410 …utext_extract(fInputText, 0, fInputLength, inputChars, input16Len, &status); // not terminated war… in getInput() 1412 utext_replace(dest, 0, utext_nativeLength(dest), inputChars, input16Len, &status); in getInput()
|