/external/chromium_org/third_party/icu/source/i18n/ |
timezone.cpp | 252 ruleid.extract(0, sizeof(key)-1, key, (int32_t)sizeof(key)-1, US_INV); 275 id.extract(0, sizeof(buf)-1, buf, sizeof(buf), ""); [all...] |
tzgnames.cpp | 526 int32_t tzIDKeyLen = tzCanonicalID.extract(tzIDKey, ZID_KEY_MAX + 1, status); 554 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV); 803 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV); [all...] |
uspoof_wsconf.cpp | 71 // Extract a regular expression match group into a char * string. 86 s.extract(0, len, destBuf, destCapacity, US_INV); 190 // Extract the two script names from the source line. We need these in an 8 bit
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
csdetest.cpp | 142 length = source.extract(0, sLength, NULL, codepage); 146 source.extract(0, sLength, bytes, codepage); 777 UnicodeString(charText).extract(0, sizeof(charText)-2, latin1Text, sizeof(latin1Text), "ISO-8859-1"); [all...] |
intltest.cpp | 1102 length = indent.extract(1, indent.length(), buffer, sizeof(buffer)); 1111 length = message.extract(0, message.length(), buffer, sizeof(buffer)); [all...] |
tufmtts.cpp | 75 formatted.extract(0, formatted.length(), formatResult, "UTF-8");
|
utxttest.cpp | 187 sa.extract(buf, saLen+1, status); 198 sa.extract(buf, saLen+1, status); 257 int32_t u8Len = sa.extract(0, sa.length(), NULL, 0, "utf-8"); 259 sa.extract(0, sa.length(), u8String, u8Len+1, "utf-8"); 792 // Extract [all...] |
regextst.cpp | 196 buf.extract(0, 0x7FFFFFFF, ASSERT_BUF, sizeof(ASSERT_BUF)-1); 445 inputUTF8Length = unEscapedInput.extract(NULL, 0, UTF8Converter.getAlias(), status); 453 unEscapedInput.extract(textChars, inputUTF8Length+1, UTF8Converter.getAlias(), status); [all...] |
/external/icu/icu4c/source/common/ |
messagepattern.cpp | [all...] |
unistr.cpp | 785 UnicodeString::extract(UChar *dest, int32_t destCapacity, function in class:UnicodeString 804 UnicodeString::extract(int32_t start, function in class:UnicodeString 853 UnicodeString::extract(int32_t start, int32_t len, function in class:UnicodeString [all...] |
uts46.cpp | [all...] |
/external/icu/icu4c/source/i18n/ |
rbnf.cpp | 569 int32_t len = msg.extract(0, msg.length(), buf, 128); 607 info.extract(p, len, status); 997 name.extract(0, name.length(), bp, cap, UnicodeString::kInvariant); [all...] |
timezone.cpp | 252 ruleid.extract(0, sizeof(key)-1, key, (int32_t)sizeof(key)-1, US_INV); 275 id.extract(0, sizeof(buf)-1, buf, sizeof(buf), ""); [all...] |
tzgnames.cpp | 526 int32_t tzIDKeyLen = tzCanonicalID.extract(tzIDKey, ZID_KEY_MAX + 1, status); 554 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV); 803 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV); [all...] |
ucol_res.cpp | 351 return dst.extract(result, resultLength, *status);
|
uspoof_wsconf.cpp | 71 // Extract a regular expression match group into a char * string. 86 s.extract(0, len, destBuf, destCapacity, US_INV); 190 // Extract the two script names from the source line. We need these in an 8 bit
|
/external/icu/icu4c/source/test/intltest/ |
csdetest.cpp | 142 length = source.extract(0, sLength, NULL, codepage); 146 source.extract(0, sLength, bytes, codepage); 777 UnicodeString(charText).extract(0, sizeof(charText)-2, latin1Text, sizeof(latin1Text), "ISO-8859-1"); [all...] |
intltest.cpp | 1104 length = indent.extract(1, indent.length(), buffer, sizeof(buffer)); 1113 length = message.extract(0, message.length(), buffer, sizeof(buffer)); [all...] |
utxttest.cpp | 189 sa.extract(buf, saLen+1, status); 200 sa.extract(buf, saLen+1, status); 259 int32_t u8Len = sa.extract(0, sa.length(), NULL, 0, "utf-8"); 261 sa.extract(0, sa.length(), u8String, u8Len+1, "utf-8"); 794 // Extract [all...] |
/dalvik/dx/src/com/android/dx/dex/cf/ |
CfTranslator.java | 314 locals = LocalVariableExtractor.extract(rmeth);
|
/external/chromium_org/build/ |
get_syzygy_binaries.py | 297 # Extract the file and update the state dictionary. 300 archive.extract(entry.filename, fulldir)
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
HashSet.h | 119 static const T& extract(const T& t) { return t; } function in struct:WTF::IdentityExtractor
|
/external/chromium_org/third_party/icu/source/common/ |
uts46.cpp | [all...] |
/external/chromium_org/tools/real_world_impact/ |
real_world_impact.py | 124 ZipFile(StringIO(stream.read())).extract("top-1m.csv", data_dir)
|
/frameworks/compile/libbcc/bcinfo/ |
MetadataExtractor.cpp | 399 bool MetadataExtractor::extract() { function in class:bcinfo::MetadataExtractor
|