Lines Matching defs:region
191 \param region U_REGION object
194 const char *region
197 printf("Type:%d ", *(uint16_t *)(region + offsetof(U_REGION,Type )));
198 printf("Size:%d ", *( int16_t *)(region + offsetof(U_REGION,Size )));
199 printf("sCount:%d ",*( int16_t *)(region + offsetof(U_REGION,sCount)));
200 printf("sMax:%d ", *( int16_t *)(region + offsetof(U_REGION,sMax )));
201 memcpy(&rect16, (region + offsetof(U_REGION,sRect )), sizeof(U_RECT16));
1321 const char *region; /* Note, because of possible struct alignment issue have to use char * to reference the data */
1322 int size = U_WMRCREATEBRUSHINDIRECT_get(contents, ®ion);
1325 printf(" Region: "); region_print(region); printf("\n");