• Home
  • Raw
  • Download

Lines Matching full:code

136 …// 3. Let reservedURISet be a String containing one instance of each code unit valid in uriReserve…  in DecodeURI()
153 // each code unit valid in uriReserved and uriUnescaped plus "#". in EncodeURI()
185 …// 3. Let unescapedURIComponentSet be a String containing one instance of each code unit valid in … in EncodeURIComponent()
193 // 1. Let strLen be the number of code units in string. in Encode()
210 // b. Let C be the code unit at index k within string. in Encode()
212 // i. Let S be a String containing only the code unit C. in Encode()
220 // i. If the code unit value of C is not less than 0xDC00 and not greater than 0xDFFF, in Encode()
227 // ii. If the code unit value of C is less than 0xD800 or greater than 0xDBFF, then in Encode()
228 // 1. Let V be the code unit value of C. in Encode()
232 // 3. Let kChar be the code unit value of the code unit at index k within string. in Encode()
256 …// 2. Let S be a String containing three code units "%XY" where XY are two uppercase hexadecimal in Encode()
292 // 1. Let strLen be the number of code units in string. in Decode()
309 // b. Let C be the code unit at index k within string. in Decode()
311 // i. Let S be the String containing only the code unit C. in Decode()
317 // 1. Let C be the code unit with code unit value B. in Decode()
319 // a. Let S be the String containing only the code unit C. in Decode()
334 …// iii. If the code units at index (k+1) and (k + 2) within string do not represent hexadecimal di… in Decode()
373 // a. Let C be the code unit V. in Decode()
375 // i. Let S be the String containing only the code unit C. in Decode()
381 // c. Let S be the String containing the two code units H and L. in Decode()
405 … // b. If the code unit at index k within string is not "%", throw a URIError exception. in Decode()
406 … // c. If the code units at index (k +1) and (k + 2) within string do not represent hexadecimal in Decode()
433 // a Unicode code point throw a URIError exception. in Decode()