HomeSort by relevance Sort by last modified time
    Searched full:matchmode (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TypeAhead.cpp 60 int TypeAhead::handleEvent(KeyboardEvent* event, MatchModeFlags matchMode)
80 if (matchMode & CycleFirstChar && c == m_repeatingChar) {
85 } else if (matchMode & MatchPrefix) {
113 if (matchMode & MatchIndex) {
  /external/chromium_org/third_party/icu/source/tools/icupkg/
icupkg.8.in 52 .BI "\-m\fP, \fB\-\-matchmode" " mode"
146 .BI "\-m\fP, \fB\-\-matchmode" " mode"
174 .BI "\-m\fP, \fB\-\-matchmode" " noslash"
icupkg.cpp 46 // TODO: add --matchmode=regex for using the ICU regex engine for item name pattern matching?
118 "\t-m mode or --matchmode mode set the matching mode for item names with\n"
137 "\tIf --matchmode noslash (-m noslash) is set, then the '*'\n"
171 UOPTION_DEF("matchmode", 'm', UOPT_REQUIRES_ARG),
  /external/icu4c/tools/icupkg/
icupkg.8.in 52 .BI "\-m\fP, \fB\-\-matchmode" " mode"
146 .BI "\-m\fP, \fB\-\-matchmode" " mode"
174 .BI "\-m\fP, \fB\-\-matchmode" " noslash"
icupkg.cpp 46 // TODO: add --matchmode=regex for using the ICU regex engine for item name pattern matching?
118 "\t-m mode or --matchmode mode set the matching mode for item names with\n"
161 "\tIf --matchmode noslash (-m noslash) is set, then the '*'\n"
197 UOPTION_DEF("matchmode", 'm', UOPT_REQUIRES_ARG),
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 441 AncestorMatchMode MatchMode) {
447 MatchMode);
494 BoundNodesTreeBuilder *Builder, AncestorMatchMode MatchMode) {
526 } else if (MatchMode != ASTMatchFinder::AMM_ParentOnly) {
531 Parent, Matcher, &Result.Nodes, MatchMode);
546 if (MatchMode != ASTMatchFinder::AMM_ParentOnly) {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateSubPatternAssociation.java 121 boolean matchMode(QName m1)
TemplateList.java 560 && head.matchMode(mode))
618 && head.matchMode(mode))
689 && head.matchMode(mode))
  /external/chromium_org/third_party/icu/source/tools/toolutil/
package.h 159 uint32_t matchMode;
package.cpp 399 matchMode=0;
946 if(matchMode&MATCH_NOSLASH) {
965 matchMode=mode;
    [all...]
  /external/icu4c/tools/toolutil/
package.h 176 uint32_t matchMode;
package.cpp 402 matchMode=0;
1002 if(matchMode&MATCH_NOSLASH) {
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 707 AncestorMatchMode MatchMode) {
712 Matcher, Builder, MatchMode);
732 AncestorMatchMode MatchMode) = 0;
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 108 public uint GetPrice(bool matchMode, byte matchByte, byte symbol)
113 if (matchMode)
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 108 public int GetPrice(boolean matchMode, byte matchByte, byte symbol)
113 if (matchMode)
    [all...]

Completed in 221 milliseconds