Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnv_u8.cpp660 int8_t oldToULength, toULength, toULimit; in ucnv_UTF8FromUTF8() local
674 toULength=oldToULength=utf8->toULength; in ucnv_UTF8FromUTF8()
678 toULength=oldToULength=toULimit=0; in ucnv_UTF8FromUTF8()
682 count=(int32_t)(sourceLimit-source)+oldToULength; in ucnv_UTF8FromUTF8()
758 oldToULength=0; in ucnv_UTF8FromUTF8()
775 source-=(toULength-oldToULength); in ucnv_UTF8FromUTF8()
776 while(oldToULength<toULength) { in ucnv_UTF8FromUTF8()
777 utf8->toUBytes[oldToULength++]=*source++; in ucnv_UTF8FromUTF8()
790 source-=(toULength-oldToULength); in ucnv_UTF8FromUTF8()
791 while(oldToULength<toULength) { in ucnv_UTF8FromUTF8()
[all …]
Ducnvmbcs.cpp5031 int8_t oldToULength, toULength, toULimit; in ucnv_SBCSFromUTF8() local
5068 toULength=oldToULength=utf8->toULength; in ucnv_SBCSFromUTF8()
5072 toULength=oldToULength=toULimit=0; in ucnv_SBCSFromUTF8()
5083 int32_t length=(int32_t)(sourceLimit-source) - (toULimit-oldToULength); in ucnv_SBCSFromUTF8()
5183 oldToULength=0; in ucnv_SBCSFromUTF8()
5207 source-=(toULength-oldToULength); in ucnv_SBCSFromUTF8()
5208 while(oldToULength<toULength) { in ucnv_SBCSFromUTF8()
5209 utf8->toUBytes[oldToULength++]=*source++; in ucnv_SBCSFromUTF8()
5235 source-=(toULength-oldToULength); in ucnv_SBCSFromUTF8()
5236 while(oldToULength<toULength) { in ucnv_SBCSFromUTF8()
[all …]