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

  /external/icu/icu4c/source/test/perf/strsrchperf/
strsrchperf.h 39 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) {
44 pttrnLen = patternLen;
66 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
75 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
  /external/icu/icu4c/source/test/intltest/
nptrans.cpp 80 int32_t patternLen =0;
81 const UChar* pattern = ures_getStringByKey(bundle,"UnassignedSet",&patternLen, &status);
82 unassigned.applyPattern(UnicodeString(pattern, patternLen), status);
85 patternLen=0;
86 pattern = ures_getStringByKey(bundle,"ProhibitedSet",&patternLen, &status);
87 UnicodeString test(pattern,patternLen);
109 patternLen=0;
110 pattern = ures_getStringByKey(bundle,"LabelSeparatorSet",&patternLen, &status);
111 labelSeparatorSet.applyPattern(UnicodeString(pattern,patternLen),status);
  /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/icu/icu4c/source/test/cintltst/
cldrtest.c     [all...]
creststn.c 595 int32_t patternLen;
619 patternLen = (int32_t)uprv_strlen(pattern);
620 expectedEscaped = (UChar*)malloc(U_SIZEOF_UCHAR * patternLen);
622 expectedLen = u_unescape(pattern,expectedEscaped,patternLen);
    [all...]

Completed in 331 milliseconds