Home
last modified time | relevance | path

Searched refs:titleValue (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_date_time_format.cpp1692 std::string titleValue = ToTitleCaseFunction(titleEntry[i]); in ToTitleCaseTimezonePosition() local
1693 if (titleValue == "Of" || titleValue == "Es" || titleValue == "Au") { in ToTitleCaseTimezonePosition()
1694 titleValue[0] = static_cast<int8_t>(tolower(titleValue[0])); in ToTitleCaseTimezonePosition()
1696 result = result + titleValue + charEntry[i]; in ToTitleCaseTimezonePosition()

Completed in 4 milliseconds