Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/common/
Ducnv_u8.c770 int8_t oldToULength, toULength, toULimit; in ucnv_UTF8FromUTF8() local
785 toULength=oldToULength=utf8->toULength; in ucnv_UTF8FromUTF8()
788 toULength=oldToULength=toULimit=0; in ucnv_UTF8FromUTF8()
791 count=(int32_t)(sourceLimit-source)+oldToULength; in ucnv_UTF8FromUTF8()
829 b=source[count-oldToULength-i-1]; in ucnv_UTF8FromUTF8()
897 oldToULength=0; in ucnv_UTF8FromUTF8()
914 source-=(toULength-oldToULength); in ucnv_UTF8FromUTF8()
915 while(oldToULength<toULength) { in ucnv_UTF8FromUTF8()
916 utf8->toUBytes[oldToULength++]=*source++; in ucnv_UTF8FromUTF8()
940 source-=(toULength-oldToULength); in ucnv_UTF8FromUTF8()
[all …]
Ducnvmbcs.c4873 int8_t oldToULength, toULength, toULimit; in ucnv_SBCSFromUTF8() local
4911 toULength=oldToULength=utf8->toULength; in ucnv_SBCSFromUTF8()
4914 toULength=oldToULength=toULimit=0; in ucnv_SBCSFromUTF8()
4928 length=(int32_t)(sourceLimit-source) - (toULimit-oldToULength); in ucnv_SBCSFromUTF8()
5025 oldToULength=0; in ucnv_SBCSFromUTF8()
5049 source-=(toULength-oldToULength); in ucnv_SBCSFromUTF8()
5050 while(oldToULength<toULength) { in ucnv_SBCSFromUTF8()
5051 utf8->toUBytes[oldToULength++]=*source++; in ucnv_SBCSFromUTF8()
5081 source-=(toULength-oldToULength); in ucnv_SBCSFromUTF8()
5082 while(oldToULength<toULength) { in ucnv_SBCSFromUTF8()
[all …]
/external/icu/icu4c/source/common/
Ducnv_u8.c761 int8_t oldToULength, toULength, toULimit; in ucnv_UTF8FromUTF8() local
776 toULength=oldToULength=utf8->toULength; in ucnv_UTF8FromUTF8()
779 toULength=oldToULength=toULimit=0; in ucnv_UTF8FromUTF8()
782 count=(int32_t)(sourceLimit-source)+oldToULength; in ucnv_UTF8FromUTF8()
820 b=source[count-oldToULength-i-1]; in ucnv_UTF8FromUTF8()
888 oldToULength=0; in ucnv_UTF8FromUTF8()
905 source-=(toULength-oldToULength); in ucnv_UTF8FromUTF8()
906 while(oldToULength<toULength) { in ucnv_UTF8FromUTF8()
907 utf8->toUBytes[oldToULength++]=*source++; in ucnv_UTF8FromUTF8()
931 source-=(toULength-oldToULength); in ucnv_UTF8FromUTF8()
[all …]
Ducnvmbcs.c4873 int8_t oldToULength, toULength, toULimit; in ucnv_SBCSFromUTF8() local
4911 toULength=oldToULength=utf8->toULength; in ucnv_SBCSFromUTF8()
4914 toULength=oldToULength=toULimit=0; in ucnv_SBCSFromUTF8()
4928 length=(int32_t)(sourceLimit-source) - (toULimit-oldToULength); in ucnv_SBCSFromUTF8()
5025 oldToULength=0; in ucnv_SBCSFromUTF8()
5049 source-=(toULength-oldToULength); in ucnv_SBCSFromUTF8()
5050 while(oldToULength<toULength) { in ucnv_SBCSFromUTF8()
5051 utf8->toUBytes[oldToULength++]=*source++; in ucnv_SBCSFromUTF8()
5081 source-=(toULength-oldToULength); in ucnv_SBCSFromUTF8()
5082 while(oldToULength<toULength) { in ucnv_SBCSFromUTF8()
[all …]