Searched refs:input16Len (Results 1 - 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
H A D | rematch.cpp | 1424 int32_t input16Len; local 1426 input16Len = (int32_t)fInputLength; 1429 input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflow error 1431 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(input16Len)); 1437 utext_extract(fInputText, 0, fInputLength, inputChars, input16Len, &status); // not terminated warning 1439 utext_replace(dest, 0, utext_nativeLength(dest), inputChars, input16Len, &status);
|
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | rematch.cpp | 1455 int32_t input16Len; local 1457 input16Len = (int32_t)fInputLength; 1460 input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflow error 1462 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(input16Len)); 1468 utext_extract(fInputText, 0, fInputLength, inputChars, input16Len, &status); // not terminated warning 1470 utext_replace(dest, 0, utext_nativeLength(dest), inputChars, input16Len, &status);
|
Completed in 102 milliseconds