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

  /external/icu4c/i18n/
uregex.cpp 206 UErrorCode lengthStatus = U_ZERO_ERROR;
207 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...]
rematch.cpp 318 UErrorCode lengthStatus = U_ZERO_ERROR;
319 len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus);
    [all...]

Completed in 20 milliseconds