OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inputNativeLength
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
uregex.cpp
445
int64_t
inputNativeLength
= utext_nativeLength(inputText);
446
if (UTEXT_FULL_TEXT_IN_CHUNK(inputText,
inputNativeLength
)) {
448
regexp->fTextLength = (int32_t)
inputNativeLength
;
452
regexp->fTextLength = utext_extract(inputText, 0,
inputNativeLength
, NULL, 0, &lengthStatus); // buffer overflow error
455
utext_extract(inputText, 0,
inputNativeLength
, inputChars, regexp->fTextLength+1, status);
[
all
...]
/external/icu4c/i18n/
uregex.cpp
446
int64_t
inputNativeLength
= utext_nativeLength(inputText);
447
if (UTEXT_FULL_TEXT_IN_CHUNK(inputText,
inputNativeLength
)) {
449
regexp->fTextLength = (int32_t)
inputNativeLength
;
453
regexp->fTextLength = utext_extract(inputText, 0,
inputNativeLength
, NULL, 0, &lengthStatus); // buffer overflow error
456
utext_extract(inputText, 0,
inputNativeLength
, inputChars, regexp->fTextLength+1, status);
[
all
...]
Completed in 26 milliseconds