HomeSort by: relevance | last modified time | path
    Searched defs:graphic (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/citrus/modules/
citrus_hz.c 208 graphic_t *graphic; local in function:_citrus_HZ_mbrtowc_priv
229 graphic = NULL;
249 graphic = GR(psenc->inuse);
253 graphic = GL(psenc->inuse);
258 if (graphic == NULL)
296 if (graphic != GR(psenc->inuse))
300 if (graphic != GL(psenc->inuse))
303 _DIAGASSERT(graphic != NULL);
304 range = &ranges[(size_t)graphic->charset];
309 if (graphic->length == (tail - head))
337 graphic_t *graphic; local in function:_citrus_HZ_wcrtomb_priv
588 graphic_t *graphic; local in function:_citrus_HZ_parse_graphic
    [all...]
citrus_hz.c 208 graphic_t *graphic; local in function:_citrus_HZ_mbrtowc_priv
229 graphic = NULL;
249 graphic = GR(psenc->inuse);
253 graphic = GL(psenc->inuse);
258 if (graphic == NULL)
296 if (graphic != GR(psenc->inuse))
300 if (graphic != GL(psenc->inuse))
303 _DIAGASSERT(graphic != NULL);
304 range = &ranges[(size_t)graphic->charset];
309 if (graphic->length == (tail - head))
337 graphic_t *graphic; local in function:_citrus_HZ_wcrtomb_priv
588 graphic_t *graphic; local in function:_citrus_HZ_parse_graphic
    [all...]

Completed in 21 milliseconds