Searched refs:toLocaleString (Results 1 – 7 of 7) sorted by relevance
42 m('td', `${counterInfo.value.toLocaleString()}`)),45 m('td', `${counterInfo.delta.toLocaleString()}`)),
353 if (unit === '') return totalSize.toLocaleString();
55 public String toLocaleString() { in toLocaleString() method in LsrvCanonicalizer.XLanguageTag474 String toTest = rule.getType().toLocaleString(); in getTestData()475 String expected = rule.getReplacement().toLocaleString(); in getTestData()489 final String toTest = decon.toLocaleString(); in getTestData()491 testData2.put(toTest, newTag.toLocaleString()); in getTestData()504 final String toTest = fluffedUp.toLocaleString(); in getTestData()506 testData2.put(toTest, newTag.toLocaleString()); in getTestData()
164 let text = `${this.hoveredValue.toLocaleString()}kHz`;192 text += ` (Idle: ${(this.hoveredIdle + 1).toLocaleString()})`;
74 result += i.toLocaleString() + unit + ' ';
57 String actual = newTag.toLocaleString(); in testAgainstData()
238 text += `${this.hoveredValue.toLocaleString()}`;