Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isRTL (0.04 sec)

  1. src/vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build !go1.10
    
    package bidirule
    
    func (t *Transformer) isFinal() bool {
    	if !t.isRTL() {
    		return true
    	}
    	return t.state == ruleLTRFinal || t.state == ruleRTLFinal || t.state == ruleInitial
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 358 bytes
    - Viewed (0)
Back to top