HomeSort by relevance Sort by last modified time
    Searched refs:pattern (Results 401 - 425 of 846) sorted by null

<<11121314151617181920>>

  /external/icu4c/i18n/unicode/
bms.h 109 * the pattern, the "bad character" and "good suffix" tables, the Collator-based data needed to compute them,
113 * Then you construct a <code>BMS</code> object from the <code>UCD</code> object, the pattern
117 * void boyerMooreExample(UCollator *collator, UChar *pattern, int32_t patternLen, UChar *target, int32_t targetLength)
130 * BMS *bms = bms_open(ucd, pattern, patternLength, target, targetlength, &status);
172 * 3) In some cases, searching for a pattern that needs to be normalized and ends
174 * the Tibetan script. For example searching for the pattern
189 * @param pattern - the string for which to search
205 const UChar *pattern, int32_t patternLength,
220 * Test the pattern to see if it generates any CEs.
223 * @return <code>TRUE</code> if the pattern string did not generate any CE
    [all...]
currpinf.h 42 * currency plural pattern of the locale.
121 * Given a plural count, gets currency plural pattern of this locale,
125 * @param result output param to receive the pattern
126 * @return a currency plural pattern based on plural count
155 * Set currency plural pattern.
156 * The currency plural pattern is set when CurrencyPluralInfo
158 * You can call this method to reset currency plural pattern only if
159 * you want to modify the default currency plural pattern of the locale.
161 * @param pluralCount the plural count for which the currency pattern will
163 * @param pattern the new currency plural patter
    [all...]
format.h 57 * a pattern. A pattern is a string representation of the rules which
59 * a DecimalFormat object may be associated with the pattern
62 * and "($987.65)" for 987.6543. The specific syntax of a pattern
65 * Even though many subclasses use patterns, the notion of a pattern
284 * @param pattern The pattern to copy into the parseError
285 * @param pos The position in pattern where the error occured
289 static void syntaxError(const UnicodeString& pattern,
  /external/icu4c/i18n/
usrchimp.h 62 struct UPattern pattern; member in struct:UStringSearch
94 * If the end character is composite and the pattern ce does not match the text
96 * it has passed the character. This is so that we can match pattern "a" with
tmutfmt.cpp 224 MessageFormat* pattern = ((MessageFormat**)countToPattern->get(count))[fStyle]; local
227 return pattern->format(formattable, 1, toAppendTo, pos, status);
270 MessageFormat* pattern = patterns[style]; local
275 pattern->parseObject(source, parsed, pos);
283 if (pattern->getArgTypeCount() != 0) {
284 // pattern with Number as beginning, such as "{0} d".
305 if (pattern->getArgTypeCount() != 0) {
320 * Result number could be null for the pattern without number pattern.
321 * such as unit pattern in Arabic
482 const UChar* pattern; local
622 const UChar* pattern; local
756 MessageFormat** pattern = (MessageFormat**)keyTok.pointer; local
    [all...]
  /external/icu4c/test/intltest/
dtfmttst.h 94 * Test the day of year pattern.
100 virtual void tryPattern(SimpleDateFormat& sdf, UDate d, const char* pattern, UDate expected);
msfmrgts.cpp 76 * Null exception when formatting pattern with MessageFormat
80 UnicodeString pattern [] = { local
96 //Apply pattern with param and print the result
97 messageFormatter->applyPattern(pattern[1], status);
111 //Apply pattern without param and print the result
112 messageFormatter->applyPattern(pattern[0], status);
136 //If we use pattern[1] for the message with param,
138 //If we use pattern[2] for the message with param,
141 //in applyPattern() when the pattern does not
186 logln("Apply with pattern : " + pattern1)
483 UnicodeString pattern = patterns[i]; local
    [all...]
  /external/libxml2/include/libxml/
pattern.h 2 * Summary: pattern expression handling
3 * Description: allows to compile and test pattern expressions for nodes
27 * A compiled (XPath based) pattern to select nodes
35 * This is the set of options affecting the behaviour of pattern
40 XML_PATTERN_DEFAULT = 0, /* simple pattern match */
41 XML_PATTERN_XPATH = 1<<0, /* standard XPath pattern */
53 xmlPatterncompile (const xmlChar *pattern,
  /external/markdown/markdown/
treeprocessors.py 198 def __applyPattern(self, pattern, data, patternIndex, startIndex=0):
200 Check if the line fits the pattern, create the necessary
206 * pattern: the pattern to be checked
207 * patternIndex: index of current pattern
213 match = pattern.getCompiledRegExp().match(data[startIndex:])
219 node = pattern.handleMatch(match)
236 placeholder = self.__stashNode(node, pattern.type())
  /external/oprofile/
opimport_pull 100 pattern = re.compile("(^raw_samples)(.*)/(.*)$")
104 match = pattern.search(line)
  /external/srec/srec/AcousticModels/include/
SR_AcousticModelsImpl.h 47 * Pattern objects using that Recognizer.
55 * Pattern objects.
72 * Legacy CREC pattern.
74 CA_Pattern* pattern; member in struct:SR_AcousticModelsImpl_t
141 * Pattern objects using that Recognizer.
149 * Pattern objects.
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-validate-input.js 18 var pattern = /^[a-zA-Z0-9\-\._]+@[a-zA-Z0-9\-_]+(\.?[a-zA-Z0-9\-_]*)\.[a-zA-Z]{2,3}$/;
20 if(pattern.test(email))
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-validate-input.js 18 var pattern = /^[a-zA-Z0-9\-\._]+@[a-zA-Z0-9\-_]+(\.?[a-zA-Z0-9\-_]*)\.[a-zA-Z]{2,3}$/;
20 if(pattern.test(email))
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uset.h 133 * Creates a set from the given pattern. See the UnicodeSet class
134 * description for the syntax of the pattern language.
135 * @param pattern a string specifying what characters are in the set
136 * @param patternLength the length of the pattern, or -1 if null
142 uset_openPattern(const UChar* pattern, int32_t patternLength,
146 * Creates a set from the given pattern. See the UnicodeSet class
147 * description for the syntax of the pattern language.
148 * @param pattern a string specifying what characters are in the set
149 * @param patternLength the length of the pattern, or -1 if null
151 * @param options bitmask for options to apply to the pattern
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uset.h 133 * Creates a set from the given pattern. See the UnicodeSet class
134 * description for the syntax of the pattern language.
135 * @param pattern a string specifying what characters are in the set
136 * @param patternLength the length of the pattern, or -1 if null
142 uset_openPattern(const UChar* pattern, int32_t patternLength,
146 * Creates a set from the given pattern. See the UnicodeSet class
147 * description for the syntax of the pattern language.
148 * @param pattern a string specifying what characters are in the set
149 * @param patternLength the length of the pattern, or -1 if null
151 * @param options bitmask for options to apply to the pattern
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
Pattern.h 60 typedef pattern* PlatformPatternPtr;
69 class Pattern : public RefCounted<Pattern> {
71 static PassRefPtr<Pattern> create(PassRefPtr<Image> tileImage, bool repeatX, bool repeatY)
73 return adoptRef(new Pattern(tileImage, repeatX, repeatY));
75 virtual ~Pattern();
81 // Pattern space is an abstract space that maps to the default user space by the transformation 'userSpaceTransformation'
94 Pattern(PassRefPtr<Image>, bool repeatX, bool repeatY);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
scc.h 169 unsigned char pattern; member in struct:scc_calibrate
  /external/bluetooth/bluez/src/
glib-helper.c 439 static uint16_t name2class(const char *pattern)
444 if (strcasecmp(bt_services[i].name, pattern) == 0)
478 char *bt_name2string(const char *pattern)
485 if (is_uuid128(pattern))
486 return g_strdup(pattern);
489 uuid16 = name2class(pattern);
494 uuid16 = strtol(pattern, NULL, 16);
sdpd-request.c 310 * specified in the "search pattern" must be present in the
311 * "target pattern". Here "search pattern" is the set of UUIDs
312 * specified by the service discovery client and "target pattern"
316 * pattern exists in the target pattern, 0 if the
319 static int sdp_match_uuid(sdp_list_t *search, sdp_list_t *pattern)
324 * from the search pattern
326 int patlen = sdp_list_len(pattern);
339 list = sdp_list_find(pattern, uuid128, sdp_uuid128_cmp)
355 sdp_list_t *pattern = NULL; local
782 sdp_list_t *pattern = NULL, *seq = NULL, *svcList; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 670 * Compile an entire match pattern expression.
716 * Compile a location match pattern unit expression.
810 * Compile a step pattern unit expression, used for both location paths
839 StepPattern pattern; local
851 pattern = new FunctionPattern(compileFunction(opPos), Axis.PARENT, Axis.CHILD);
859 pattern = new StepPattern(DTMFilter.SHOW_DOCUMENT |
868 pattern = new StepPattern(DTMFilter.SHOW_ATTRIBUTE,
882 pattern = new StepPattern(getWhatToShow(startOpPos),
892 pattern = new StepPattern(getWhatToShow(startOpPos),
903 pattern.setPredicates(getCompiledPredicates(opPos + argLen))
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc 124 const ContentSettingsPattern& pattern,
129 new StringValue(pattern.AsString()));
633 std::string pattern; local
634 rv = args->GetString(arg_i++, &pattern);
644 ContentSettingsPattern(pattern),
658 std::string pattern; local
659 CHECK(args->GetString(arg_i++, &pattern));
679 settings_map->SetContentSetting(ContentSettingsPattern(pattern),
695 ContentSettingsPattern pattern(pattern_string);
699 scoped_ptr<Value> valid_value(Value::CreateBooleanValue(pattern.IsValid()))
    [all...]
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 38 * inserts the formatted strings into the pattern at the appropriate places.
45 * behavior. Any locale-specific behavior is defined by the pattern that you
131 * table are illegal. A <i>SubformatPattern</i> must be a valid pattern string
282 * example, or by using a pattern (see {@link ChoiceFormat} for more
349 * Constructs a new {@code MessageFormat} using the specified pattern and {@code locale}.
352 * the pattern.
356 * if the pattern cannot be parsed.
364 * Constructs a new {@code MessageFormat} using the specified pattern and
369 * the pattern.
371 * if the pattern cannot be parsed
1152 String pattern = null; local
1228 StringBuilder pattern = new StringBuilder(); local
1250 String pattern = (String) fields.get("pattern", null); local
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 115 ScopedJavaUnicodeString pattern(env, pattern0);
121 DecimalFormat* fmt = new DecimalFormat(pattern.unicodeString(), symbols, parseError, status);
195 ScopedJavaUnicodeString pattern(env, pattern0);
199 fmt->applyLocalizedPattern(pattern.unicodeString(), status);
201 fmt->applyPattern(pattern.unicodeString(), status);
208 UnicodeString pattern; local
210 fmt->toLocalizedPattern(pattern);
212 fmt->toPattern(pattern);
214 return env->NewString(pattern.getBuffer(), pattern.length())
    [all...]
  /external/flac/libFLAC/
bitwriter.c 518 FLAC__uint32 uval, pattern; local
530 pattern = 1 << parameter; /* the unary end bit */
531 pattern |= (uval & ((1<<parameter)-1)); /* the binary LSBs */
534 return FLAC__bitwriter_write_raw_uint32(bw, pattern, total_bits);
538 FLAC__bitwriter_write_raw_uint32(bw, pattern, interesting_bits); /* write the unary end bit and binary LSBs */
675 unsigned pattern;
681 pattern = 1 << k; /* the unary end bit */
682 pattern |= (uval & ((1u<<k)-1)); /* the binary LSBs */
685 if(!FLAC__bitwriter_write_raw_uint32(bw, pattern, total_bits))
693 if(!FLAC__bitwriter_write_raw_uint32(bw, pattern, k+1)
    [all...]
  /external/jhead/
jhead.c 584 char pattern[PATH_MAX+20];
595 pattern[PATH_MAX-1]=0;
596 strncpy(pattern, strftime_args, PATH_MAX-1);
597 while ((s = strstr(pattern, "%f")) && strlen(pattern) + n < PATH_MAX-1){
604 // '%i' type pattern becomes sequence number.
606 for (a=0;pattern[a];a++){
607 if (pattern[a] == '%'){
609 }else if (pattern[a] == 'i'){
614 memcpy(pat, pattern+ppos, 4)
    [all...]

Completed in 5867 milliseconds

<<11121314151617181920>>