OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fInputLength
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/i18n/
rematch.cpp
237
fInputLength
= 0;
326
if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText,
fInputLength
)) {
515
if (
fInputLength
> fAppendPosition) {
516
if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText,
fInputLength
)) {
519
(int32_t)(
fInputLength
-fAppendPosition), &status);
523
len16 = (int32_t)(
fInputLength
-fAppendPosition);
525
len16 = utext_extract(fInputText, fAppendPosition,
fInputLength
, NULL, 0, &status);
533
utext_extract(fInputText, fAppendPosition,
fInputLength
, inputChars, len16, &status); // unterminated
603
if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText,
fInputLength
)) {
912
U16_FWD_1(inputBuf, startPos,
fInputLength
);
[
all
...]
uregex.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
rematch.cpp
237
fInputLength
= 0;
320
if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText,
fInputLength
)) {
509
if (
fInputLength
> fAppendPosition) {
510
if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText,
fInputLength
)) {
513
(int32_t)(
fInputLength
-fAppendPosition), &status);
517
len16 = (int32_t)(
fInputLength
-fAppendPosition);
519
len16 = utext_extract(fInputText, fAppendPosition,
fInputLength
, NULL, 0, &status);
527
utext_extract(fInputText, fAppendPosition,
fInputLength
, inputChars, len16, &status); // unterminated
597
if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText,
fInputLength
)) {
906
U16_FWD_1(inputBuf, startPos,
fInputLength
);
[
all
...]
uregex.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
regex.h
[
all
...]
/external/icu4c/i18n/unicode/
regex.h
[
all
...]
Completed in 50 milliseconds