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