Searched refs:oldToULength (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/common/ |
D | ucnv_u8.cpp | 660 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 …]
|
D | ucnvmbcs.cpp | 5031 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 …]
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv_u8.cpp | 660 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 …]
|
D | ucnvmbcs.cpp | 5031 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 …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv_u8.cpp | 660 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 …]
|
D | ucnvmbcs.cpp | 5031 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 …]
|