HomeSort by relevance Sort by last modified time
    Searched refs:oldToULength (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ucnv_u8.c 758 int8_t oldToULength, toULength, toULimit;
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++]=*source++
    [all...]
ucnvmbcs.c     [all...]
  /external/icu4c/common/
ucnv_u8.c 761 int8_t oldToULength, toULength, toULimit;
776 toULength=oldToULength=utf8->toULength;
779 toULength=oldToULength=toULimit=0;
782 count=(int32_t)(sourceLimit-source)+oldToULength;
805 * Count oldToULength (number of source bytes from a previous buffer)
820 b=source[count-oldToULength-i-1];
888 oldToULength=0;
905 source-=(toULength-oldToULength);
906 while(oldToULength<toULength) {
907 utf8->toUBytes[oldToULength++]=*source++
    [all...]
ucnvmbcs.c     [all...]

Completed in 621 milliseconds