Searched refs:composed (Results 1 - 11 of 11) sorted by relevance

/haiku/src/libs/iconv/
H A Dcp1255.h33 static const struct { unsigned short base; unsigned short composed; } cp1255_comp_table_data[] = { member in struct:__anon4803
99 struct cp1255_decomp { unsigned short composed; unsigned short base; int comb1 : 8; signed int comb2 : 8; }; member in struct:cp1255_decomp
225 last_wc = cp1255_comp_table_data[i].composed;
331 if (wc >= cp1255_decomp_table[i1].composed
332 && wc <= cp1255_decomp_table[i2].composed) {
337 if (wc == cp1255_decomp_table[i].composed)
339 if (wc < cp1255_decomp_table[i].composed) {
351 if (wc == cp1255_decomp_table[i].composed)
H A Dcp1258.h125 last_wc = viet_comp_table_data[i].composed;
240 if (wc >= viet_decomp_table[i1].composed
241 && wc <= viet_decomp_table[i2].composed) {
246 if (wc == viet_decomp_table[i].composed)
248 if (wc < viet_decomp_table[i].composed) {
260 if (wc == viet_decomp_table[i].composed)
H A Dtcvn.h130 last_wc = viet_comp_table_data[i].composed;
242 if (wc >= viet_decomp_table[i1].composed
243 && wc <= viet_decomp_table[i2].composed) {
248 if (wc == viet_decomp_table[i].composed)
250 if (wc < viet_decomp_table[i].composed) {
262 if (wc == viet_decomp_table[i].composed)
H A Deuc_jisx0213.h108 static const struct { unsigned short base; unsigned short composed; } euc_jisx0213_comp_table_data[] = { member in struct:__anon4805
183 lasttwo = euc_jisx0213_comp_table_data[idx].composed;
H A Dshift_jisx0213.h122 static const struct { unsigned short base; unsigned short composed; } shift_jisx0213_comp_table_data[] = { member in struct:__anon4808
197 lasttwo = shift_jisx0213_comp_table_data[idx].composed;
H A Diso2022_jp3.h30 * The state is composed of one of the following values
214 static const struct { unsigned short base; unsigned short composed; } iso2022_jp3_comp_table_data[] = { member in struct:__anon4807
313 lasttwo = iso2022_jp3_comp_table_data[idx].composed;
H A Dvietcomb.h30 static const struct { unsigned short base; unsigned short composed; } viet_comp_table_data[] = { member in struct:__anon4809
262 struct viet_decomp { unsigned short composed; unsigned int base : 12; int comb1 : 4; }; member in struct:viet_decomp
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.h104 * The parameter "composed" decides whether output should be in composed, NFC, form
105 * (composed == 1) or decomposed, NFD, form (composed == 0).
112 * @param composed decides which composition form to normalize the input string to. 0 means
113 * composed form (NFC), 1 means decomposed form (NFD).
117 extern int ntfs_macosx_normalize_utf8(const char *utf8_string, char **target, int composed);
H A Dunistr.c818 new_ins_len = ntfs_macosx_normalize_utf8(ins, &new_ins, 1); // Normalize to composed form
1687 int composed)
1718 CFStringNormalize(cfMutableString, (composed != 0 ?
1686 ntfs_macosx_normalize_utf8(const char *utf8_string, char **target, int composed) argument
/haiku/src/apps/deskbar/
H A DBarApp.cpp995 static int32 iconSize = 0, composed = 0; local
998 composed = be_control_look->ComposeIconSize(saved).IntegerWidth() + 1;
1002 return composed;
1061 int32 composed = be_control_look->ComposeIconSize(size).IntegerWidth() + 1;
1062 BRect iconRect = BRect(0, 0, composed - 1, composed - 1);
H A DSwitcher.cpp421 // get the composed icon size for slot calculation but don't set it
422 int32 composed = be_control_look->ComposeIconSize(kTeamIconSize) local
427 fSlotSize = (composed + composed / 4) & ~3u;
1957 // draw cached start icon again to clear composed icon rounding errors

Completed in 166 milliseconds