HomeSort by relevance Sort by last modified time
    Searched full:tokenize (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/chromium/net/tools/flip_server/
balsa_headers_token_utils.cc 23 // Tokenize
45 // Tokenize just that line.
83 // Tokenize just that line
99 // We may have more then 1 line with the same header key. Tokenize them all
balsa_headers_token_utils.h 49 // Helper function to tokenize a header line once we have its description.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
LevenshteinSuggestionFormatter.java 43 final Token[] queryTokens = tokenize(query);
44 final Token[] suggestionTokens = tokenize(suggestion);
99 Token[] tokenize(final String seq) { method in class:LevenshteinSuggestionFormatter
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenizerTest.java 148 method = "tokenize",
156 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize("");
160 tokens = Rfc822Tokenizer.tokenize(text);
166 tokens = Rfc822Tokenizer.tokenize(text);
172 Rfc822Tokenizer.tokenize(null);
  /external/libvpx/vp8/encoder/arm/
vpx_vp8_enc_asm_offsets.c 16 #include "../tokenize.h"
  /external/sqlite/android/
sqlite3_android.cpp 268 static void tokenize(sqlite3_context * context, int argc, sqlite3_value ** argv) function
270 //LOGD("enter tokenize");
276 LOGE("Tokenize requires 4 to 6 arguments");
343 // Get the raw bytes for the string to tokenize
459 err = sqlite3_create_function(handle, "_TOKENIZE", 4, SQLITE_UTF16, collator, tokenize, NULL, NULL);
463 err = sqlite3_create_function(handle, "_TOKENIZE", 5, SQLITE_UTF16, collator, tokenize, NULL, NULL);
467 err = sqlite3_create_function(handle, "_TOKENIZE", 6, SQLITE_UTF16, collator, tokenize, NULL, NULL);
  /frameworks/base/core/java/android/text/util/
Rfc822Tokenizer.java 45 public static void tokenize(CharSequence text, Collection<Rfc822Token> out) { method in class:Rfc822Tokenizer
171 public static Rfc822Token[] tokenize(CharSequence text) { method in class:Rfc822Tokenizer
173 tokenize(text, out); method
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
LevenshteinFormatterTest.java 44 Token[] tokens = mFormatter.tokenize(input);
94 Token[] sourceTokens = mFormatter.tokenize(source);
95 Token[] targetTokens = mFormatter.tokenize(target);
  /external/webkit/WebCore/html/
PreloadScanner.h 54 void tokenize(const SegmentedString&);
  /external/libvpx/vp8/
vp8cx.mk 64 VP8_CX_SRCS-yes += encoder/tokenize.h
80 VP8_CX_SRCS-yes += encoder/tokenize.c
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.text.util.Rfc822Tokenizer.html 87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/text/util/Rfc822Tokenizer.html#tokenize(java.lang.CharSequence, java.util.Collection<android.text.util.Rfc822Token>)" target="_top"><code>tokenize</code></A>(<code>CharSequence,</nobr> Collection&lt;Rfc822Token&gt;<nobr><nobr></code>)</nobr>
  /frameworks/ex/common/java/com/android/common/
Rfc822Validator.java 64 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(text);
110 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(cs);
  /external/chromium/base/
string_util_unittest.cc     [all...]
string_util.h 566 size_t Tokenize(const std::wstring& str,
569 size_t Tokenize(const string16& str,
572 size_t Tokenize(const std::string& str,
  /external/webkit/WebCore/inspector/front-end/
SourceHTMLTokenizer.re2js 193 // Do not tokenize script tag contents, keep lexer state although processing "<".
207 // Do not tokenize script tag contents.
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
Lexer.java 96 void tokenize(String pat) throws javax.xml.transform.TransformerException method in class:Lexer
98 tokenize(pat, null); method
109 void tokenize(String pat, Vector targetStrings) method in class:Lexer
  /frameworks/base/core/tests/coretests/src/android/text/
TextUtilsTest.java 242 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize("Foo Bar (something) <foo@google.com>");
252 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize("\"Foo Bar\\");
  /external/libvpx/examples/includes/geshi/geshi/
mirc.php 73 'timers','timestamp','titlebar','tnick','tokenize','topic','ulist',
python.php 128 'tokenize', 'traceback', 'tty', 'turtle', 'types', 'unicodedata', 'unittest', 'urllib2',
  /external/e2fsprogs/e2fsck/
dict.c 1227 static int tokenize(char *string, ...) function
1322 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) {
    [all...]
  /packages/apps/Email/src/com/android/email/mail/
Address.java 121 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(addressList);
144 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(addressList);
  /frameworks/base/cmds/installd/
installd.c 177 /* Tokenize the command buffer, locate a matching command,
  /external/libvpx/vp8/encoder/
onyx_int.h 19 #include "tokenize.h"
  /hardware/ti/omap3/dspbridge/inc/
csl.h 279 * Tokenize a NULL terminated string
  /hardware/ti/omap3/dspbridge/libbridge/inc/
csl.h 280 * Tokenize a NULL terminated string

Completed in 875 milliseconds

1 2 3