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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/icu/icu4c/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/chromium_org/third_party/skia/experimental/Intersection/
CubicParameterizationCode.cpp 195 size_t patternLen = strlen(pattern);
210 if (!strncmp(&str[end - patternLen], pattern, patternLen) == 0) {
213 size_t endCoeff = end - patternLen;
  /external/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c     [all...]
creststn.c 594 int32_t patternLen;
618 patternLen = (int32_t)uprv_strlen(pattern);
619 expectedEscaped = (UChar*)malloc(U_SIZEOF_UCHAR * patternLen);
621 expectedLen = u_unescape(pattern,expectedEscaped,patternLen);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c     [all...]
creststn.c 596 int32_t patternLen;
620 patternLen = (int32_t)uprv_strlen(pattern);
621 expectedEscaped = (UChar*)malloc(U_SIZEOF_UCHAR * patternLen);
623 expectedLen = u_unescape(pattern,expectedEscaped,patternLen);
    [all...]

Completed in 545 milliseconds