HomeSort by relevance Sort by last modified time
    Searched refs:skipWhiteSpace (Results 1 - 20 of 20) sorted by null

  /external/icu4c/common/
patternprops.h 62 static const UChar *skipWhiteSpace(const UChar *s, int32_t length);
messagepattern.cpp 545 int32_t nameIndex=index=skipWhiteSpace(index+argStartLength);
577 index=skipWhiteSpace(index);
592 int32_t typeIndex=index=skipWhiteSpace(index+1);
597 index=skipWhiteSpace(index);
706 index=skipWhiteSpace(index);
733 index=skipWhiteSpace(index);
763 index=skipWhiteSpace(index+1);
781 index=skipWhiteSpace(index);
834 int32_t valueIndex=skipWhiteSpace(index+1); // The ':' is at index.
871 index=skipWhiteSpace(index)
    [all...]
patternprops.cpp 166 PatternProps::skipWhiteSpace(const UChar *s, int32_t length) {
util.cpp 133 int32_t ICU_Utility::skipWhitespace(const UnicodeString& str, int32_t& pos,
137 p = (int32_t)(PatternProps::skipWhiteSpace(s + p, str.length() - p) - s);
150 * skipWhitespace(text, start, limit) will advance start past leading
151 * whitespace, whereas the call skipWhitespace(text, limit, start),
162 //?int32_t ICU_Utility::skipWhitespace(const Replaceable& text,
201 skipWhitespace(id, pos, TRUE);
  /hardware/ril/reference-ril/
at_tok.c 48 static void skipWhiteSpace(char **p_cur)
74 skipWhiteSpace(p_cur);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ATResponseParser.java 114 c = skipWhiteSpace(c);
153 skipWhiteSpace (char c)
  /external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPParsers.cpp 48 static inline bool skipWhiteSpace(const String& str, unsigned& pos, bool fromHttpEquivMeta)
87 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(header, pos, false)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTParser.h 136 static void skipWhiteSpace(const String&, unsigned*);
VTTParser.cpp 87 void VTTParser::skipWhiteSpace(const String& line, unsigned* position)
313 skipWhiteSpace(line, &position);
321 skipWhiteSpace(line, &position);
330 skipWhiteSpace(line, &position);
335 skipWhiteSpace(line, &position);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveryUpdater.java 163 skipWhiteSpace();
189 skipWhiteSpace();
195 private void skipWhiteSpace() {
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSTokenizer-in.cpp 286 static inline CharacterType* skipWhiteSpace(CharacterType* currentCharacter)
555 start = skipWhiteSpace(currentCharacter<CharacterType>());
576 end = skipWhiteSpace(end);
688 CharacterType* character = skipWhiteSpace(currentCharacter<CharacterType>());
692 character = skipWhiteSpace(character + 1);
    [all...]
  /external/icu4c/common/unicode/
messagepattern.h 881 int32_t skipWhiteSpace(int32_t index);
    [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp     [all...]
decimfmt.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 688 milliseconds