Searched defs:skipWhiteSpace (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/common/
H A Dpatternprops.cpp166 PatternProps::skipWhiteSpace(const UChar *s, int32_t length) { function in class:PatternProps
/external/icu/icu4c/source/i18n/
H A Dcollationruleparser.cpp175 int32_t i = skipWhiteSpace(ruleIndex + 1);
182 ((j = skipWhiteSpace(j + 1)) + 1) < rules->length() &&
187 i = skipWhiteSpace(j + 2);
210 ruleIndex = skipWhiteSpace(ruleIndex);
292 i = parseString(skipWhiteSpace(i), raw, errorCode);
358 ruleIndex = skipWhiteSpace(i);
363 i = parseString(skipWhiteSpace(i), raw, errorCode);
367 return skipWhiteSpace(i);
778 j = skipWhiteSpace(j);
790 i = skipWhiteSpace(
878 CollationRuleParser::skipWhiteSpace(int32_t i) const { function in class:CollationRuleParser
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSTokenizer-in.cpp286 static inline CharacterType* skipWhiteSpace(CharacterType* currentCharacter) function in namespace:WebCore
594 start = skipWhiteSpace(currentCharacter<CharacterType>());
615 end = skipWhiteSpace(end);
751 CharacterType* character = skipWhiteSpace(currentCharacter<CharacterType>());
755 character = skipWhiteSpace(character + 1);
1379 SrcCharacterType* start = skipWhiteSpace(currentCharacter<SrcCharacterType>());
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DHTTPParsers.cpp49 static inline bool skipWhiteSpace(const String& str, unsigned& pos, bool fromHttpEquivMeta) function in namespace:WebCore
88 return skipWhiteSpace(str, pos, false) && str[pos++] == '=' && skipWhiteSpace(str, pos, false);
176 if (!skipWhiteSpace(refresh, pos, fromHttpEquivMeta))
194 skipWhiteSpace(refresh, pos, fromHttpEquivMeta);
198 skipWhiteSpace(refresh, urlStartPos, fromHttpEquivMeta);
201 skipWhiteSpace(refresh, urlStartPos, fromHttpEquivMeta);
368 if (!skipWhiteSpace(header, pos, false))
385 if (!skipWhiteSpace(header, pos, false))
394 if (!skipWhiteSpace(heade
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 282 milliseconds