HomeSort by relevance Sort by last modified time
    Searched defs:match (Results 451 - 475 of 1447) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/layout/
ContextualSubstSubtables.cpp 54 le_int32 match = 0; local
57 match = glyphCount -1;
68 if (glyph != SWAPW(glyphArray[match])) {
73 match += direction;
85 le_int32 match = 0; local
88 match = glyphCount - 1;
99 le_int32 matchClass = SWAPW(classArray[match]);
112 match += direction;
  /external/icu/icu4c/source/test/cintltst/
ucsdetst.c 127 const UCharsetMatch *match; local
139 match = ucsdet_detect(csd, &status);
141 if (match == NULL) {
146 dLength = ucsdet_getUChars(match, detected, sLength, &status);
173 const UCharsetMatch *match; local
178 match = ucsdet_detect(csd, &status);
180 if (match == NULL) {
185 name = ucsdet_getName(match, &status);
186 conf = ucsdet_getConfidence(match, &status);
198 match = ucsdet_detect(csd, &status)
236 const UCharsetMatch *match; local
289 const UCharsetMatch *match; local
394 const UCharsetMatch *match; local
479 const UCharsetMatch *match; local
557 const UCharsetMatch *match; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmtrtts.cpp 331 // We go through this loop until we achieve a match or until
333 // which the date and the string starts to match. Once matching
356 UBool match = s[loop] == s[loop-1]; local
358 if(match)
361 else if( ! match)
362 errln("FAIL: String mismatch after match");
367 UBool match = d[loop]/*.getTime()*/ == d[loop-1]/*.getTime()*/; local
369 if(match)
372 else if( ! match)
373 errln("FAIL: Date mismatch after match");
    [all...]
fldset.cpp 275 UBool match = TRUE; local
285 match = FALSE;
287 //fprintf(stderr, "match failed: %s#%d=%d != %d\n",udbg_enumName(UDBG_UCalendarDateFields,i),i,cal->get((UCalendarDateFields)i,status), get((UCalendarDateFields)i));;
291 return match;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 237 TZDBNameInfo match = null; local
258 match = defaultRegionMatch = ninfo;
269 match = ninfo;
277 if (match == null) {
278 match = ninfo;
283 if (match != null) {
284 NameType ntype = match.type;
297 if (match.ambiguousType
303 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength);
314 * Returns the match result
    [all...]
TextTrieMap.java 18 * fast prefix match for the key.
28 * @param ignoreCase true to use simple case insensitive match
184 * Handles a prefix key match
253 Node match = null; local
261 match = child;
266 return match;
293 // full match
296 // partial match, create a branch
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
XMLRecordReader.java 133 if (match(name)) {
135 if (match("/" + name)) {
143 if (match(name + "List")) {
152 if (match("/" + name + "List")) {
160 if (match(name + "Table")) {
166 if (match("/" + name + "Table")) {
173 private boolean match(String target) { method in class:XMLRecordReader
175 // System.out.println("match '" + target + "'");
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetDetector.java 63 * A match between a declared encoding and a possible detected encoding
65 * and will also appear as a "reason" for the match.
146 * <li>no charset appears to match the data.</li>
157 // detectAll(), and cut it short as soon as a match with a high confidence
172 * best quality match first.
176 * <li>no charsets appear to match the input data.</li>
190 // give a match quality > 0.
195 CharsetMatch m = rcinfo.recognizer.match(this);
202 Collections.reverse(matches); // Put best match first.
222 * Raise an exception if no charsets appear to match the input data
237 CharsetMatch match = detect(); local
272 CharsetMatch match = detect(); local
    [all...]
CharsetRecog_mbcs.java 14 * Match is determined mostly by the input data adhering to the
34 * Test the match of this charset with the input text data
41 * bits 0-7: the match confidence, ranging from 0-100
43 * bits 8-15: The match reason, an enum-like value.
45 int match(CharsetDetector det, int [] commonChars) { method in class:CharsetRecog_mbcs
99 // No match if there are too many characters that don't fit the encoding scheme.
224 CharsetMatch match(CharsetDetector det) { method in class:CharsetRecog_mbcs.CharsetRecog_sjis
225 int confidence = match(det, commonChars);
290 CharsetMatch match(CharsetDetector det) { method in class:CharsetRecog_mbcs.CharsetRecog_big5
291 int confidence = match(det, commonChars)
401 CharsetMatch match(CharsetDetector det) { method in class:CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_jp
436 CharsetMatch match(CharsetDetector det) { method in class:CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_kr
534 CharsetMatch match(CharsetDetector det) { method in class:CharsetRecog_mbcs.CharsetRecog_gb_18030
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliterationRule.java 19 * exactly (the key) and optional context. Context must match if it
53 * The match that must occur before the key, or null if there is no
64 * The match that must occur after the key, or null if there is no
94 * The length of the string that must match before the key. If
235 * set, or otherwise can match multiple keys, the index value is -1.
240 // match any key.
255 * then it will match any key.
259 // If there is neither then we match any key; return true.
347 * Attempt a match and replacement at the given position. Return
348 * the degree of match between this rule and the given text. Th
403 int match; local
    [all...]
  /external/iproute2/include/linux/netfilter/
x_tables.h 23 struct xt_match *match; member in struct:xt_entry_match::__anon10408::__anon10410
  /external/iptables/extensions/
libxt_owner.c 15 /* match and invert flags */
35 uint8_t match, invert; /* flags */ member in struct:ipt_owner_info
44 uint8_t match, invert; /* flags */ member in struct:ip6t_owner_info
64 "owner match options:\n"
65 "[!] --uid-owner userid Match local UID\n"
66 "[!] --gid-owner groupid Match local GID\n"
67 "[!] --pid-owner processid Match local PID\n"
68 "[!] --sid-owner sessionid Match local SID\n"
69 "[!] --cmd-owner name Match local command name\n"
76 "owner match options:\n
    [all...]
  /external/iptables/include/linux/netfilter/
x_tables.h 23 struct xt_match *match; member in struct:xt_entry_match::__anon10679::__anon10681
  /external/kernel-headers/original/uapi/linux/netfilter/
x_tables.h 23 struct xt_match *match; member in struct:xt_entry_match::__anon11334::__anon11336
  /external/libnl/lib/route/cls/
ematch.c 14 * @defgroup ematch Extended Match
106 * @name Match
366 struct rtnl_ematch *match; local
368 nl_list_for_each_entry(match, head, e_list) {
369 if (match->e_flags & TCF_EM_INVERT)
372 if (match->e_kind == TCF_EM_CONTAINER) {
374 dump_ematch_sequence(&match->e_childs, p);
376 } else if (!match->e_ops) {
377 nl_dump(p, "[unknown ematch %d]", match->e_kind);
379 nl_dump(p, "%s(", match->e_ops->eo_name)
    [all...]
  /external/lldb/source/Commands/
CommandCompletions.cpp 254 // Omit ".", ".." and any . files if the match string doesn't start with .
544 bool match = false; local
547 match = true;
548 if (match && m_dir_name && sfile_dir_name
550 match = false;
552 if (match)
564 bool match = false; local
567 match = true;
569 if (match && m_dir_name && cur_dir_name
571 match = false
732 bool match = false; local
    [all...]
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp 157 const ObjectNameToIndexMap::Entry *match = m_object_name_to_index_map.FindFirstValueForName (object_name.GetCString()); local
158 if (match)
163 if (m_objects[match->value].ar_date == object_date)
164 return &m_objects[match->value];
165 const ObjectNameToIndexMap::Entry *next_match = m_object_name_to_index_map.FindNextValueForName (match);
175 return &m_objects[match->value];
193 bool match = true; local
195 match = false;
197 match = false;
198 if (match)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.c 413 unsigned int match = 0; local
421 match = 1;
428 match = 1;
433 if (match) {
  /external/mesa3d/src/getopt/
getopt_long.c 156 * Returns -1 if short_too is set and the option does not match long_options.
164 int i, match; local
167 match = -1;
185 /* exact match */
186 match = i;
191 * a partial match of a single character.
196 if (match == -1) /* partial match */
197 match = i;
207 if (match != -1) { /* option found *
    [all...]
  /external/mesa3d/src/glx/tests/
clientinfo_unittest.cpp 686 char *match = strstr(haystack, needle); local
688 if (match[len] == '\0' || match[len] == ' ') {
693 haystack = match + len;
712 char *match = strstr(haystack, needle); local
714 if (match[len] == '\0' || match[len] == ' ') {
719 haystack = match + len;
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 669 bool match; local
672 match = true;
675 match = (basicType == GLSL_TYPE_INT);
678 match = (basicType == uni->type->base_type);
682 if (uni->type->is_matrix() || components != src_components || !match) {
978 * Return an error if there is no opening '[' to match the closing ']'.
986 * match the closing ']'.
1061 * unit must be an exact match. Page 74 (page 89 of the PDF) of the
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawtex.c 70 GLboolean match = GL_TRUE; local
74 match = GL_FALSE;
78 if (match)
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 154 * object. Allows for partial match of two protocl Objects.
155 *@param other the match pattern to test against. The match object
160 *@return true if match succeeds false otherwise.
163 public boolean match(Object other) { method in class:NetObject
245 ((GenericObject) hisObj).getMatcher().match(
251 && !((GenericObject) myObj).match(hisObj))
255 && !((GenericObjectList) myObj).match(hisObj))
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 500 * Match with a template.
501 *@param matchObj template object to match ourselves with (null
504 public boolean match(Object matchObj) { method in class:SIPResponse
517 return super.match(matchObj);
520 return statusLine.match(that.statusLine) && super.match(matchObj);
  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 77 Return -1 if no match was found; otherwise the index in match[] is returned
82 static int icvMatchTest( double* src_pixel, int nChannels, int* match,
84 /*static int icvMatchTest2( double* src_pixel, int nChannels, int* match,
95 int* match,
99 int* match,
102 static void icvUpdatePartialWindow( double* src_pixel, int nChannels, int* match,
105 int* match,
112 static void icvBackgroundTest( const int nChannels, int n, int i, int j, int *match, CvGaussBGModel* bg_model );
127 //If there is no match the last gaussian in the list is replaced by the new gaussia
283 int match[CV_BGFG_MOG_MAX_NGAUSSIANS]; local
    [all...]

Completed in 728 milliseconds

<<11121314151617181920>>