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

/external/icu4c/common/
H A Ducnv_u8.c758 int8_t oldToULength, toULength, toULimit; local
774 toULength=oldToULength=utf8->toULength;
777 toULength=oldToULength=toULimit=0;
780 count=(int32_t)(sourceLimit-source)+oldToULength;
803 * Count oldToULength (number of source bytes from a previous buffer)
818 b=source[count-oldToULength-i-1];
886 oldToULength=0;
903 source-=(toULength-oldToULength);
904 while(oldToULength<toULength) {
905 utf8->toUBytes[oldToULength
[all...]
H A Ducnvmbcs.c4870 int8_t oldToULength, toULength, toULimit; local
4908 toULength=oldToULength=utf8->toULength;
4911 toULength=oldToULength=toULimit=0;
4925 length=(int32_t)(sourceLimit-source) - (toULimit-oldToULength);
4956 * - oldToULength could become a local variable in just those code blocks
5022 oldToULength=0;
5046 source-=(toULength-oldToULength);
5047 while(oldToULength<toULength) {
5048 utf8->toUBytes[oldToULength++]=*source++;
5078 source-=(toULength-oldToULength);
5173 int8_t oldToULength, toULength, toULimit; local
[all...]

Completed in 69 milliseconds