HomeSort by relevance Sort by last modified time
    Searched refs:pPrefix (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/transform/
transform.go 592 // pPrefix is the length of a common prefix: the first pPrefix bytes of the
593 // result will equal the first pPrefix bytes of s. It is not guaranteed to
594 // be the largest such value, but if pPrefix, len(result) and len(s) are
598 pPrefix := 0
600 // Invariant: pDst == pPrefix && pSrc == pPrefix.
612 pPrefix = pSrc
622 } else if err != nil || pPrefix == len(s) {
623 return string(s[:pPrefix]), pPrefix, er
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/transform/
transform.go 592 // pPrefix is the length of a common prefix: the first pPrefix bytes of the
593 // result will equal the first pPrefix bytes of s. It is not guaranteed to
594 // be the largest such value, but if pPrefix, len(result) and len(s) are
598 pPrefix := 0
600 // Invariant: pDst == pPrefix && pSrc == pPrefix.
612 pPrefix = pSrc
622 } else if err != nil || pPrefix == len(s) {
623 return string(s[:pPrefix]), pPrefix, er
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 

Completed in 83 milliseconds