Home
last modified time | relevance | path

Searched refs:formatStyle (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.cpp263 UNumberFormatStyle formatStyle = in formatStyleToStr() local
268 formatStyle, in formatStyleToStr()
/third_party/typescript/src/compiler/
Dprogram.ts344 export function formatColorAndReset(text: string, formatStyle: string) {
345 return formatStyle + text + resetEscapeSequence;
/third_party/typescript/lib/
DtypingsInstaller.js120930 function formatColorAndReset(text, formatStyle) { argument
120931 return formatStyle + text + resetEscapeSequence;
Dtsc.js100300 function formatColorAndReset(text, formatStyle) { argument
100301 return formatStyle + text + resetEscapeSequence;