Lines Matching refs:strsrch
5 strsrch: a sample program which finds the occurrences of a pattern string in a source string, using…
12 strsrch.c Main source file
13 strsrch.sln Windows MSVC workspace. Double-click this to get started.
14 strsrch.vcproj Windows MSVC project file
16 To Build strsrch on Windows
18 2. In MSVC, open the workspace file icu\samples\strsrch\strsrch.sln
27 3. cd into the strsrch directory, e.g.
28 cd c:\icu\source\samples\strsrch\debug
30 strsrch [options*] -source source_string -pattern pattern_string
33 1. Build ICU. strsrch is built automatically by default unless samples are turned off.
45 cd <icu directory>/source/samples/strsrch