Home | History | Annotate | Download | only in i18n

Lines Matching full:hostid

451     const char *hostID;
475 hostID = uprv_tzname(0);
491 UnicodeString hostStrID(hostID, -1, US_INV);
497 // hostID points to a heap-allocated location on Windows.
498 uprv_free(const_cast<char *>(hostID));