HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 251 - 275 of 392) sorted by null

<<111213141516

  /external/icu/icu4c/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...]
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
collationruleparser.cpp 855 rules->extract(start, length, parseError->preContext);
866 rules->extract(ruleIndex, length, parseError->postContext);
tmutfmt.cpp 182 source.extract(0, source.length(), res, "UTF-8");
197 count->extract(0, count->length(), res, "UTF-8");
translit.cpp 762 ID.extract(0, (int32_t)(sizeof(key)-length), key+length, (int32_t)(sizeof(key)-length), US_INV);
801 s.extract(0, sizeof(key)-length-1, key+length, (int32_t)sizeof(key)-length-1, US_INV);
    [all...]
  /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...]
regextst.cpp 200 buf.extract(0, 0x7FFFFFFF, ASSERT_BUF, sizeof(ASSERT_BUF)-1);
450 inputUTF8Length = unEscapedInput.extract(NULL, 0, UTF8Converter.getAlias(), status);
458 unEscapedInput.extract(textChars, inputUTF8Length+1, UTF8Converter.getAlias(), status);
    [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/third_party/icu/source/i18n/
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
translit.cpp 762 ID.extract(0, (int32_t)(sizeof(key)-length), key+length, (int32_t)(sizeof(key)-length), US_INV);
801 s.extract(0, sizeof(key)-length-1, key+length, (int32_t)sizeof(key)-length-1, US_INV);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
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...]
plurults.cpp 65 int32_t bufLen = us.extract((int32_t)0, us.length(), (char *)NULL, (uint32_t)0) + 1;
67 us.extract(0, us.length(), buf, bufLen); };
    [all...]
  /external/chromium_org/tools/real_world_impact/
real_world_impact.py 124 ZipFile(StringIO(stream.read())).extract("top-1m.csv", data_dir)
  /external/icu/icu4c/source/common/
uts46.cpp     [all...]
  /external/chromium_org/remoting/webapp/
xmpp_stream_parser.js 228 * Helper to extract and decode |bytes| bytes from |data_|. Returns NULL in case

Completed in 728 milliseconds

<<111213141516