| /external/icu4c/i18n/ |
| numfmt.cpp | 456 // set to a decimal number, or if the value originated with a parse. 542 parse(source, result, parse_pos); 577 // parse position is 0, that means the parsing failed, the status 578 // code needs to be set to failure. Ignores the returned parse 582 NumberFormat::parse(const UnicodeString& text, function in class:NumberFormat 589 parse(text, result, parsePosition); 600 parse(text, result, pos); 619 // Sets to only parse integers. [all...] |
| /external/icu4c/i18n/unicode/ |
| vtzone.h | 375 void parse(UErrorCode& status);
|
| /external/icu4c/test/intltest/ |
| dadrfmt.cpp | 164 errln("case %d: could not parse spec as style fields: %s", n, u_errorName(status)); 179 // parse 'date' 191 errln("case %d: could not parse date as RELATIVE_ADD calendar fields: %s", n, u_errorName(status)); 211 errln("case %d: could not parse date as calendar fields: %s", n, u_errorName(status)); 258 format->parse(expectStr,*cal,pos); 262 errln(caseString+": parse: could not get time on calendar: "+UnicodeString(u_errorName(status))); 266 logln(caseString+": parse: SUCCESS! "+UnicodeString("gotDate=parseDate=")+expectStr); 271 errln(caseString+": parse: FAIL. parsed '"+expectStr+"' and got "+gotDateStr+", expected " + expectDateStr); 278 errln("case %d: parse: could not set fields on calendar: %s", n, u_errorName(status)); 290 errln("FAIL: "+caseString+" parse SET SOURCE calendar Failed to match: [all...] |
| tsdate.cpp | 24 * This test does round-trip testing (format -> parse -> format -> parse -> etc.) of 167 date[i] = fFormat->parse(string[i-1], status); 171 errln("**** FAIL: Parse of " + prettify(string[i-1], FALSE) + " failed.");
|
| /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
| JHdf.java | 112 hdfParser.parse(new StringReader(content), data, new Parser.ErrorHandler() {
|
| /external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
| PhoneNumberMatcher.java | 386 * Parses a phone number from the {@code candidate} using {@link PhoneNumberUtil#parse} and 423 PhoneNumber number = phoneUtil.parse(candidate, preferredRegion);
|
| /external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
| ExampleNumbersTest.java | 158 exampleNumber = phoneNumberUtil.parse(desc.getExampleNumber(), regionCode);
|
| PhoneNumberMatcherTest.java | 56 // recognize the country code and parse accordingly. 208 PhoneNumber expectedResult = phoneUtil.parse(number, "US"); 614 PhoneNumber number = phoneUtil.parse("+14156667777", null); 652 PhoneNumber number = phoneUtil.parse("+14156667777", null); [all...] |
| /external/proguard/src/proguard/ |
| ProGuard.java | 486 // Parse the options specified in the command line arguments. 491 parser.parse(configuration);
|
| /external/proguard/src/proguard/ant/ |
| ConfigurationTask.java | 301 parser.parse(configuration);
|
| /external/proguard/src/proguard/gui/ |
| OptimizationsDialog.java | 192 new ListParser(new NameParser()).parse(optimizations) :
|
| /external/proguard/src/proguard/obfuscate/ |
| ClassObfuscator.java | 124 new ListParser(new FileNameParser()).parse(keepPackageNames);
|
| Obfuscator.java | 107 new AttributeNameFilter(new ListParser(new NameParser()).parse(configuration.keepAttributes),
|
| /external/quake/src/com/android/quake/ |
| DownloaderActivity.java | 148 Config config = ConfigHandler.parse(is); 360 public static Config parse(InputStream is) throws SAXException, method in class:DownloaderActivity.ConfigHandler 363 Xml.parse(is, Xml.findEncodingByName("UTF-8"), handler); 579 config = ConfigHandler.parse(is); [all...] |
| /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
| picoloaddbg.lua | 47 -- parse input file, build up syms and symnrs tables
|
| picoloadphones.lua | 45 -- parse input file, build up syms and symnrs tables
|
| /external/webkit/Source/JavaScriptCore/runtime/ |
| DateConstructor.cpp | 65 putDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, globalObject, functionStructure, 1, exec->propertyNames().parse, dateParse), DontEnum);
|
| /external/webkit/Source/WebCore/dom/ |
| XMLDocumentParser.h | 248 void parse();
|
| /external/webkit/Source/WebCore/inspector/front-end/ |
| TextEditorHighlighter.js | 161 this._tokenizer.condition = JSON.parse(postConditionStringified);
|
| /external/webkit/Tools/Scripts/webkitpy/style/ |
| optparser.py | 141 output formats are "emacs" which emacs can parse 142 and "vs7" which Microsoft Visual Studio 7 can parse. 389 """Parse the --filter flag, and return a list of filter rules. 404 def parse(self, args): member in class:ArgumentParser 405 """Parse the command line arguments to check-webkit-style.
|
| /frameworks/base/core/java/android/content/ |
| SearchRecentSuggestionsProvider.java | 180 mSuggestionsUri = Uri.parse("content://" + mAuthority + "/suggestions");
|
| /frameworks/base/core/java/android/net/ |
| ProxyProperties.java | 105 Uri u = Uri.parse(url);
|
| /frameworks/base/core/java/android/nfc/ |
| NdefRecord.java | 347 return Uri.parse(new String(fullUri, Charsets.UTF_8));
|
| /frameworks/base/core/java/android/provider/ |
| BrowserContract.java | 40 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
|
| /frameworks/base/core/java/android/webkit/ |
| HTML5VideoView.java | 184 mUri = Uri.parse(uri);
|