Searched refs:isNumberChar (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Support/
H A DFileUtilities.cpp41 static bool isNumberChar(char C) { function
52 if (!isNumberChar(*Pos)) return Pos;
56 while (Pos > FirstChar && isNumberChar(Pos[-1])) {
75 while (isNumberChar(*Pos))
96 if (!isNumberChar(*F1P) || !isNumberChar(*F2P)) {
264 if (F1AtEnd && isNumberChar(F1P[-1])) --F1P;
265 if (F2AtEnd && isNumberChar(F2P[-1])) --F2P;
/external/v8/benchmarks/
H A Dearley-boyer.js2204 function isNumberChar(c) {
2316 if (isNumberChar(c)) {
2318 while (isNumberChar(port.peekChar()))
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-earley-boyer.js2198 function isNumberChar(c) {
2310 if (isNumberChar(c)) {
2312 while (isNumberChar(port.peekChar()))
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-earley-boyer.js2198 function isNumberChar(c) {
2310 if (isNumberChar(c)) {
2312 while (isNumberChar(port.peekChar()))
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-earley-boyer.js2198 function isNumberChar(c) {
2310 if (isNumberChar(c)) {
2312 while (isNumberChar(port.peekChar()))

Completed in 137 milliseconds