OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lengthStatus
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
rematch.cpp
326
UErrorCode
lengthStatus
= U_ZERO_ERROR;
327
len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &
lengthStatus
);
[
all
...]
uregex.cpp
209
UErrorCode
lengthStatus
= U_ZERO_ERROR;
210
int32_t pattern16Length = utext_extract(pattern, 0, patternNativeLength, NULL, 0, &
lengthStatus
);
454
UErrorCode
lengthStatus
= U_ZERO_ERROR;
455
regexp->fTextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &
lengthStatus
); // buffer overflow error
[
all
...]
Completed in 644 milliseconds