Searched defs:linesep (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dicuzdump.cpp97 linesep = NULL;
124 linesep = sep;
175 if (linesep != NULL) {
176 out << linesep; local
199 void dumpZone(ostream& out, const char* linesep, UnicodeString tzid, int32_t low, int32_t high) { argument
208 const char* linesep; member in class:ICUZDump
283 UOPTION_DEF("linesep", 'l', UOPT_REQUIRES_ARG)
292 const char *linesep = NULL; local
328 linesep = "\r";
330 linesep
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp97 linesep = NULL;
124 linesep = sep;
175 if (linesep != NULL) {
176 out << linesep; local
199 void dumpZone(ostream& out, const char* linesep, UnicodeString tzid, int32_t low, int32_t high) { argument
208 const char* linesep; member in class:ICUZDump
283 UOPTION_DEF("linesep", 'l', UOPT_REQUIRES_ARG)
292 const char *linesep = NULL; local
328 linesep = "\r";
330 linesep
[all...]

Completed in 164 milliseconds