reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
459 b2 = *source; 463 return (b2 >= 0xA0 && b2 <= 0xBF) ? 2 : 1; 463 return (b2 >= 0xA0 && b2 <= 0xBF) ? 2 : 1; 466 return (b2 >= 0x80 && b2 <= 0xBF) ? 2 : 1; 466 return (b2 >= 0x80 && b2 <= 0xBF) ? 2 : 1; 469 return (b2 >= 0x80 && b2 <= 0x9F) ? 2 : 1; 469 return (b2 >= 0x80 && b2 <= 0x9F) ? 2 : 1; 472 return (b2 >= 0x80 && b2 <= 0xBF) ? 2 : 1; 472 return (b2 >= 0x80 && b2 <= 0xBF) ? 2 : 1; 475 if (b2 >= 0x90 && b2 <= 0xBF) { 475 if (b2 >= 0x90 && b2 <= 0xBF) { 485 if (b2 >= 0x80 && b2 <= 0xBF) { 485 if (b2 >= 0x80 && b2 <= 0xBF) { 495 if (b2 >= 0x80 && b2 <= 0x8F) { 495 if (b2 >= 0x80 && b2 <= 0x8F) {