| /system/wlan/ti/wilink_6_1/stad/Export_Inc/ |
| STADExternalIf.h | 280 TI_UINT8 offset; /**< Pattern Start Offset (0-255) */ 284 TI_UINT8 pattern[RX_DATA_FILTER_MAX_PATTERN_SIZE];/**< Data Filter PAttern */ member in struct:__anon14457
|
| /external/icu4c/test/cintltst/ |
| cnumtst.c | 120 UNumberFormat *pattern; local 419 pattern=unum_open(UNUM_IGNORE,temp1, u_strlen(temp1), NULL, NULL,&status); 430 resultlengthneeded=unum_toPattern(pattern, FALSE, NULL, resultlength, &status); 436 unum_toPattern(pattern, FALSE, result, resultlength, &status); 440 log_err("error in extracting the pattern from UNumberFormat: %s\n", myErrorName(status)); 445 log_err("FAIL: Error in extracting the pattern using unum_toPattern()\n"); 447 log_verbose("Pass: extracted the pattern correctly using unum_toPattern()\n"); 453 /*when we try to change the symbols of french to default we need to apply the pattern as well to fetch correct results */ 465 log_err("error in extracting the pattern from UNumberFormat: %s\n", myErrorName(status)); 761 unum_close(pattern); 876 UNumberFormat *pattern; local [all...] |
| cldrtest.c | 285 log_err("key \"%s\" at index %d has time pattern chars in date for locale \"%s\"\n", 301 log_err("key \"%s\" at index %d has date pattern chars in time for locale \"%s\"\n", 852 char pattern[256] = { '[', ':', 0x000 }; local 1252 UChar pattern[32] = {0,}; local [all...] |
| /external/icu4c/i18n/ |
| smpdtfmt.cpp | 136 // This is a pattern-of-last-resort used when we can't load a usable pattern out 202 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern, 204 : fPattern(pattern), 220 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern, 223 : fPattern(pattern), 242 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern, 245 : fPattern(pattern), 262 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern, 266 : fPattern(pattern), [all...] |
| dtitvinf.cpp | 244 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen); local 245 setFallbackIntervalPattern(pattern, status); 280 const UChar* pattern; local 286 pattern = ures_getNextString(intervalPatterns, &ptLength, &key, 307 setIntervalPatternInternally(skeleton, calendarField, pattern,status);
|
| /dalvik/vm/jdwp/ |
| JdwpEvent.c | 413 static bool patternMatch(const char* pattern, const char* target) 415 int patLen = strlen(pattern); 417 if (pattern[0] == '*') { 422 pattern+1, target + (targetLen-patLen)); 426 return strcmp(pattern+1, target + (targetLen-patLen)) == 0; 427 } else if (pattern[patLen-1] == '*') { 430 return strncmp(pattern, target, patLen-1) == 0; 432 return strcmp(pattern, target) == 0; [all...] |
| /external/icu4c/i18n/unicode/ |
| regex.h | 30 * regular expression. They are created from a regular expression pattern string, 31 * and can be used to create <code>RegexMatcher</code> objects for the pattern.</p> 34 * pattern and a target string to which the search pattern will be applied. 40 * expression pattern strings application code can be simplified and the explicit 74 * RBBIPatternDump Debug function, displays the compiled form of a pattern. 89 * of a regular expression, methods for creating RegexMatchers that allow the pattern 102 * pattern. Not normally needed; RegexPattern objects are usually 112 * @param source the pattern object to be copied. 167 * objects created from the pattern are active. RegexMatchers keep a pointe [all...] |
| udat.h | 183 * only keeps the field pattern letter and ignores all other parts 184 * in a pattern, such as space, punctuations, and string literals. 190 * might hide a field's pattern letter length. 192 * For those non-digit calendar fields, the pattern letter length is 194 * and the field's pattern letter length is honored. 197 * the field pattern length is ignored and the best match, which is defined 198 * in date time patterns, will be returned without honor the field pattern 511 * @param pattern A pattern specifying the format to use. 512 * @param patternLength The number of characters in the pattern, or -1 if null-terminated [all...] |
| unum.h | 104 * Use a pattern to create either a DecimalFormat or a RuleBasedNumberFormat 105 * formatter. The pattern must conform to the syntax defined for those 136 * Decimal format defined by pattern 166 * Rule-based format defined by pattern 218 * number format is opened using the given pattern, which must conform 221 * @param pattern A pattern specifying the format to use. 224 * @param patternLength The number of characters in the pattern, or -1 241 const UChar* pattern, 486 * Set the pattern used by a UNumberFormat. This can only be use [all...] |
| uregex.h | 48 /** Forces normalization of pattern and strings. 63 /** If set, treat the entire pattern as a literal string. 115 * @param pattern The Regular Expression pattern to be compiled. 116 * @param patternLength The length of the pattern, or -1 if the pattern is 131 uregex_open( const UChar *pattern, 141 * This function is the same as uregex_open, except that the pattern 144 * @param pattern The Regular Expression pattern to be compiled, [all...] |
| /external/webkit/JavaScriptCore/yarr/ |
| RegexCompiler.cpp | 337 RegexPatternConstructor(RegexPattern& pattern) 338 : m_pattern(pattern) 339 , m_characterClassConstructor(pattern.m_ignoreCase) 696 const char* compileRegex(const UString& patternString, RegexPattern& pattern) 698 RegexPatternConstructor constructor(pattern); 703 // If the pattern contains illegal backreferences reset & reparse. 707 if (pattern.containsIllegalBackReference()) { 708 unsigned numSubpatterns = pattern.m_numSubpatterns; 717 ASSERT(numSubpatterns == pattern.m_numSubpatterns);
|
| /external/webkit/WebCore/html/ |
| HTMLInputElement.idl | 45 attribute [ConvertNullToNullString, Reflect] DOMString pattern;
|
| /external/webkit/WebCore/platform/text/ |
| StringImpl.cpp | 699 PassRefPtr<StringImpl> StringImpl::replace(UChar pattern, StringImpl* replacement) 709 while ((srcSegmentStart = find(pattern, srcSegmentStart)) >= 0) { 728 while ((srcSegmentEnd = find(pattern, srcSegmentStart)) >= 0) { 745 PassRefPtr<StringImpl> StringImpl::replace(StringImpl* pattern, StringImpl* replacement) 747 if (!pattern || !replacement) 750 int patternLength = pattern->length(); 759 while ((srcSegmentStart = find(pattern, srcSegmentStart)) >= 0) { 778 while ((srcSegmentEnd = find(pattern, srcSegmentStart)) >= 0) {
|
| /external/webkit/WebKitTools/wx/build/ |
| build_utils.py | 53 for pattern in patterns: 56 adir = root + subdir + os.sep + pattern
|
| /packages/apps/Contacts/tests/src/com/android/contacts/ |
| EntitySetTests.java | 179 static void assertDiffPattern(EntityDelta delta, ContentProviderOperation... pattern) { 183 assertDiffPattern(diff, pattern); 186 static void assertDiffPattern(EntitySet set, ContentProviderOperation... pattern) { 187 assertDiffPattern(set.buildDiff(), pattern); local 191 ContentProviderOperation... pattern) { 192 assertEquals("Unexpected operations", pattern.length, diff.size()); 193 for (int i = 0; i < pattern.length; i++) { 194 final ContentProviderOperation expected = pattern[i];
|
| /dalvik/libcore/luni/src/main/java/java/util/ |
| Formatter.java | 2067 StringBuilder pattern = new StringBuilder(); local [all...] |
| /external/icu4c/tools/dumpce/ |
| dumpce.cpp | 986 UChar* pattern = new UChar[length + destLength + 10]; local 989 pattern = u_strcpy(pattern, left); 990 pattern = u_strcat(pattern, exemplarChars); 991 pattern = u_strcat(pattern, upperChars); 992 pattern = u_strcat(pattern, right); 994 UnicodeSet * uniset = new UnicodeSet(UnicodeString(pattern), error) [all...] |
| /external/icu4c/test/intltest/ |
| dtfmttst.cpp | 348 // local pattern chars data is not longer loaded 360 // Make the pattern "G y M d..." 364 // Make the pattern "GGGG yyyy MMMM dddd..." 404 logln(" Pattern = " + ((SimpleDateFormat*) df)->toPattern(buf.remove())); 406 logln(" Pattern = ? (not a SimpleDateFormat)"); 479 logln(UnicodeString("Pattern \"") + pat + "\" String \"" + str + "\""); 567 UnicodeString pattern; local 568 logln((UnicodeString)"pattern=" + fmt->toPattern(pattern) + " string=" + str); 602 UnicodeString pattern; local 1556 const char* pattern = data[i++]; local 1637 const char* pattern = data[i++]; local 1739 const char* pattern = data[i++]; local [all...] |
| /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
| String2Test.java | 32 import java.util.regex.Pattern; 1097 String pattern = "[!.1]"; local [all...] |
| /external/webkit/JavaScriptCore/pcre/ |
| pcre_compile.cpp | 104 "\\ at end of pattern\0" 105 "\\c at end of pattern\0" 169 ptrPtr points to the pattern position pointer 184 /* If backslash is at the end of the pattern, it's an error. */ 547 /* Scan the pattern, compiling it into the code vector. 553 ptrPtr points to the current pattern pointer 625 /* Next byte in the pattern */ [all...] |
| /external/libxml2/ |
| xmllint.c | 96 #include <libxml/pattern.h> 117 XMLLINT_ERR_SCHEMAPAT, /* Error in schema pattern */ 199 static const char *pattern = NULL; variable [all...] |
| /external/clearsilver/util/regex/ |
| regex.c | 107 /* This must be nonzero for the wordchar and notwordchar pattern 368 the range 0 to one less than the pattern buffer's re_nsub 378 pattern buffer, and one byte with the number of inner groups, 476 /* Common operations on the compiled pattern. */ 609 /* Print a compiled pattern string in human-readable form, starting at 627 /* Loop over pattern commands. */ 839 printf ("%d:\tend of pattern.\n", p - start); 914 also be assigned to arbitrarily: each pattern buffer stores its own 2930 unsigned char *pattern = bufp->buffer; local [all...] |
| /build/tools/dexpreopt/ |
| dexpreopt.py | 217 def WaitForString(inf, pattern, timeout=0, max_len=0, eat_to_eol=True, 219 """Reads from a file object and returns when the pattern matches the data. 222 this function when you expect the pattern to match a large amount of data. 226 pattern: The string to look for in the input data. 249 Trace('WaitForString: "%s", %.1f' % (pattern, timeout)) 275 if buf.tostring().endswith(pattern): 284 print '/%s/ ? "%s"' % (pattern, buf.tostring())
|
| /dalvik/dx/src/com/android/dx/cf/code/ |
| RopperMachine.java | 320 * arrangement specified by the stack op pattern. 343 for (int pattern = getAuxInt(); pattern != 0; pattern >>= 4) { 344 int which = (pattern & 0x0f) - 1; [all...] |
| Simulator.java | 337 int pattern; local 342 pattern = 0x11; 346 pattern = 0x2121; 352 machine.auxIntArg(pattern);
|