Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/citer/
Dreadme.txt5 citer: Character Iteration
12 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 file
16 To Build citer on Windows
18 2. In MSVC, open the workspace file icu\samples\citer\citer.sln
27 3. cd into the citer directory, e.g.
28 cd c:\icu\source\samples\citer\debug
31 citer
46 cd <icu directory>/source/samples/citer
[all …]
DMakefile14 TARGET=citer
17 OBJECTS=citer.o
/external/icu/icu4c/source/samples/
DMakefile.in26 …se csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer uciter8 ugrep
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc1639 for (cricket::Candidates::const_iterator citer = candidates.begin(); in OnTransportControllerCandidatesGathered() local
1640 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() local
1931 citer != contents.end(); ++citer) { in ValidateBundleSettings()
1932 const cricket::ContentInfo* content = (&*citer); in ValidateBundleSettings()
/external/iptables/iptables/
Dnft.c2542 struct nftnl_chain_list_iter *citer = NULL; in nft_xtables_config_load() local
2598 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()
/external/icu/icu4c/source/samples/all/
Dall.sln45 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "citer", "..\citer\citer.vcxproj", "{247E2681-6…
/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.cc807 std::vector<Connection*>::const_iterator citer = in FindConnection() local
809 return citer != connections_.end(); in FindConnection()