| /external/icu/icu4c/source/i18n/ |
| dtitvinf.cpp | 298 // Set the interval pattern 322 * Validates and processes the pattern letter 328 // Check that the pattern letter is accepted 347 * Stores the interval pattern for the current skeleton in the internal data structure 352 // Check if the pattern has already been stored on the data structure 362 UnicodeString pattern = value.getUnicodeString(errorCode); local 364 pattern, errorCode); 419 // Get the fallback pattern 428 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen); local 429 setFallbackIntervalPattern(pattern, status) [all...] |
| usrchimp.h | 170 struct UPattern pattern; member in struct:UStringSearch 203 * If the end character is composite and the pattern ce does not match the text 205 * it has passed the character. This is so that we can match pattern "a" with
|
| /external/icu/icu4c/source/i18n/unicode/ |
| dcfmtsym.h | 80 * If you supply a pattern with multiple grouping characters, the interval 99 /** The pattern separator */ 105 /** Character representing a digit in the pattern */ 312 * Get pattern string for 'CurrencySpacing' that can be applied to 314 * This API gets the CurrencySpacing data from ResourceBundle. The pattern can 318 * @param beforeCurrency : true if the pattern is for before currency symbol. 319 * false if the pattern is for after currency symbol. 322 * @return pattern string for currencyMatch, surroundingMatch or spaceInsert. 331 * Set pattern string for 'CurrencySpacing' that can be applied to 335 * @param beforeCurrency : true if the pattern is for before currency symbol [all...] |
| /external/icu/icu4c/source/test/intltest/ |
| numberformattesttuple.h | 90 UnicodeString pattern; member in class:NumberFormatTestTuple
|
| usettest.h | 142 * That the iterator works, and that we can create a pattern and 164 const UnicodeString& pattern,
|
| /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
| CalendarCalc.java | 203 Label label4=new Label("Pattern", Label.RIGHT); 327 * This function is called when users change the pattern text. 398 * This function is called when users change the pattern text. 540 String pattern = toPattern(); local 544 applyPattern(pattern); 547 public void applyPattern(String pattern) { 549 ((SimpleDateFormat)format).applyPattern(pattern); 552 // ((java.text.SimpleDateFormat)format).applyPattern(pattern);
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| IntlTestDecimalFormatAPIC.java | 57 final String pattern = new String("#,##0.# FF"); local 63 pat = new DecimalFormat(pattern); 65 errln("ERROR: Could not create DecimalFormat (pattern)"); 70 cust1 = new DecimalFormat(pattern, symbols); 72 errln("ERROR: Could not create DecimalFormat (pattern, symbols)"); 78 cust2 = new DecimalFormat(pattern, symbols, infoInput, NumberFormat.PLURALCURRENCYSTYLE); 80 errln("ERROR: Could not create DecimalFormat (pattern, symbols, infoInput, style)"); 199 logln("Pattern is " + funkyPat); 203 logln("Localized pattern is " + locPat); 221 logln("Applying pattern " + p1) [all...] |
| /external/jsoncpp/include/json/ |
| reader.h | 193 bool match(Location pattern, int patternLength);
|
| /external/libmojo/mojo/public/tools/chrome_ipc/ |
| generate_mojom.py | 29 def _git_grep(pattern, paths_pattern): 31 args = ['git', 'grep', '-l', '-e', pattern, '--'] + paths_pattern 46 for pattern in patterns: 48 paths = _git_grep(pattern, paths)
|
| /external/libmojo/third_party/jinja2/ |
| bccache.py | 190 pattern string that is used to build the filename. 194 The pattern can be used to have multiple separate caches operate on the 195 same directory. The default pattern is ``'__jinja2_%s.cache'``. ``%s`` 203 def __init__(self, directory=None, pattern='__jinja2_%s.cache'): 207 self.pattern = pattern 210 return path.join(self.directory, self.pattern % bucket.key) 232 files = fnmatch.filter(listdir(self.directory), self.pattern % '*')
|
| /external/libxml2/ |
| testrecurse.c | 72 static int glob(const char *pattern, ATTRIBUTE_UNUSED int flags, 82 if ((pattern == NULL) || (pglob == NULL)) return(-1); 84 strncpy(directory, pattern, 499); 99 hFind = FindFirstFileA(pattern, &FindFileData);
|
| /external/python/cpython2/Lib/test/ |
| test_string.py | 319 pattern = r""" 334 pattern = r""" 347 pattern = r""" 364 pattern = r"""
|
| /external/python/cpython3/Lib/test/ |
| test_cmd_line.py | 168 pattern = b"Unable to decode the command from the command line:" 173 pattern = b"'\\xff' " 178 if not stdout.startswith(pattern): 179 raise AssertionError("%a doesn't start with %a" % (stdout, pattern))
|
| /external/skia/src/pdf/ |
| SkPDFUtils.h | 122 void PopulateTilingPatternDict(SkPDFDict* pattern,
|
| /external/skia/src/ports/ |
| SkFontMgr_custom.h | 106 SkTypeface* matchStyle(const SkFontStyle& pattern) override;
|
| /external/skia/tests/ |
| FontMgrTest.cpp | 186 SkTypeface* matchStyle(const SkFontStyle& pattern) override { 187 return this->matchStyleCSS3(pattern); 216 SkFontStyle pattern; member in struct:StyleSetTest::Case 703 sk_sp<SkTypeface> typeface(test.styleSet.matchStyle(testCase.pattern));
|
| /external/skqp/src/gpu/ |
| GrGpu.cpp | 453 SkSTArray<16, SkPoint, true> pattern; local 455 &effectiveSampleCnt, &pattern); 460 SkASSERT(pattern.count() == effectiveSampleCnt); 462 MultisampleSpecsIdMap::value_type(pattern, SkTMin(fMultisampleSpecs.count(), 255))); 465 // This means the insert did not find the pattern in the map already, and therefore an
|
| /external/skqp/src/pdf/ |
| SkPDFUtils.h | 122 void PopulateTilingPatternDict(SkPDFDict* pattern,
|
| /external/skqp/src/ports/ |
| SkFontMgr_custom.h | 106 SkTypeface* matchStyle(const SkFontStyle& pattern) override;
|
| /external/skqp/tests/ |
| FontMgrTest.cpp | 186 SkTypeface* matchStyle(const SkFontStyle& pattern) override { 187 return this->matchStyleCSS3(pattern); 216 SkFontStyle pattern; member in struct:StyleSetTest::Case 703 sk_sp<SkTypeface> typeface(test.styleSet.matchStyle(testCase.pattern));
|
| /external/tensorflow/tensorflow/core/platform/ |
| file_system.h | 120 /// \brief Given a pattern, stores in *results the set of paths that matches 121 /// that pattern. *results is cleared. 123 /// pattern must match all of a name, not just a substring. 125 /// pattern: { term } 144 virtual Status GetMatchingPaths(const string& pattern,
|
| /external/v8/src/builtins/ |
| builtins-regexp.cc | 679 // Runtime Semantics: RegExpInitialize ( obj, pattern, flags ) 684 // Normalize pattern. 685 Node* const pattern = local 699 pattern, flags); 722 // ES#sec-regexp-pattern-flags 723 // RegExp ( pattern, flags ) 725 Node* const pattern = Parameter(1); local 733 Variable var_pattern(this, MachineRepresentation::kTagged, pattern); 740 Node* const pattern_is_regexp = IsRegExp(context, pattern); 753 Node* const value = CallStub(getproperty_callable, context, pattern, name) 876 Node* const pattern = maybe_pattern; local [all...] |
| /frameworks/av/media/libstagefright/include/media/stagefright/ |
| CodecBase.h | 285 CryptoPlugin::Pattern pattern,
|
| /frameworks/av/media/ndk/include/media/ |
| NdkMediaCodec.h | 450 * Set the crypto pattern on an AMediaCryptoInfo object 454 cryptoinfo_pattern_t *pattern);
|
| /frameworks/base/core/java/android/companion/ |
| BluetoothDeviceFilterUtils.java | 33 import java.util.regex.Pattern; 43 static String patternToString(@Nullable Pattern p) { 44 return p == null ? null : p.pattern(); 48 static Pattern patternFromString(@Nullable String s) { 49 return s == null ? null : Pattern.compile(s); 89 static boolean matchesName(@Nullable Pattern namePattern, BluetoothDevice device) { 103 static boolean matchesName(@Nullable Pattern namePattern, ScanResult device) {
|