/external/icu/icu4c/source/samples/strsrch/ |
strsrch.cpp | 25 "-overlap Enable searching to be done on overlapping patterns\n" 26 "-canonical Enable searching to be done matching canonical equivalent patterns"
|
/external/icu/icu4c/source/test/intltest/ |
tsdate.cpp | 71 // For patterns including only time information and a timezone, it may take 73 // is determined. For other patterns, 2 iterations should suffice.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
CurrencyPluralInfo.java | 160 * Set currency plural patterns. These are initially set in the constructor based on the 173 * Set locale. This also sets both the plural rules and the currency plural patterns to be
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
IntlTestDateFormat.java | 66 // For patterns including only time information and a timezone, it may take 68 // is determined. For other patterns, 2 iterations should suffice.
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
ErrorTest.java | 165 errln("FAIL: Created a UnicodeSet based on bad patterns."); 218 errln("FAIL: Was not able to create a good UnicodeSet based on valid patterns.");
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
UserAgentFilter.java | 111 * The configured agent patterns are used to match against the passed user agent string. 112 * If any patterns match, the concatenation of pattern groups is returned as the user agent
|
/external/opencv3/doc/py_tutorials/py_feature2d/py_features_meaning/ |
py_features_meaning.markdown | 25 The answer is, we are looking for specific patterns or specific features which are unique, which can 37 But if we look deep into some pictures and search for different patterns, we will find something
|
/external/squashfs-tools/RELEASE-READMEs/ |
README-3.3 | 78 card pattern matching, except patterns are considered to be regular 141 card pattern matching, except patterns are considered to be regular
|
/frameworks/base/core/java/android/text/ |
Hyphenator.java | 180 * Load hyphenation patterns at initialization time. We want to have patterns
|
/frameworks/base/docs/html/design/patterns/ |
pure-android.jd | 103 please review the <a href="{@docRoot}design/patterns/navigation.html">Navigation</a> pattern.</p> 143 well as <a href="{@docRoot}design/patterns/multi-pane-layouts.html">Multi-pane Layouts</a> in this design guide.</p>
|
/frameworks/base/docs/html/design/wear/ |
index.jd | 38 <a href="{@docRoot}design/wear/patterns.html#Pages">pages</a>. Further horizontal swiping may reveal 39 <a href="{@docRoot}design/wear/patterns.html#Actions">buttons</a>, allowing the user to take action on the notification. Cards can also be dismissed by swiping left to right, removing them from the stream until the next time the app has useful information to display.</p>
|
/frameworks/base/docs/html/develop/ |
index.jd | 78 <h1 class="dac-section-title">Android development patterns</h1> 95 <h1 class="dac-section-title">Android performance patterns</h1>
|
/frameworks/base/docs/html/training/tv/start/ |
navigation.jd | 180 <a href="{@docRoot}design/tv/patterns.html">Patterns for TV</a>.
|
/frameworks/base/docs/html/training/wearables/ui/ |
confirm.jd | 20 <p><a href="{@docRoot}design/wear/patterns.html#Countdown">Confirmations</a> in Android Wear apps 36 <p>The following sections show you how to implement these patterns.</p>
|
/frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/quality/ |
wear.jd | 20 <li><a href="{@docRoot}design/patterns/notifications.html">??</a></li> 297 ???????????????????????<a href="{@docRoot}design/wear/patterns.html#Countdown">????????????</a>?
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/quality/ |
wear.jd | 21 <li><a href="{@docRoot}design/patterns/notifications.html"> 335 ?<a href="{@docRoot}design/wear/patterns.html#Countdown">????</a>?
|
/frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/quality/ |
wear.jd | 20 <li><a href="{@docRoot}design/patterns/notifications.html">??</a></li> 297 ???????????????(<a href="{@docRoot}design/wear/patterns.html#Countdown">????</a>)
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/ |
IntentFilterVerificationReceiver.java | 29 import android.util.Patterns; 169 if (!Patterns.DOMAIN_NAME.matcher(host).matches()) {
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/ |
DrawerLayoutActivity.java | 41 * <a href="https://www.google.com/design/spec/patterns/navigation-drawer.html">Material design 121 // https://www.google.com/design/spec/patterns/navigation-drawer.html#navigation-drawer-specs
|
/libcore/luni/src/main/java/libcore/icu/ |
LocaleData.java | 214 // Fix up a couple of patterns. 216 // There are some full time format patterns in ICU that use the pattern character 'v'.
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RelativeDateTimeFormatter.java | 818 String[][] patterns = unitPatterns.get(unit.relUnit); local 819 if (patterns == null) { 820 patterns = new String[2][StandardPlural.COUNT]; 821 unitPatterns.put(unit.relUnit, patterns); 824 if (patterns[pastFutureIndex][pluralIndex] == null) { 825 patterns[pastFutureIndex][pluralIndex] = [all...] |
/external/icu/icu4c/source/i18n/ |
tmutfmt.cpp | 186 // parse by iterating through all available patterns 203 MessageFormat** patterns = (MessageFormat**)valueTok.pointer; local 206 MessageFormat* pattern = patterns[style]; 476 // there should be patterns for each plural rule in each time unit. 501 // get all the patterns for each plural rule in this locale. 537 // using patterns of plural count "other",
|
/external/icu/icu4c/source/i18n/unicode/ |
udatpg.h | 28 * UDateTimePatternGenerator provides flexible generation of date format patterns, 30 * patterns. Once that is done, a query can be made using a "skeleton", which is 316 * Note that single-field patterns (like "MMM") are automatically added, and 415 * time patterns. The default pattern in the root locale is "{1} {0}", where 417 * time pattern; however, other locales may specify patterns such as 421 * but there is not a close match among the added patterns. For example,
|
/frameworks/base/core/java/android/text/util/ |
Linkify.java | 29 import android.util.Patterns; 96 * Bit mask indicating that all available patterns should be matched in 159 return Patterns.digitsAndPlusOnly(match); 193 * how matched patterns are represented as URLs. 238 gatherLinks(links, text, Patterns.AUTOLINK_WEB_URL, 244 gatherLinks(links, text, Patterns.AUTOLINK_EMAIL_ADDRESS,
|
/libcore/ojluni/src/main/java/java/text/ |
MessageFormat.java | 72 * <h4><a name="patterns">Patterns and Their Interpretation</a></h4> 74 * <code>MessageFormat</code> uses patterns of the following form: 126 * valid patterns, but <code>"ab {0'}' de"</code>, <code>"ab } de"</code> 131 * format patterns unfortunately have shown to be somewhat confusing. 265 * For more sophisticated patterns, you can use a <code>ChoiceFormat</code> 301 * programmatically (instead of using the string patterns), then be careful not to 317 * Likewise, parsing with a {@code MessageFormat} object using patterns containing 356 * Patterns and their interpretation are specified in the 357 * <a href="#patterns">class description</a> [all...] |