Searched refs:citer (Results 1 – 8 of 8) sorted by relevance
2 citer: Character Iteration9 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 file13 To Build citer on Windows15 2. In MSVC, open the workspace file icu\samples\citer\citer.sln24 3. cd into the citer directory, e.g.25 cd c:\icu\source\samples\citer\debug28 citer43 cd <icu directory>/source/samples/citer[all …]
11 TARGET=citer14 OBJECTS=citer.o
777 for (SBChunkList::const_iterator citer = chunks.begin(); in InsertAddChunks() local778 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() local852 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()
49 for (std::vector<SBChunk>::iterator citer = chunks_.begin(); in clear() local50 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()
279 for (ACMatchClassifications::const_iterator citer = content.begin(); in TEST_F() local280 citer != content.end(); ++citer) in TEST_F()281 EXPECT_LT(citer->offset, max_offset); in TEST_F()
23 …se csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer uciter8 ugrep
1182 for (std::vector<std::string>::const_iterator citer = orderedList.begin(); in sortLabels() local1183 citer != orderedList.end(); ++citer) { in sortLabels()1184 label = *citer; in sortLabels()
45 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "citer", "..\citer\citer.vcxproj", "{247E2681-6…