Searched refs:toSawEndOfUnicode (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/extra/uconv/
H A Duconv.cpp751 UBool willexit, fromSawEndOfBytes, toSawEndOfUnicode; local
957 // toSawEndOfUnicode indicates that ucnv_fromUnicode() is done
960 toSawEndOfUnicode = (UBool)U_SUCCESS(err);
1059 } while (!toSawEndOfUnicode);

Completed in 35 milliseconds