Searched refs:ch (Results 1 – 5 of 5) sorted by relevance
73 char ch = current.charAt(i); in parseHeaderGroup() local74 if (ch != ' ' && ch != '\t') { in parseHeaderGroup()
838 @????: mark-local-int . <- v73:"ch"C931 ch) . <- v30:Ljava/lang/StringBuilder; v99:I=32
179 function isWordChar(ch) { argument180 return (ch >= 'a' && ch <= 'z') || (ch >= 'A' && ch <= 'Z');390 var ch = plainText.charAt(i);392 switch (ch) {
303 char ch = descr.charAt(offset + i); in descriptorToDot() local304 buf[i] = (ch == '/') ? '.' : ch; in descriptorToDot()
160 char ch = str[offset + i]; in descriptorToDot() local161 newStr[i] = (ch == '/' || ch == '$') ? '.' : ch; in descriptorToDot()