13 references to IsCharAllowed
System.Text.Encodings.Web (13)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.Ascii.cs (1)
37
if (!Rune.IsControl(rune) && allowedCodePointsBmp.
IsCharAllowed
((char)i))
System\Text\Encodings\Web\OptimizedInboxTextEncoder.cs (11)
79
if (_allowedBmpCodePoints.
IsCharAllowed
((char)i))
388
if (!_allowedBmpCodePoints.
IsCharAllowed
((char)scalarValue.Value)) { break; } // disallowed code point
430
if (!_allowedBmpCodePoints.
IsCharAllowed
(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
431
if (!_allowedBmpCodePoints.
IsCharAllowed
(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
432
if (!_allowedBmpCodePoints.
IsCharAllowed
(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
433
if (!_allowedBmpCodePoints.
IsCharAllowed
(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
434
if (!_allowedBmpCodePoints.
IsCharAllowed
(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
435
if (!_allowedBmpCodePoints.
IsCharAllowed
(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
436
if (!_allowedBmpCodePoints.
IsCharAllowed
(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
437
if (!_allowedBmpCodePoints.
IsCharAllowed
(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
442
if (!_allowedBmpCodePoints.
IsCharAllowed
(pData[idx])) { break; }
System\Text\Encodings\Web\TextEncoderSettings.cs (1)
206
if (_allowedCodePointsBitmap.
IsCharAllowed
((char)i))