Home
last modified time | relevance | path

Searched refs:citer (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/samples/citer/
Dreadme.txt2 citer: Character Iteration
9 citer.cpp Main source file in C++
10 citer.sln Windows MSVC workspace. Double-click this to get started.
11 citer.vcproj Windows MSVC project file
13 To Build citer on Windows
15 2. In MSVC, open the workspace file icu\samples\citer\citer.sln
24 3. cd into the citer directory, e.g.
25 cd c:\icu\source\samples\citer\debug
28 citer
43 cd <icu directory>/source/samples/citer
[all …]
DMakefile11 TARGET=citer
14 OBJECTS=citer.o
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_database.cc777 for (SBChunkList::const_iterator citer = chunks.begin(); in InsertAddChunks() local
778 citer != chunks.end(); ++citer) { in InsertAddChunks()
779 const int chunk_id = citer->chunk_number; in InsertAddChunks()
788 for (std::deque<SBChunkHost>::const_iterator hiter = citer->hosts.begin(); in InsertAddChunks()
789 hiter != citer->hosts.end(); ++hiter) { in InsertAddChunks()
851 for (SBChunkList::const_iterator citer = chunks.begin(); in InsertSubChunks() local
852 citer != chunks.end(); ++citer) { in InsertSubChunks()
853 const int chunk_id = citer->chunk_number; in InsertSubChunks()
862 for (std::deque<SBChunkHost>::const_iterator hiter = citer->hosts.begin(); in InsertSubChunks()
863 hiter != citer->hosts.end(); ++hiter) { in InsertSubChunks()
Dsafe_browsing_util.cc49 for (std::vector<SBChunk>::iterator citer = chunks_.begin(); in clear() local
50 citer != chunks_.end(); ++citer) { in clear()
51 for (std::deque<SBChunkHost>::iterator hiter = citer->hosts.begin(); in clear()
52 hiter != citer->hosts.end(); ++hiter) { in clear()
/external/chromium/chrome/browser/autocomplete/
Dhistory_quick_provider_unittest.cc279 for (ACMatchClassifications::const_iterator citer = content.begin(); in TEST_F() local
280 citer != content.end(); ++citer) in TEST_F()
281 EXPECT_LT(citer->offset, max_offset); in TEST_F()
/external/icu4c/samples/
DMakefile.in23 …se csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer uciter8 ugrep
/external/srec/tools/grxmlcompile/
Dgrxmldoc.cpp1182 for (std::vector<std::string>::const_iterator citer = orderedList.begin(); in sortLabels() local
1183 citer != orderedList.end(); ++citer) { in sortLabels()
1184 label = *citer; in sortLabels()
/external/icu4c/samples/all/
Dall.sln45 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "citer", "..\citer\citer.vcxproj", "{247E2681-6…