Searched refs:charAt (Results 1 – 5 of 5) sorted by relevance
121 if (opterr && optstring.charAt(0) != ':') { in err()147 ch = optstring.charAt(i); in parseshort()153 for (++i; i < len && (ch = optstring.charAt(i)) != ')'; ++i); in parseshort()201 ic = optstring.charAt(ip); in parselong()204 ic = optstring.charAt(ip); in parselong()207 ic = optstring.charAt(ip); in parselong()213 while (ip < il && (ic = optstring.charAt(ip)) != ')' && in parselong()215 oc = opt.charAt(op++); in parselong()221 opt.charAt(op) == '=')) { in parselong()222 if (op < ol && opt.charAt(op) == '=') { in parselong()[all …]
112 for (; (i < len) && Character.isWhitespace(req.s.charAt(i)); ++i); in applyProbespec()116 (!Character.isWhitespace(ch = req.s.charAt(npos)) || in applyProbespec()137 for (; (i < npos) && (req.s.charAt(i) != '{'); ++i); in applyProbespec()139 if ((i < npos) || ((i > 0) && (req.s.charAt(i - 1) != '}'))) { in applyProbespec()145 buf.append(req.s.charAt(i++)); in applyProbespec()
203 static int charAt(const Symbol *sym, size_t pos) { in charAt() function231 int pivot = charAt(pivotSymbol, pos); in sortAndBuild()235 int c = charAt(vec[k], pos); in sortAndBuild()
919 var f = corner.charAt(0);934 return result[0].charAt(0) + (result[1] && result[1].charAt(0) || '');1948 function camel(s) { return s.charAt(0).toUpperCase() + s.slice(1); }1956 var ucProp = prop.charAt(0).toUpperCase() + prop.slice(1),2470 …pos.left -= offset.left.charAt ? offset.user : horizontal !== SHIFT || shift.top || !shift.left &&…2471 …pos.top -= offset.top.charAt ? offset.user : vertical !== SHIFT || shift.left || !shift.left && !s…
129 …if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.leng…6174 first.charAt(0) === "<" && !rnocache.test( first ) &&