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

  /external/chromium_org/third_party/icu/source/test/perf/strsrchperf/
strsrchperf.h 56 StringSearchPerfFunction(StrSrchFn func, BoyerMooreSearch *search, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen) {
61 pttrnLen = patternLen;
65 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) {
70 pttrnLen = patternLen;
101 void ICUForwardSearch(BoyerMooreSearch *bms, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen, UErrorCode * /*status*/) {
109 void ICUBackwardSearch(BoyerMooreSearch *bms, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen, UErrorCode * /*status*/) {
118 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
127 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
  /external/icu4c/test/perf/strsrchperf/
strsrchperf.h 34 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) {
39 pttrnLen = patternLen;
61 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
70 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
  /external/chromium_org/third_party/icu/source/test/intltest/
nptrans.cpp 78 int32_t patternLen =0;
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/icu4c/test/intltest/
nptrans.cpp 78 int32_t patternLen =0;
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/sonivox/arm-fm-22k/lib_src/
eas_otadata.h 51 EAS_U8 patternLen; /* length of current pattern */
eas_ota.c 357 while (pData->current.patternLen == 0)
402 if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 8, &pData->current.patternLen)) != EAS_SUCCESS)
406 if (pData->current.patternLen)
549 pData->current.patternLen--;
859 pData->current.patternLen = 0;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_otadata.h 51 EAS_U8 patternLen; /* length of current pattern */
eas_ota.c 357 while (pData->current.patternLen == 0)
402 if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 8, &pData->current.patternLen)) != EAS_SUCCESS)
406 if (pData->current.patternLen)
549 pData->current.patternLen--;
859 pData->current.patternLen = 0;
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_otadata.h 51 EAS_U8 patternLen; /* length of current pattern */
eas_ota.c 357 while (pData->current.patternLen == 0)
402 if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 8, &pData->current.patternLen)) != EAS_SUCCESS)
406 if (pData->current.patternLen)
549 pData->current.patternLen--;
859 pData->current.patternLen = 0;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c     [all...]
creststn.c 601 int32_t patternLen;
625 patternLen = (int32_t)uprv_strlen(pattern);
626 expectedEscaped = (UChar*)malloc(U_SIZEOF_UCHAR * patternLen);
628 expectedLen = u_unescape(pattern,expectedEscaped,patternLen);
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c     [all...]
creststn.c 601 int32_t patternLen;
625 patternLen = (int32_t)uprv_strlen(pattern);
626 expectedEscaped = (UChar*)malloc(U_SIZEOF_UCHAR * patternLen);
628 expectedLen = u_unescape(pattern,expectedEscaped,patternLen);
    [all...]

Completed in 541 milliseconds