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

  /external/markdown/markdown/extensions/
abbr.py 84 def handleMatch(self, m):
wikilinks.py 119 def handleMatch(self, m):
footnotes.py 262 def handleMatch(self, m):
  /external/markdown/markdown/
inlinepatterns.py 12 pattern.handleMatch(m) # takes a match object and returns
140 def handleMatch(self, m):
160 def handleMatch(self, m):
176 def handleMatch(self, m):
184 def handleMatch (self, m):
194 def handleMatch(self, m):
206 def handleMatch(self, m):
216 def handleMatch (self, m):
225 def handleMatch(self, m):
277 def handleMatch(self, m)
    [all...]
  /external/icu4c/i18n/
tzgnames.cpp 178 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status);
198 GNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status) {
    [all...]
tznames_impl.cpp 329 if (!handler->handleMatch(index - start, node, status)) {
835 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status);
855 ZNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status) {
    [all...]

Completed in 117 milliseconds