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

  /frameworks/base/core/java/android/text/method/
WordIterator.java 105 public int nextBoundary(int offset) {
290 offset = nextBoundary(offset);
292 // No need to shift offset, nextBoundary handles that.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
normalize.go 403 // NextBoundary reports the index of the boundary between the first and next
406 func (f Form) NextBoundary(b []byte, atEOF bool) int {
407 return f.nextBoundary(inputBytes(b), len(b), atEOF)
414 return f.nextBoundary(inputString(s), len(s), atEOF)
417 func (f Form) nextBoundary(src input, nsrc int, atEOF bool) int {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
normalize.go 403 // NextBoundary reports the index of the boundary between the first and next
406 func (f Form) NextBoundary(b []byte, atEOF bool) int {
407 return f.nextBoundary(inputBytes(b), len(b), atEOF)
414 return f.nextBoundary(inputString(s), len(s), atEOF)
417 func (f Form) nextBoundary(src input, nsrc int, atEOF bool) int {

Completed in 195 milliseconds