Home | History | Annotate | Download | only in i18n

Lines Matching defs:hostID

462     const char *hostID;
486 hostID = uprv_tzname(0);
502 UnicodeString hostStrID(hostID, -1, US_INV);
508 // hostID points to a heap-allocated location on Windows.
509 uprv_free(const_cast<char *>(hostID));