HomeSort by relevance Sort by last modified time
    Searched refs:lengthStatus (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
rematch.cpp 334 UErrorCode lengthStatus = U_ZERO_ERROR;
335 len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus);
    [all...]
uregex.cpp 207 UErrorCode lengthStatus = U_ZERO_ERROR;
208 int32_t pattern16Length = utext_extract(pattern, 0, patternNativeLength, NULL, 0, &lengthStatus);
452 UErrorCode lengthStatus = U_ZERO_ERROR;
453 regexp->fTextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &lengthStatus); // buffer overflow error
    [all...]

Completed in 157 milliseconds