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

  /external/webkit/WebKitTools/simplejson/
scanner.py 45 matchbegin, matchend = m.span()
46 if lastend == matchend:
51 if next_pos is not None and next_pos != matchend:
53 matchend = next_pos
54 match = self.scanner.scanner(string, matchend).match
55 yield rval, matchend
56 lastend = matchend
  /external/chromium/third_party/icu/source/i18n/
usearch.cpp 579 int32_t matchend = *end; local
582 if (!ubrk_isBoundary(breakiterator, matchend)) {
583 *end = ubrk_following(breakiterator, matchend);
    [all...]
  /external/icu4c/i18n/
usearch.cpp 589 int32_t matchend = *end; local
592 if (!ubrk_isBoundary(breakiterator, matchend)) {
593 *end = ubrk_following(breakiterator, matchend);
    [all...]

Completed in 64 milliseconds