OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handleMatch
(Results
1 - 7
of
7
) 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/chromium_org/third_party/icu/source/i18n/
zstrfmt.cpp
417
if (!handler->
handleMatch
(index - start, node, status)) {
470
ZoneStringSearchResultHandler::
handleMatch
(int32_t matchLength, const CharacterNode *node, UErrorCode &status) {
[
all
...]
/external/icu4c/i18n/
tzgnames.cpp
193
UBool
handleMatch
(int32_t matchLength, const CharacterNode *node, UErrorCode &status);
213
GNameSearchHandler::
handleMatch
(int32_t matchLength, const CharacterNode *node, UErrorCode &status) {
[
all
...]
tznames_impl.cpp
329
if (!handler->
handleMatch
(index - start, node, status)) {
768
UBool
handleMatch
(int32_t matchLength, const CharacterNode *node, UErrorCode &status);
788
ZNameSearchHandler::
handleMatch
(int32_t matchLength, const CharacterNode *node, UErrorCode &status) {
[
all
...]
Completed in 88 milliseconds