Searched defs:patternLength (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/icu/source/common/
H A Duset_props.cpp31 uset_openPattern(const UChar* pattern, int32_t patternLength, argument
34 UnicodeString pat(patternLength==-1, pattern, patternLength);
50 uset_openPatternOptions(const UChar* pattern, int32_t patternLength, argument
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, argument
121 UnicodeString pat(pattern, patternLength);
71 uset_applyPattern(USet *set, const UChar *pattern, int32_t patternLength, uint32_t options, UErrorCode *status) argument
[all...]
/external/emma/core/java12/com/vladium/util/
H A DWCMatcher.java32 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) argument
219 EndsWithMatcher(final char [] pattern, final int patternLength) argument
351 PatternMatcher(final char [] pattern, final int patternLength) argument
[all...]
/external/icu/icu4c/source/common/
H A Duset_props.cpp31 uset_openPattern(const UChar* pattern, int32_t patternLength, argument
34 UnicodeString pat(patternLength==-1, pattern, patternLength);
50 uset_openPatternOptions(const UChar* pattern, int32_t patternLength, argument
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, argument
121 UnicodeString pat(pattern, patternLength);
71 uset_applyPattern(USet *set, const UChar *pattern, int32_t patternLength, uint32_t options, UErrorCode *status) argument
[all...]
H A Dsimplepatternformatter.cpp116 int32_t patternLength = pattern.length(); local
117 UChar *buffer = noPlaceholders.getBuffer(patternLength);
123 for (int32_t i = 0; i < patternLength; ++i) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dudatpg.cpp120 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);
119 udatpg_addPattern(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, UBool override, UChar *conflictingPattern, int32_t capacity, int32_t *pLength, UErrorCode *pErrorCode) argument
215 udatpg_replaceFieldTypes(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
226 udatpg_replaceFieldTypesWithOptions(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UDateTimePatternMatchOptions options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
[all...]
H A Dumsg.cpp61 int32_t patternLength,
73 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status);
83 int32_t patternLength,
91 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status);
100 int32_t patternLength,
113 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status);
123 int32_t patternLength,
132 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status);
146 int32_t patternLength,
158 u_vparseMessage(locale,pattern,patternLength,sourc
59 u_formatMessage(const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UErrorCode *status, ...) argument
81 u_vformatMessage( const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, va_list ap, UErrorCode *status) argument
98 u_formatMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UParseError *parseError, UErrorCode *status, ...) argument
121 u_vformatMessageWithError( const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UParseError *parseError, va_list ap, UErrorCode *status) argument
144 u_parseMessage( const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, UErrorCode *status, ...) argument
164 u_vparseMessage(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, va_list ap, UErrorCode *status) argument
180 u_parseMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, UParseError *error, UErrorCode *status, ...) argument
201 u_vparseMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, va_list ap, UParseError *error, UErrorCode* status) argument
224 umsg_open( const UChar *pattern, int32_t patternLength, const char *locale, UParseError *parseError, UErrorCode *status) argument
311 umsg_applyPattern(UMessageFormat *fmt, const UChar* pattern, int32_t patternLength, UParseError* parseError, UErrorCode* status) argument
620 umsg_autoQuoteApostrophe(const UChar* pattern, int32_t patternLength, UChar* dest, int32_t destCapacity, UErrorCode* ec) argument
[all...]
H A Dunum.cpp39 int32_t patternLength,
59 /* UnicodeString can handle the case when patternLength = -1. */
60 const UnicodeString pat(pattern, patternLength);
85 /* UnicodeString can handle the case when patternLength = -1. */
86 const UnicodeString pat(pattern, patternLength);
739 int32_t patternLength,
754 int32_t len = (patternLength == -1 ? u_strlen(pattern) : patternLength);
37 unum_open( UNumberFormatStyle style, const UChar* pattern, int32_t patternLength, const char* locale, UParseError* parseErr, UErrorCode* status) argument
736 unum_applyPattern( UNumberFormat *fmt, UBool localized, const UChar *pattern, int32_t patternLength, UParseError *parseError, UErrorCode* status) argument
H A Dudat.cpp129 int32_t patternLength,
137 fmt = (DateFormat*) (*gOpener)(timeStyle,dateStyle,locale,tzID,tzIDLength,pattern,patternLength,status);
154 UnicodeString pat((UBool)(patternLength == -1), pattern, patternLength);
407 int32_t patternLength)
409 const UnicodeString pat((UBool)(patternLength == -1), pattern, patternLength);
123 udat_open(UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const char *locale, const UChar *tzID, int32_t tzIDLength, const UChar *pattern, int32_t patternLength, UErrorCode *status) argument
404 udat_applyPattern( UDateFormat *format, UBool localized, const UChar *pattern, int32_t patternLength) argument
H A Duregex.cpp108 int32_t patternLength,
116 if (pattern == NULL || patternLength < -1 || patternLength == 0) {
120 int32_t actualPatLen = patternLength;
144 re->fPatStringLen = patternLength;
149 utext_openUChars(&patText, patBuf, patternLength, status);
107 uregex_open( const UChar *pattern, int32_t patternLength, uint32_t flags, UParseError *pe, UErrorCode *status) argument
/external/icu/icu4c/source/i18n/
H A Dudatpg.cpp120 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);
119 udatpg_addPattern(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, UBool override, UChar *conflictingPattern, int32_t capacity, int32_t *pLength, UErrorCode *pErrorCode) argument
215 udatpg_replaceFieldTypes(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
226 udatpg_replaceFieldTypesWithOptions(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UDateTimePatternMatchOptions options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
[all...]
H A Dumsg.cpp61 int32_t patternLength,
73 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status);
83 int32_t patternLength,
91 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status);
100 int32_t patternLength,
113 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status);
123 int32_t patternLength,
132 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status);
146 int32_t patternLength,
158 u_vparseMessage(locale,pattern,patternLength,sourc
59 u_formatMessage(const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UErrorCode *status, ...) argument
81 u_vformatMessage( const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, va_list ap, UErrorCode *status) argument
98 u_formatMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UParseError *parseError, UErrorCode *status, ...) argument
121 u_vformatMessageWithError( const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UParseError *parseError, va_list ap, UErrorCode *status) argument
144 u_parseMessage( const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, UErrorCode *status, ...) argument
164 u_vparseMessage(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, va_list ap, UErrorCode *status) argument
180 u_parseMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, UParseError *error, UErrorCode *status, ...) argument
201 u_vparseMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, va_list ap, UParseError *error, UErrorCode* status) argument
224 umsg_open( const UChar *pattern, int32_t patternLength, const char *locale, UParseError *parseError, UErrorCode *status) argument
311 umsg_applyPattern(UMessageFormat *fmt, const UChar* pattern, int32_t patternLength, UParseError* parseError, UErrorCode* status) argument
620 umsg_autoQuoteApostrophe(const UChar* pattern, int32_t patternLength, UChar* dest, int32_t destCapacity, UErrorCode* ec) argument
[all...]
H A Dunum.cpp40 int32_t patternLength,
63 /* UnicodeString can handle the case when patternLength = -1. */
64 const UnicodeString pat(pattern, patternLength);
89 /* UnicodeString can handle the case when patternLength = -1. */
90 const UnicodeString pat(pattern, patternLength);
743 int32_t patternLength,
758 int32_t len = (patternLength == -1 ? u_strlen(pattern) : patternLength);
38 unum_open( UNumberFormatStyle style, const UChar* pattern, int32_t patternLength, const char* locale, UParseError* parseErr, UErrorCode* status) argument
740 unum_applyPattern( UNumberFormat *fmt, UBool localized, const UChar *pattern, int32_t patternLength, UParseError *parseError, UErrorCode* status) argument
H A Dudat.cpp132 int32_t patternLength,
140 fmt = (DateFormat*) (*gOpener)(timeStyle,dateStyle,locale,tzID,tzIDLength,pattern,patternLength,status);
157 UnicodeString pat((UBool)(patternLength == -1), pattern, patternLength);
410 int32_t patternLength)
412 const UnicodeString pat((UBool)(patternLength == -1), pattern, patternLength);
126 udat_open(UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const char *locale, const UChar *tzID, int32_t tzIDLength, const UChar *pattern, int32_t patternLength, UErrorCode *status) argument
407 udat_applyPattern( UDateFormat *format, UBool localized, const UChar *pattern, int32_t patternLength) argument
H A Duregex.cpp108 int32_t patternLength,
116 if (pattern == NULL || patternLength < -1 || patternLength == 0) {
120 int32_t actualPatLen = patternLength;
144 re->fPatStringLen = patternLength;
149 utext_openUChars(&patText, patBuf, patternLength, status);
107 uregex_open( const UChar *pattern, int32_t patternLength, uint32_t flags, UParseError *pe, UErrorCode *status) argument
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsgtst.c185 int32_t patternLength = u_strlen(testCasePatterns[0]); local
187 UMessageFormat formatter = umsg_open(testCasePatterns[0],patternLength,"en_US",NULL,&ec);
201 patternLength = u_strlen(testCasePatterns[i]);
203 umsg_applyPattern(formatter,testCasePatterns[i],patternLength,&parseError,&ec);
868 static int32_t CallFormatMessage(const char* locale, UChar* testCasePattern, int32_t patternLength, argument
874 len = u_vformatMessage(locale, testCasePattern, patternLength, result, resultLength, ap, status);
928 static void CallParseMessage(const char* locale, UChar* pattern, int32_t patternLength, argument
933 u_vparseMessage(locale, pattern, patternLength, source, sourceLength, ap, status);
/external/icu/icu4c/source/test/cintltst/
H A Dcmsgtst.c185 int32_t patternLength = u_strlen(testCasePatterns[0]); local
187 UMessageFormat formatter = umsg_open(testCasePatterns[0],patternLength,"en_US",NULL,&ec);
201 patternLength = u_strlen(testCasePatterns[i]);
203 umsg_applyPattern(formatter,testCasePatterns[i],patternLength,&parseError,&ec);
868 static int32_t CallFormatMessage(const char* locale, UChar* testCasePattern, int32_t patternLength, argument
874 len = u_vformatMessage(locale, testCasePattern, patternLength, result, resultLength, ap, status);
928 static void CallParseMessage(const char* locale, UChar* pattern, int32_t patternLength, argument
933 u_vparseMessage(locale, pattern, patternLength, source, sourceLength, ap, status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp4307 int32_t patternLength; local
4436 patternLength = pattern.extract(patternChars, patternCapacity, UTF8Converter.getAlias(), status);
4440 patternCapacity = patternLength + 1;
4444 utext_openUTF8(&patternText, patternChars, patternLength, &status);
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp4312 int32_t patternLength; local
4441 patternLength = pattern.extract(patternChars, patternCapacity, UTF8Converter.getAlias(), status);
4445 patternCapacity = patternLength + 1;
4449 utext_openUTF8(&patternText, patternChars, patternLength, &status);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 613 milliseconds

12