Home
last modified time | relevance | path

Searched refs:fromSawEndOfBytes (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/extra/uconv/
Duconv.cpp726 UBool willexit, fromSawEndOfBytes, toSawEndOfUnicode; in convertFile() local
785 fromSawEndOfBytes = (UBool)U_SUCCESS(err); in convertFile()
869 if (chunkLimit < 0 && flush && fromSawEndOfBytes) { in convertFile()
930 NULL, (UBool)(flush && fromSawEndOfBytes), &err); in convertFile()
1035 } while (!fromSawEndOfBytes); in convertFile()