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

  /src/lib/libc/citrus/modules/
citrus_ues.c 147 to_str(char *s, wchar_t wc, int bit) function
345 psenc->chlen = to_str(&psenc->ch[0], wc, UCS2_BIT);
350 psenc->chlen += to_str(&psenc->ch[0], hi, UCS2_BIT);
351 psenc->chlen += to_str(&psenc->ch[6], lo, UCS2_BIT);
355 psenc->chlen = to_str(&psenc->ch[0], wc, UCS4_BIT);
  /src/external/gpl3/binutils/dist/gprofng/src/
util.cc 152 return strlen (to_str (buf, sizeof (buf)));
156 TValue::to_str (char *str, size_t strsz) function in class:TValue
  /src/external/gpl3/binutils.old/dist/gprofng/src/
util.cc 152 return strlen (to_str (buf, sizeof (buf)));
156 TValue::to_str (char *str, size_t strsz) function in class:TValue
  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 1304 const char *to_str (kind k)
1608 return label_text::borrow (bidi::to_str (ctxt.m_kind));
1695 "a context by \"%s\"", bidi::to_str (kind));
1704 bidi::to_str (kind));
1708 bidi::to_str (kind));
1303 const char *to_str (kind k) function in namespace:bidi
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 1298 const char *to_str (kind k)
1534 return label_text::borrow (bidi::to_str (ctxt.m_kind));
1621 "a context by \"%s\"", bidi::to_str (kind));
1630 bidi::to_str (kind));
1634 bidi::to_str (kind));
1297 const char *to_str (kind k) function in namespace:bidi

Completed in 35 milliseconds