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

  /external/chromium_org/third_party/markdown/extensions/
wikilinks.py 153 def handleMatch(self, m):
footnotes.py 295 def handleMatch(self, m):
  /external/chromium_org/third_party/markdown/
inlinepatterns.py 44 pattern.handleMatch(m) # takes a match object and returns
203 def handleMatch(self, m):
251 def handleMatch(self, m):
261 def handleMatch(self, m):
279 def handleMatch(self, m):
287 def handleMatch (self, m):
297 def handleMatch(self, m):
309 def handleMatch(self, m):
319 def handleMatch (self, m):
344 def handleMatch(self, m)
    [all...]
treeprocessors.py 264 node = pattern.handleMatch(match)
  /external/icu/icu4c/source/i18n/
tznames_impl.h 119 virtual UBool handleMatch(int32_t matchLength,
tznames_impl.cpp 334 if (!handler->handleMatch(index - start, node, status)) {
773 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status);
793 ZNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status) {
    [all...]
tzgnames.cpp 192 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status);
212 GNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status) {
    [all...]
tzfmt.cpp     [all...]
  /external/markdown/markdown/extensions/
wikilinks.py 119 def handleMatch(self, m):
footnotes.py 262 def handleMatch(self, m):
  /external/chromium_org/third_party/icu/source/i18n/
zstrfmt.h 73 virtual UBool handleMatch(int32_t matchLength,
465 virtual UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status);
zstrfmt.cpp 417 if (!handler->handleMatch(index - start, node, status)) {
470 ZoneStringSearchResultHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status) {
    [all...]
  /external/markdown/markdown/
treeprocessors.py 219 node = pattern.handleMatch(match)

Completed in 206 milliseconds