OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:realSourceEnd
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
ncnvfbts.c
145
const UChar *
realSourceEnd
;
183
realSourceEnd
= source + sourceLen;
194
sourceLimit = nct_min(src + gInBufferSize,
realSourceEnd
);
196
doFlush = (UBool)(sourceLimit ==
realSourceEnd
);
217
} while ( (status == U_BUFFER_OVERFLOW_ERROR) || (sourceLimit <
realSourceEnd
) );
300
const char *
realSourceEnd
;
341
realSourceEnd
= src + sourcelen;
358
srcLimit = nct_min(
realSourceEnd
, src + gInBufferSize);
377
(UBool)(srcLimit ==
realSourceEnd
), /* flush if we're at the end of hte source data */
379
} while ( (status == U_BUFFER_OVERFLOW_ERROR) || (srcLimit <
realSourceEnd
) ); /* while we just need another buffer *
[
all
...]
nccbtst.c
[
all
...]
ncnvtst.c
[
all
...]
nucnvtst.c
369
const UChar *
realSourceEnd
;
402
realSourceEnd
= source + sourceLen;
410
sourceLimit = nct_min(src + gInBufferSize,
realSourceEnd
);
412
doFlush = (UBool)(sourceLimit ==
realSourceEnd
);
431
} while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && sourceLimit <
realSourceEnd
) );
519
const char *
realSourceEnd
;
560
realSourceEnd
= src + sourcelen;
568
srcLimit = nct_min(
realSourceEnd
, src + gInBufferSize);
587
(UBool)(srcLimit ==
realSourceEnd
), /* flush if we're at the end of hte source data */
592
} while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit <
realSourceEnd
)) ); /* while we just need another buffer *
[
all
...]
/external/icu4c/test/cintltst/
ncnvfbts.c
145
const UChar *
realSourceEnd
;
183
realSourceEnd
= source + sourceLen;
194
sourceLimit = nct_min(src + gInBufferSize,
realSourceEnd
);
196
doFlush = (UBool)(sourceLimit ==
realSourceEnd
);
217
} while ( (status == U_BUFFER_OVERFLOW_ERROR) || (sourceLimit <
realSourceEnd
) );
300
const char *
realSourceEnd
;
341
realSourceEnd
= src + sourcelen;
358
srcLimit = nct_min(
realSourceEnd
, src + gInBufferSize);
377
(UBool)(srcLimit ==
realSourceEnd
), /* flush if we're at the end of hte source data */
379
} while ( (status == U_BUFFER_OVERFLOW_ERROR) || (srcLimit <
realSourceEnd
) ); /* while we just need another buffer *
[
all
...]
nccbtst.c
[
all
...]
ncnvtst.c
[
all
...]
nucnvtst.c
388
const UChar *
realSourceEnd
;
421
realSourceEnd
= source + sourceLen;
429
sourceLimit = nct_min(src + gInBufferSize,
realSourceEnd
);
431
doFlush = (UBool)(sourceLimit ==
realSourceEnd
);
450
} while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && sourceLimit <
realSourceEnd
) );
538
const char *
realSourceEnd
;
579
realSourceEnd
= src + sourcelen;
587
srcLimit = nct_min(
realSourceEnd
, src + gInBufferSize);
606
(UBool)(srcLimit ==
realSourceEnd
), /* flush if we're at the end of hte source data */
611
} while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit <
realSourceEnd
)) ); /* while we just need another buffer *
[
all
...]
Completed in 38 milliseconds