Lines Matching full:be
53 // 1. Let product be code unit 0x0022 (QUOTATION MARK). in ValueToQuotedString()
60 … * i. Let product be the concatenation of product and code unit 0x005C (REVERSE SOLIDUS). in ValueToQuotedString()
61 * ii. Let product be the concatenation of product and C. in ValueToQuotedString()
72 … * i. Let product be the concatenation of product and code unit 0x005C (REVERSE SOLIDUS). in ValueToQuotedString()
73 * ii. Let abbrev be the String value corresponding to the value of C as follows: in ValueToQuotedString()
79 * iii. Let product be the concatenation of product and abbrev. in ValueToQuotedString()
104 … * i. Let product be the concatenation of product and code unit 0x005C (REVERSE SOLIDUS). in ValueToQuotedString()
105 * ii. Let product be the concatenation of product and "u". in ValueToQuotedString()
106 … * iii. Let hex be the string result of converting the numeric code unit value of C to a String of in ValueToQuotedString()
108 * iv. Let product be the concatenation of product and hex. in ValueToQuotedString()
115 // i. Let product be the concatenation of product and C. in ValueToQuotedString()
120 // 3. Let product be the concatenation of product and code unit 0x0022 (QUOTATION MARK). in ValueToQuotedString()