OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fromSawEndOfBytes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/extra/uconv/
uconv.cpp
728
UBool willexit,
fromSawEndOfBytes
, toSawEndOfUnicode;
778
//
fromSawEndOfBytes
indicates that ucnv_toUnicode() is done
787
fromSawEndOfBytes
= (UBool)U_SUCCESS(err);
871
if (chunkLimit < 0 && flush &&
fromSawEndOfBytes
) {
926
// Use
fromSawEndOfBytes
in addition to the flush flag -
932
NULL, (UBool)(flush &&
fromSawEndOfBytes
), &err);
936
// See comment for
fromSawEndOfBytes
.
[
all
...]
/external/icu/icu4c/source/extra/uconv/
uconv.cpp
728
UBool willexit,
fromSawEndOfBytes
, toSawEndOfUnicode;
778
//
fromSawEndOfBytes
indicates that ucnv_toUnicode() is done
787
fromSawEndOfBytes
= (UBool)U_SUCCESS(err);
871
if (chunkLimit < 0 && flush &&
fromSawEndOfBytes
) {
926
// Use
fromSawEndOfBytes
in addition to the flush flag -
932
NULL, (UBool)(flush &&
fromSawEndOfBytes
), &err);
936
// See comment for
fromSawEndOfBytes
.
[
all
...]
Completed in 2030 milliseconds