Searched defs:patternLen (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.h34 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) { argument
39 pttrnLen = patternLen;
61 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { argument
70 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { argument
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_otadata.h51 EAS_U8 patternLen; /* length of current pattern */ member in struct:__anon16361
/external/icu/icu4c/source/test/intltest/
H A Dnptrans.cpp78 int32_t patternLen =0; local
79 const UChar* pattern = ures_getStringByKey(bundle,"UnassignedSet",&patternLen, &status);
80 unassigned.applyPattern(UnicodeString(pattern, patternLen), status);
83 patternLen=0;
84 pattern = ures_getStringByKey(bundle,"ProhibitedSet",&patternLen, &status);
85 UnicodeString test(pattern,patternLen);
107 patternLen=0;
108 pattern = ures_getStringByKey(bundle,"LabelSeparatorSet",&patternLen, &status);
109 labelSeparatorSet.applyPattern(UnicodeString(pattern,patternLen),status);
/external/icu/icu4c/source/test/cintltst/
H A Dcldrtest.c794 int32_t patternLen; local
803 patternLen = (int32_t)strlen(pattern);
804 u_charsToUChars(pattern, uPattern, patternLen);
805 scripts[i] = uset_openPattern(uPattern, patternLen, &status);
H A Dcreststn.c592 int32_t patternLen; local
616 patternLen = (int32_t)uprv_strlen(pattern);
617 expectedEscaped = (UChar*)malloc(U_SIZEOF_UCHAR * patternLen);
619 expectedLen = u_unescape(pattern,expectedEscaped,patternLen);
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 466 milliseconds