Home
last modified time | relevance | path

Searched refs:patternLen (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dnptrans.cpp79 int32_t patternLen =0; in NamePrepTransform() local
80 …const UChar* pattern = ures_getStringByKey(lbundle.getAlias(),"UnassignedSet",&patternLen, &status… in NamePrepTransform()
81 unassigned.applyPattern(UnicodeString(pattern, patternLen), status); in NamePrepTransform()
84 patternLen=0; in NamePrepTransform()
85 pattern = ures_getStringByKey(lbundle.getAlias(),"ProhibitedSet",&patternLen, &status); in NamePrepTransform()
86 UnicodeString test(pattern,patternLen); in NamePrepTransform()
108 patternLen=0; in NamePrepTransform()
109 … pattern = ures_getStringByKey(lbundle.getAlias(), "LabelSeparatorSet", &patternLen, &status); in NamePrepTransform()
110 labelSeparatorSet.applyPattern(UnicodeString(pattern,patternLen),status); in NamePrepTransform()
/third_party/icu/icu4c/source/test/perf/strsrchperf/
Dstrsrchperf.h39 …gSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) { in StringSearchPerfFunction() argument
44 pttrnLen = patternLen; in StringSearchPerfFunction()
66 … const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* sta… in ICUForwardSearch() argument
75 … const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* sta… in ICUBackwardSearch() argument
/third_party/icu/icu4c/source/test/cintltst/
Dcldrtest.c806 int32_t patternLen; in findSetMatch() local
815 patternLen = (int32_t)strlen(pattern); in findSetMatch()
816 u_charsToUChars(pattern, uPattern, patternLen); in findSetMatch()
817 scripts[i] = uset_openPattern(uPattern, patternLen, &status); in findSetMatch()
Dcreststn.c625 int32_t patternLen; in TestNewTypes() local
649 patternLen = (int32_t)uprv_strlen(pattern); in TestNewTypes()
650 expectedEscaped = (UChar*)malloc(U_SIZEOF_UCHAR * patternLen); in TestNewTypes()
652 expectedLen = u_unescape(pattern,expectedEscaped,patternLen); in TestNewTypes()