/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/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 167 public static Rfc822Token[] tokenize(CharSequence text) { method in class:Rfc822Tokenizer 169 tokenize(text, out); method
|
/external/webkit/WebCore/html/ |
PreloadScanner.h | 54 void tokenize(const SegmentedString&);
|
PreloadScanner.cpp | 136 tokenize(source); 298 void PreloadScanner::tokenize(const SegmentedString& source) function in class:WebCore::PreloadScanner
|
HTMLLinkElement.cpp | 178 // Tokenize the rel attribute and set bits based on specific keywords that we find.
|
/frameworks/base/common/java/com/android/common/ |
Rfc822Validator.java | 64 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(text); 110 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(cs);
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.text.util.Rfc822Tokenizer.html | 87 <nobr><code>void</code> <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<Rfc822Token><nobr><nobr></code>)</nobr>
|
/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.
|
SourceHTMLTokenizer.js | 309 // Do not tokenize script tag contents, keep lexer state although processing "<". 575 // Do not tokenize script tag contents.
|
/dalvik/libcore/xml/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/cmds/installd/ |
installd.c | 161 /* Tokenize the command buffer, locate a matching command,
|
/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);
|
/packages/apps/IM/src/com/android/im/app/ |
AddContactActivity.java | 149 Rfc822Token[] recipients = Rfc822Tokenizer.tokenize(mAddressList.getText());
|
/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
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
NameLookupBuilder.java | 101 int tokenCount = mSplitter.tokenize(mNames, name);
|
/dalvik/vm/compiler/template/ |
gen-template.py | 384 tokens = line.split(' ') # tokenize
|
/dalvik/vm/mterp/ |
gen-mterp.py | 438 tokens = line.split(' ') # tokenize
|
/external/apache-http/src/org/apache/http/message/ |
BasicTokenIterator.java | 82 * @param headerIterator the iterator for the headers to tokenize
|
/external/dbus/dbus/ |
dbus-shell.c | 329 * - tokenize the string (but since we ignore operators,
|
/external/webkit/WebCore/loader/ |
FTPDirectoryDocument.cpp | 307 // Tokenize the template as an HTML document synchronously
|
/external/v8/tools/ |
test.py | 818 def Tokenize(self): 945 tokens = Tokenizer(expr).Tokenize() [all...] |
/external/icu4c/i18n/ |
ucol_res.cpp | [all...] |