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

/external/chromium_org/third_party/icu/source/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...]
/external/icu4c/common/
H A Ducnv_bld.h182 int8_t toULength; /* number of bytes in toUBytes */ member in struct:UConverter
H A Ducnv_u8.c107 i = cnv->toULength; /* restore # of bytes consumed */
108 cnv->toULength = 0;
149 cnv->toULength = (int8_t) i;
200 cnv->toULength = (int8_t)i;
237 i = cnv->toULength; /* restore # of bytes consumed */
238 cnv->toULength = 0;
277 cnv->toULength = (int8_t)i;
330 cnv->toULength = (int8_t)i;
632 cnv->toULength = 1;
655 cnv->toULength
761 int8_t oldToULength, toULength, toULimit; local
[all...]
H A Ducnvmbcs.c1024 * @return if(U_FAILURE) return the length (toULength, byteIndex) for the input
1836 cnv->toULength=0; /* byteIndex */
2009 cnv->toULength=_extToU(cnv, cnv->sharedData,
2210 cnv->toULength=_extToU(cnv, cnv->sharedData,
2379 byteIndex=cnv->toULength;
2721 cnv->toULength=byteIndex;
3002 cnv->toULength=(int8_t)(source-lastSource);
3019 cnv->toULength=1;
3028 cnv->toULength=i;
4873 int8_t oldToULength, toULength, toULimi local
5179 int8_t oldToULength, toULength, toULimit; local
[all...]

Completed in 156 milliseconds