Home
last modified time | relevance | path

Searched refs:character_t (Results 1 – 25 of 72) sorted by relevance

123

/dports/devel/boost-docs/boost_1_72_0/libs/spirit/classic/test/
H A Dfile_iterator_tests.cpp134 typedef unsigned char character_t; typedef
135 typedef file_iterator<character_t,
136 fileiter_impl::std_file_iterator<character_t> > iter;
140 typedef file_iterator<character_t,
141 fileiter_impl::mmap_file_iterator<character_t> > iterwin;
145 typedef file_iterator<character_t,
146 fileiter_impl::mmap_file_iterator<character_t> > iterposix;
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/classic/test/
H A Dfile_iterator_tests.cpp134 typedef unsigned char character_t; typedef
135 typedef file_iterator<character_t,
136 fileiter_impl::std_file_iterator<character_t> > iter;
140 typedef file_iterator<character_t,
141 fileiter_impl::mmap_file_iterator<character_t> > iterwin;
145 typedef file_iterator<character_t,
146 fileiter_impl::mmap_file_iterator<character_t> > iterposix;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/classic/test/
H A Dfile_iterator_tests.cpp134 typedef unsigned char character_t; typedef
135 typedef file_iterator<character_t,
136 fileiter_impl::std_file_iterator<character_t> > iter;
140 typedef file_iterator<character_t,
141 fileiter_impl::mmap_file_iterator<character_t> > iterwin;
145 typedef file_iterator<character_t,
146 fileiter_impl::mmap_file_iterator<character_t> > iterposix;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/spirit/classic/test/
H A Dfile_iterator_tests.cpp134 typedef unsigned char character_t; typedef
135 typedef file_iterator<character_t,
136 fileiter_impl::std_file_iterator<character_t> > iter;
140 typedef file_iterator<character_t,
141 fileiter_impl::mmap_file_iterator<character_t> > iterwin;
145 typedef file_iterator<character_t,
146 fileiter_impl::mmap_file_iterator<character_t> > iterposix;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/classic/test/
H A Dfile_iterator_tests.cpp134 typedef unsigned char character_t; typedef
135 typedef file_iterator<character_t,
136 fileiter_impl::std_file_iterator<character_t> > iter;
140 typedef file_iterator<character_t,
141 fileiter_impl::mmap_file_iterator<character_t> > iterwin;
145 typedef file_iterator<character_t,
146 fileiter_impl::mmap_file_iterator<character_t> > iterposix;
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/classic/test/
H A Dfile_iterator_tests.cpp134 typedef unsigned char character_t; typedef
135 typedef file_iterator<character_t,
136 fileiter_impl::std_file_iterator<character_t> > iter;
140 typedef file_iterator<character_t,
141 fileiter_impl::mmap_file_iterator<character_t> > iterwin;
145 typedef file_iterator<character_t,
146 fileiter_impl::mmap_file_iterator<character_t> > iterposix;
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/classic/test/
H A Dfile_iterator_tests.cpp134 typedef unsigned char character_t; typedef
135 typedef file_iterator<character_t,
136 fileiter_impl::std_file_iterator<character_t> > iter;
140 typedef file_iterator<character_t,
141 fileiter_impl::mmap_file_iterator<character_t> > iterwin;
145 typedef file_iterator<character_t,
146 fileiter_impl::mmap_file_iterator<character_t> > iterposix;
/dports/databases/percona57-client/boost_1_59_0/libs/spirit/classic/test/
H A Dfile_iterator_tests.cpp134 typedef unsigned char character_t; typedef
135 typedef file_iterator<character_t,
136 fileiter_impl::std_file_iterator<character_t> > iter;
140 typedef file_iterator<character_t,
141 fileiter_impl::mmap_file_iterator<character_t> > iterwin;
145 typedef file_iterator<character_t,
146 fileiter_impl::mmap_file_iterator<character_t> > iterposix;
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/classic/test/
H A Dfile_iterator_tests.cpp134 typedef unsigned char character_t; typedef
135 typedef file_iterator<character_t,
136 fileiter_impl::std_file_iterator<character_t> > iter;
140 typedef file_iterator<character_t,
141 fileiter_impl::mmap_file_iterator<character_t> > iterwin;
145 typedef file_iterator<character_t,
146 fileiter_impl::mmap_file_iterator<character_t> > iterposix;
/dports/devel/hyperscan/boost_1_75_0/libs/spirit/classic/test/
H A Dfile_iterator_tests.cpp134 typedef unsigned char character_t; typedef
135 typedef file_iterator<character_t,
136 fileiter_impl::std_file_iterator<character_t> > iter;
140 typedef file_iterator<character_t,
141 fileiter_impl::mmap_file_iterator<character_t> > iterwin;
145 typedef file_iterator<character_t,
146 fileiter_impl::mmap_file_iterator<character_t> > iterposix;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUITextLayout.h36 typedef uint32_t character_t; typedef
37 typedef std::vector<character_t> vecText;
150 inline bool IsSpace(character_t letter) const XBMC_FORCE_INLINE in IsSpace()
154 inline bool CanWrapAtLetter(character_t letter) const XBMC_FORCE_INLINE in CanWrapAtLetter()
156 character_t ch = letter & 0xffff; in CanWrapAtLetter()
159 static void AppendToUTF32(const std::string &utf8, character_t colStyle, vecText &utf32);
160 static void AppendToUTF32(const std::wstring &utf16, character_t colStyle, vecText &utf32);
H A DGUIFontTTF.h44 typedef uint32_t character_t; typedef
45 typedef std::vector<character_t> vecText;
96 character_t letterAndStyle;
102 float GetCharWidthInternal(character_t ch);
115 inline Character *GetCharacter(character_t letter);
H A DGUIFont.h24 typedef uint32_t character_t; typedef
25 typedef std::vector<character_t> vecText;
135 float GetCharWidth( character_t ch );
/dports/games/ufoai/ufoai-2.5-source/src/tests/
H A Dtest_character.cpp52 static character_t* GetCharacter (const char* teamDefID = "phalanx") in GetCharacter()
54 static character_t chr; in GetCharacter()
59 static void RunStrengthenImplant (character_t& chr, const implant_t& implant, const objDef_t& od) in RunStrengthenImplant()
65 static void RunEffectForImplant (const fireDef_t& fd, character_t& chr, const implant_t& implant, c… in RunEffectForImplant()
73 character_t* chr = GetCharacter(); in RunImplant()
/dports/games/ufoai/ufoai-2.5-source/src/client/
H A Dcl_team.cpp83 static void CL_CharacterSkillAndScoreCvars (const character_t* chr) in CL_CharacterSkillAndScoreCvars()
144 static void CL_ActorCvars (const character_t* chr) in CL_ActorCvars()
212 static void CL_UGVCvars (const character_t* chr) in CL_UGVCvars()
220 void CL_UpdateCharacterValues (const character_t* chr) in CL_UpdateCharacterValues()
237 void CL_GenerateCharacter (character_t* chr, const char* teamDefName) in CL_GenerateCharacter()
311 character_t* chr = (character_t*)LIST_GetByIdx(chrDisplayList, sel); in CL_ChangeSkin_f()
331 LIST_Foreach(chrDisplayList, character_t, chr) { in CL_ChangeSkinForWholeTeam_f()
H A Dcl_team.h46 void CL_GenerateCharacter(character_t* chr, const char* teamDefName);
47 void CL_UpdateCharacterValues(const character_t* chr);
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/
H A Dcl_game.h56 void GAME_CharacterCvars(const character_t* chr);
57 character_t* GAME_GetCharacter(int index);
58 character_t* GAME_GetCharacterByUCN(int ucn);
86 character_t* GAME_GetSelectedChr(void);
87 int GAME_GetChrMaxLoad(const character_t* chr);
H A Dcl_game_team.h44 bool GAME_SaveCharacter(xmlNode_t* p, const character_t* chr);
45 bool GAME_LoadCharacter(xmlNode_t* p, character_t* chr);
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_hospital_callbacks.cpp33 static void HOS_EntryWoundData (const character_t& chr) in HOS_EntryWoundData()
49 static float HOS_GetInjuryLevel (const character_t* const chr) in HOS_GetInjuryLevel()
90 const character_t& chr = employee.chr; in HOS_Entry()
102 static void HOS_UpdateCharacterImplantList (const character_t& c) in HOS_UpdateCharacterImplantList()
117 static Item* HOS_GetImplant (const character_t& chr, const implantDef_t& def) in HOS_GetImplant()
143 character_t& chr = e->chr; in HOS_ImplantChange_f()
215 character_t& echr = emp->chr; in HOS_EmployeeInit_f()
H A Dcp_cgame_callbacks.h37 void GAME_CP_CharacterCvars(const character_t* chr);
39 character_t* GAME_CP_GetSelectedChr(void);
H A Dcp_team.cpp137 void CP_SetEquipContainer (character_t* chr) in CP_SetEquipContainer()
179 character_t* chr = &employee->chr; in CP_CleanupTeam()
198 character_t* chr = &employee->chr; in CP_CleanupTeam()
241 character_t* chr = &employee->chr; in CP_CleanupAircraftTeam()
/dports/games/ufoai/ufoai-2.5-source/src/game/
H A Dchr_shared.h402 } character_t; typedef
409 void CHRSH_CharGenAbilitySkills(character_t* chr, bool multiplayer, const char* templateId = "") __…
410 const char* CHRSH_CharGetBody(const character_t* const chr) __attribute__((nonnull));
411 const char* CHRSH_CharGetHead(const character_t* const chr) __attribute__((nonnull));
415 const implant_t* CHRSH_ApplyImplant(character_t& chr, const implantDef_t& implant);
416 void CHRSH_UpdateImplants(character_t& chr);
H A Dchr_shared.cpp86 static void CHRSH_UpdateCharacterWithEffect (character_t& chr, const itemEffect_t& e) in CHRSH_UpdateCharacterWithEffect()
105 void CHRSH_UpdateImplants (character_t& chr) in CHRSH_UpdateImplants()
145 const implant_t* CHRSH_ApplyImplant (character_t& chr, const implantDef_t& def) in CHRSH_ApplyImplant()
185 void CHRSH_CharGenAbilitySkills (character_t* chr, bool multiplayer, const char* templateId) in CHRSH_CharGenAbilitySkills()
261 const char* CHRSH_CharGetBody (const character_t* const chr) in CHRSH_CharGetBody()
283 const char* CHRSH_CharGetHead (const character_t* const chr) in CHRSH_CharGetHead()
/dports/graphics/swftools/swftools-0.9.2/lib/readers/
H A Dswf.c42 } character_t; typedef
74 map->ids = (void**)rfx_calloc(sizeof(character_t)*65536); in map16_new()
77 character_t*map16_get_id(map16_t*map, int id) in map16_get_id()
215 character_t*c = (character_t*)map16_get_id(r->id2char, id); in findimage()
283 character_t*cfont = map16_get_id(info->r->id2char, fontid); in textcallback()
342 character_t*c = rfx_calloc(sizeof(character_t)); in extractDefinitions()
355 character_t*c = rfx_calloc(sizeof(character_t)); in extractDefinitions()
363 character_t*c = rfx_calloc(sizeof(character_t)); in extractDefinitions()
392 character_t*c = rfx_calloc(sizeof(character_t)); in extractDefinitions()
403 character_t*c = rfx_calloc(sizeof(character_t)); in extractDefinitions()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DIRssObserver.h13 typedef uint32_t character_t; typedef
14 typedef std::vector<character_t> vecText;

123