Lines Matching refs:unit
118 V8_WARN_UNUSED_RESULT Handle<String> UnitToString(Isolate* isolate, Unit unit);
2243 // position 0 and not ending with the code unit 0x0030 (DIGIT ZERO).
2250 // c. Let post be the string-concatenation of the code unit 0x003A (COLON),
2251 // s, the code unit 0x002E (FULL STOP), and fraction.
2254 // a. Let post be the string-concatenation of the code unit 0x003A (COLON)
2259 // 12. Return the string-concatenation of sign, h, the code unit 0x003A
2596 // c. If sign is the code unit 0x002D (HYPHEN-MINUS) or the code unit 0x2212
2718 // 5. If sign is the code unit 0x002D (HYPHEN-MINUS) or 0x2212 (MINUS SIGN),
3444 Handle<String> UnitToString(Isolate* isolate, Unit unit) {
3445 switch (unit) {