Lines Matching refs:howmany

15795         size_t howmany  = scalar::utf8_to_utf16::convert<endian>(in + pos, size - pos, utf16_output);
15796 if(howmany == 0) { return 0; }
15797 utf16_output += howmany;
16147 size_t howmany = scalar::utf8_to_utf32::convert(in + pos, size - pos, utf32_output);
16148 if(howmany == 0) { return 0; }
16149 utf32_output += howmany;
16545 size_t howmany = scalar::utf8_to_latin1::convert(in + pos, size - pos, latin1_output);
16546 if(howmany == 0) { return 0; }
16547 latin1_output += howmany;
16719 size_t howmany = scalar::utf8_to_latin1::convert_valid(in + pos, size - pos, latin1_output);
16720 latin1_output += howmany;
25206 size_t howmany = scalar::utf8_to_utf16::convert<endian>(in + pos, size - pos, utf16_output);
25207 if(howmany == 0) { return 0; }
25208 utf16_output += howmany;
25558 size_t howmany = scalar::utf8_to_utf32::convert(in + pos, size - pos, utf32_output);
25559 if(howmany == 0) { return 0; }
25560 utf32_output += howmany;
25958 size_t howmany = scalar::utf8_to_latin1::convert(in + pos, size - pos, latin1_output);
25959 if(howmany == 0) { return 0; }
25960 latin1_output += howmany;
26132 size_t howmany = scalar::utf8_to_latin1::convert_valid(in + pos, size - pos, latin1_output);
26133 latin1_output += howmany;
27578 size_t howmany = scalar::utf8_to_utf16::convert<endian>(in + pos, size - pos, utf16_output);
27579 if(howmany == 0) { return 0; }
27580 utf16_output += howmany;
27930 size_t howmany = scalar::utf8_to_utf32::convert(in + pos, size - pos, utf32_output);
27931 if(howmany == 0) { return 0; }
27932 utf32_output += howmany;
31585 size_t howmany = scalar::utf8_to_utf16::convert<endian>(in + pos, size - pos, utf16_output);
31586 if(howmany == 0) { return 0; }
31587 utf16_output += howmany;
31937 size_t howmany = scalar::utf8_to_utf32::convert(in + pos, size - pos, utf32_output);
31938 if(howmany == 0) { return 0; }
31939 utf32_output += howmany;
32335 size_t howmany = scalar::utf8_to_latin1::convert(in + pos, size - pos, latin1_output);
32336 if(howmany == 0) { return 0; }
32337 latin1_output += howmany;
32509 size_t howmany = scalar::utf8_to_latin1::convert_valid(in + pos, size - pos, latin1_output);
32510 latin1_output += howmany;