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

/macosx-10.10/WebCore-7600.1.25/platform/
H A DLength.cpp81 static unsigned countCharacter(StringImpl& string, UChar character) function in namespace:WebCore
105 len = countCharacter(*str, ' ') + 1;
132 len = countCharacter(*str, ',') + 1;

Completed in 65 milliseconds