Home
last modified time | relevance | path

Searched refs:findPattern (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp258 UBool findPattern() in findPattern() function
302 findPattern(); in main()
/third_party/skia/third_party/externals/icu/source/samples/strsrch/
Dstrsrch.cpp258 UBool findPattern() in findPattern() function
302 findPattern(); in main()
/third_party/flutter/skia/third_party/externals/icu/source/samples/strsrch/
Dstrsrch.cpp258 UBool findPattern() in findPattern() function
302 findPattern(); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp104 bool findPattern(std::list<VectorInfo> &Candidates,
1053 bool InterleavedLoadCombineImpl::findPattern( in findPattern() function in InterleavedLoadCombineImpl
1284 while (findPattern(Candidates, InterleavedLoad, Factor, DL)) { in run()
/third_party/icu/icu4c/source/test/intltest/
Ddtptngts.cpp498 UnicodeString findPattern = gen->getBestPattern(UnicodeString("MMMddHmm"), status); in testAPI() local
499 SimpleDateFormat *format = new SimpleDateFormat(findPattern, deLocale, status); in testAPI()