const golang.org/x/text/unicode/bidi.RLE
8 uses
golang.org/x/text/unicode/bidi (current package)
core.go#L302: case RLE, LRE, RLO, LRO, RLI, LRI, FSI:
core.go#L304: isRTL := t.in(RLE, RLO, RLI)
core.go#L810: if t.in(LRE, RLE, LRO, RLO, PDF, BN) {
core.go#L981: case LRE, RLE, LRO, RLO, PDF, LRI, RLI, FSI, PDI, BN, WS:
core.go#L990: case LRE, RLE, LRO, RLO, PDF, BN:
prop.go#L52: 0xB: RLE, // U+202B RightToLeftEmbedding,
trieval.go#L30: RLE // RightToLeftEmbedding
trieval.go#L44: 0x202B: RLE, // RightToLeftEmbedding,
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |