Searched defs:toULength (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Ducnv_bld.h181 int8_t toULength; /* number of bytes in toUBytes */ member in struct:UConverter
H A Ducnv_u8.c104 i = cnv->toULength; /* restore # of bytes consumed */
105 cnv->toULength = 0;
146 cnv->toULength = (int8_t) i;
197 cnv->toULength = (int8_t)i;
234 i = cnv->toULength; /* restore # of bytes consumed */
235 cnv->toULength = 0;
274 cnv->toULength = (int8_t)i;
327 cnv->toULength = (int8_t)i;
629 cnv->toULength = 1;
652 cnv->toULength
758 int8_t oldToULength, toULength, toULimit; local
[all...]
H A Ducnvmbcs.c1021 * @return if(U_FAILURE) return the length (toULength, byteIndex) for the input
1834 cnv->toULength=0; /* byteIndex */
2007 cnv->toULength=_extToU(cnv, cnv->sharedData,
2208 cnv->toULength=_extToU(cnv, cnv->sharedData,
2377 byteIndex=cnv->toULength;
2719 cnv->toULength=byteIndex;
3000 cnv->toULength=(int8_t)(source-lastSource);
3017 cnv->toULength=1;
3026 cnv->toULength=i;
4870 int8_t oldToULength, toULength, toULimi local
5173 int8_t oldToULength, toULength, toULimit; local
[all...]

Completed in 85 milliseconds