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

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_bld.h182 int8_t toULength; /* number of bytes in toUBytes */ member in struct:UConverter
H A Ducnv_u8.c116 i = cnv->toULength; /* restore # of bytes consumed */
117 cnv->toULength = 0;
158 cnv->toULength = (int8_t) i;
209 cnv->toULength = (int8_t)i;
246 i = cnv->toULength; /* restore # of bytes consumed */
247 cnv->toULength = 0;
286 cnv->toULength = (int8_t)i;
339 cnv->toULength = (int8_t)i;
641 cnv->toULength = 1;
664 cnv->toULength
770 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...]
/external/icu/icu4c/source/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 2750 milliseconds