HomeSort by relevance Sort by last modified time
    Searched refs:patternLength (Results 1 - 23 of 23) sorted by null

  /external/emma/core/java12/com/vladium/util/
WCMatcher.java 32 int patternLength = 0, starCount = 0, questionCount = 0;
44 chars [patternLength ++] = '*';
51 chars [patternLength ++] = ch;
55 // [assertion: patternLength > 0]
59 if (patternLength == 1)
62 return new EndsWithMatcher (chars, patternLength);
63 else if (chars [patternLength - 1] == '*')
64 return new StartsWithMatcher (chars, patternLength);
67 return new PatternMatcher (chars, patternLength);
180 StartsWithMatcher (final char [] pattern, final int patternLength)
    [all...]
  /external/icu4c/common/
uset_props.cpp 31 uset_openPattern(const UChar* pattern, int32_t patternLength,
34 UnicodeString pat(patternLength==-1, pattern, patternLength);
50 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
54 UnicodeString pat(patternLength==-1, pattern, patternLength);
72 const UChar *pattern, int32_t patternLength,
90 UnicodeString pat(pattern, patternLength);
118 uset_resemblesPattern(const UChar *pattern, int32_t patternLength,
121 UnicodeString pat(pattern, patternLength);
    [all...]
  /external/icu4c/i18n/unicode/
umsg.h 251 * @param patternLength The length of pattern
265 int32_t patternLength,
278 * @param patternLength The length of pattern
292 int32_t patternLength,
305 * @param patternLength The length of pattern
317 int32_t patternLength,
330 * @param patternLength The length of pattern
342 int32_t patternLength,
355 * @param patternLength The length of pattern
371 int32_t patternLength,
    [all...]
udatpg.h 317 * @param patternLength the length of pattern.
331 const UChar *pattern, int32_t patternLength,
489 * @param patternLength the length of input pattern.
501 const UChar *pattern, int32_t patternLength,
521 * @param patternLength the length of input pattern.
538 const UChar *pattern, int32_t patternLength,
bms.h 130 * BMS *bms = bms_open(ucd, pattern, patternLength, target, targetlength, &status);
190 * @param patternLength - the length of the string for which to search
205 const UChar *pattern, int32_t patternLength,
udat.h 527 * @param patternLength The number of characters in the pattern, or -1 if null-terminated.
540 int32_t patternLength,
803 * @param patternLength The length of pattern, or -1 if null-terminated.
811 int32_t patternLength);
    [all...]
unum.h 225 * @param patternLength The number of characters in the pattern, or -1
243 int32_t patternLength,
581 * @param patternLength The length of pattern, or -1 if null-terminated.
594 int32_t patternLength,
    [all...]
uregex.h 119 * @param patternLength The length of the pattern, or -1 if the pattern is
135 int32_t patternLength,
    [all...]
  /external/icu4c/i18n/
umsg.cpp 40 int32_t patternLength,
52 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status);
62 int32_t patternLength,
70 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status);
79 int32_t patternLength,
92 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status);
102 int32_t patternLength,
111 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status);
125 int32_t patternLength,
137 u_vparseMessage(locale,pattern,patternLength,source,sourceLength,ap,status)
    [all...]
udatpg.cpp 120 const UChar *pattern, int32_t patternLength,
127 if(pattern==NULL && patternLength!=0) {
131 UnicodeString patternString((UBool)(patternLength<0), pattern, patternLength);
216 const UChar *pattern, int32_t patternLength,
220 return udatpg_replaceFieldTypesWithOptions(dtpg, pattern, patternLength, skeleton, skeletonLength,
227 const UChar *pattern, int32_t patternLength,
235 if((pattern==NULL && patternLength!=0) || (skeleton==NULL && skeletonLength!=0)) {
239 UnicodeString patternString((UBool)(patternLength<0), pattern, patternLength);
    [all...]
bms.cpp 70 const UChar *pattern, int32_t patternLength,
82 UnicodeString patternString(pattern, patternLength);
udat.cpp 92 int32_t patternLength,
111 UnicodeString pat((UBool)(patternLength == -1), pattern, patternLength);
364 int32_t patternLength)
366 const UnicodeString pat((UBool)(patternLength == -1), pattern, patternLength);
unum.cpp 38 int32_t patternLength,
86 /* UnicodeString can handle the case when patternLength = -1. */
87 const UnicodeString pat(pattern, patternLength);
117 /* UnicodeString can handle the case when patternLength = -1. */
118 const UnicodeString pat(pattern, patternLength);
900 int32_t patternLength,
915 int32_t len = (patternLength == -1 ? u_strlen(pattern) : patternLength);
bmsearch.cpp 52 Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status);
94 Target::Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status)
113 bufferSize = patternLength + (2 * maxExpansion) + 4;
uregex.cpp 107 int32_t patternLength,
115 if (pattern == NULL || patternLength < -1 || patternLength == 0) {
119 int32_t actualPatLen = patternLength;
143 re->fPatStringLen = patternLength;
148 utext_openUChars(&patText, patBuf, patternLength, status);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uset.h 136 * @param patternLength the length of the pattern, or -1 if null
142 uset_openPattern(const UChar* pattern, int32_t patternLength,
149 * @param patternLength the length of the pattern, or -1 if null
157 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
190 * @param patternLength The length of the UChar string. -1 if NUL terminated.
204 const UChar *pattern, int32_t patternLength,
277 * @param patternLength the length of the pattern, or -1 if NULL
282 uset_resemblesPattern(const UChar *pattern, int32_t patternLength,
  /external/webkit/Source/WebCore/icu/unicode/
uset.h 136 * @param patternLength the length of the pattern, or -1 if null
142 uset_openPattern(const UChar* pattern, int32_t patternLength,
149 * @param patternLength the length of the pattern, or -1 if null
157 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
190 * @param patternLength The length of the UChar string. -1 if NUL terminated.
204 const UChar *pattern, int32_t patternLength,
277 * @param patternLength the length of the pattern, or -1 if NULL
282 uset_resemblesPattern(const UChar *pattern, int32_t patternLength,
  /external/icu4c/common/unicode/
uset.h 269 * @param patternLength the length of the pattern, or -1 if null
275 uset_openPattern(const UChar* pattern, int32_t patternLength,
282 * @param patternLength the length of the pattern, or -1 if null
290 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
398 * @param patternLength The length of the UChar string. -1 if NUL terminated.
412 const UChar *pattern, int32_t patternLength,
488 * @param patternLength the length of the pattern, or -1 if NULL
493 uset_resemblesPattern(const UChar *pattern, int32_t patternLength,
    [all...]
  /external/icu4c/test/cintltst/
cmsgtst.c 105 int32_t resultLengthOut,resultlength,i, patternlength; local
119 patternlength=u_strlen(testCasePatterns[i]);
120 resultLengthOut=u_formatMessage( "en_US",testCasePatterns[i], patternlength, result, resultlength,
127 u_formatMessage( "en_US",testCasePatterns[i], patternlength, result, resultlength,
150 patternlength=u_strlen(testCasePatterns[i]);
152 resultLengthOut=u_formatMessageWithError( "en_US",testCasePatterns[i], patternlength, result, resultlength,
159 u_formatMessage( "en_US",testCasePatterns[i], patternlength, result, resultlength,
179 int32_t patternLength = u_strlen(testCasePatterns[0]);
181 UMessageFormat formatter = umsg_open(testCasePatterns[0],patternLength,"en_US",NULL,&ec);
195 patternLength = u_strlen(testCasePatterns[i])
873 int32_t resultLengthOut,resultlength,i, patternlength; local
    [all...]
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 287 final int patternLength = template.length();
288 for (int i = 0; i < patternLength; i++) {
541 final int patternLength = pattern.length();
542 for (int i = 0; i < patternLength; i++) {
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.cpp 879 unsigned patternLength = pattern->length();
880 if (!patternLength)
890 srcSegmentStart += patternLength;
897 unsigned newSize = m_length - matchCount * patternLength;
921 srcSegmentStart = srcSegmentEnd + patternLength;
  /external/icu4c/test/intltest/
regextst.cpp     [all...]
  /external/emma/lib/
emma.jar 

Completed in 250 milliseconds