Searched refs:citer (Results 1 – 7 of 7) sorted by relevance
5 citer: Character Iteration12 citer.cpp Main source file in C++13 citer.sln Windows MSVC workspace. Double-click this to get started.14 citer.vcproj Windows MSVC project file16 To Build citer on Windows18 2. In MSVC, open the workspace file icu\samples\citer\citer.sln27 3. cd into the citer directory, e.g.28 cd c:\icu\source\samples\citer\debug31 citer46 cd <icu directory>/source/samples/citer[all …]
14 TARGET=citer17 OBJECTS=citer.o
26 …se csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer uciter8 ugrep
1639 for (cricket::Candidates::const_iterator citer = candidates.begin(); in OnTransportControllerCandidatesGathered() local1640 citer != candidates.end(); ++citer) { in OnTransportControllerCandidatesGathered()1642 JsepIceCandidate candidate(transport_name, sdp_mline_index, *citer); in OnTransportControllerCandidatesGathered()1930 for (cricket::ContentInfos::const_iterator citer = contents.begin(); in ValidateBundleSettings() local1931 citer != contents.end(); ++citer) { in ValidateBundleSettings()1932 const cricket::ContentInfo* content = (&*citer); in ValidateBundleSettings()
2542 struct nftnl_chain_list_iter *citer = NULL; in nft_xtables_config_load() local2598 citer = nftnl_chain_list_iter_create(chain_list); in nft_xtables_config_load()2599 while ((chain = nftnl_chain_list_iter_next(citer)) != NULL) { in nft_xtables_config_load()2626 nftnl_chain_list_iter_destroy(citer); in nft_xtables_config_load()2637 if (citer != NULL) in nft_xtables_config_load()2638 nftnl_chain_list_iter_destroy(citer); in nft_xtables_config_load()
45 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "citer", "..\citer\citer.vcxproj", "{247E2681-6…
807 std::vector<Connection*>::const_iterator citer = in FindConnection() local809 return citer != connections_.end(); in FindConnection()