Home
last modified time | relevance | path

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

/external/icu4c/common/
Ducnv_u8.c758 int8_t oldToULength, toULength, toULimit; in ucnv_UTF8FromUTF8() local
774 toULength=oldToULength=utf8->toULength; in ucnv_UTF8FromUTF8()
777 toULength=oldToULength=toULimit=0; in ucnv_UTF8FromUTF8()
780 count=(int32_t)(sourceLimit-source)+oldToULength; in ucnv_UTF8FromUTF8()
818 b=source[count-oldToULength-i-1]; in ucnv_UTF8FromUTF8()
886 oldToULength=0; in ucnv_UTF8FromUTF8()
903 source-=(toULength-oldToULength); in ucnv_UTF8FromUTF8()
904 while(oldToULength<toULength) { in ucnv_UTF8FromUTF8()
905 utf8->toUBytes[oldToULength++]=*source++; in ucnv_UTF8FromUTF8()
929 source-=(toULength-oldToULength); in ucnv_UTF8FromUTF8()
[all …]
Ducnvmbcs.c4870 int8_t oldToULength, toULength, toULimit; in ucnv_SBCSFromUTF8() local
4908 toULength=oldToULength=utf8->toULength; in ucnv_SBCSFromUTF8()
4911 toULength=oldToULength=toULimit=0; in ucnv_SBCSFromUTF8()
4925 length=(int32_t)(sourceLimit-source) - (toULimit-oldToULength); in ucnv_SBCSFromUTF8()
5022 oldToULength=0; in ucnv_SBCSFromUTF8()
5046 source-=(toULength-oldToULength); in ucnv_SBCSFromUTF8()
5047 while(oldToULength<toULength) { in ucnv_SBCSFromUTF8()
5048 utf8->toUBytes[oldToULength++]=*source++; in ucnv_SBCSFromUTF8()
5078 source-=(toULength-oldToULength); in ucnv_SBCSFromUTF8()
5079 while(oldToULength<toULength) { in ucnv_SBCSFromUTF8()
[all …]