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