Searched refs:isTimeUnit (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
H A D | measfmt.cpp | 287 static UBool isTimeUnit(const MeasureUnit &mu, const char *tu) { in isTimeUnit() function 315 if (isTimeUnit(measures[i].getUnit(), "hour")) { in toHMS() 325 } else if (isTimeUnit(measures[i].getUnit(), "minute")) { in toHMS() 335 } else if (isTimeUnit(measures[i].getUnit(), "second")) { in toHMS()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | measfmt.cpp | 287 static UBool isTimeUnit(const MeasureUnit &mu, const char *tu) { in isTimeUnit() function 315 if (isTimeUnit(measures[i].getUnit(), "hour")) { in toHMS() 325 } else if (isTimeUnit(measures[i].getUnit(), "minute")) { in toHMS() 335 } else if (isTimeUnit(measures[i].getUnit(), "second")) { in toHMS()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | measfmt.cpp | 287 static UBool isTimeUnit(const MeasureUnit &mu, const char *tu) { in isTimeUnit() function 315 if (isTimeUnit(measures[i].getUnit(), "hour")) { in toHMS() 325 } else if (isTimeUnit(measures[i].getUnit(), "minute")) { in toHMS() 335 } else if (isTimeUnit(measures[i].getUnit(), "second")) { in toHMS()
|
Completed in 4 milliseconds