Searched defs:wc (Results 1 – 7 of 7) sorted by relevance
51 # define iswprint(wc) 1 argument54 # define iswcntrl(wc) 0 argument74 # define wcwidth(wc) ((wc) == 0 ? 0 : iswprint (wc) ? 1 : -1) argument152 wchar_t wc; in mbsnwidth() local
57 # define iswprint(wc) isprint ((unsigned char) (wc)) argument70 # define iswprint(wc) 1 argument
8 register int c, cc = 0, wc = 0, lc = 0; in main() local
40 static PangoGlyph pango_font_get_glyph(PangoFont* font, PangoContext* context, gunichar wc) in pango_font_get_glyph()
357 oscl_wchar wc = (uint16)(firstbyte << 8 | (uint16) secondbyte); in pvSDPParserParse3GPPAssetInfoLocation() local414 oscl_wchar wc = (uint16)(firstbyte << 8 | (uint16) secondbyte); in pvSDPParserParse3GPPAssetInfoLocation() local454 oscl_wchar wc = (uint16)(firstbyte << 8 | (uint16) secondbyte); in pvSDPParserParse3GPPAssetInfoLocation() local
462 int k, wa, wb, wc; in mult() local
70776 char wc[3]; in isLikeOrGlob() local72265 WhereClause wc; /* The WHERE clause is divided into these terms */ in sqlite3WhereBegin() local