HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 226 - 250 of 319) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/i18n/
dtitvinf.cpp 405 skeleton.extract(0, skeleton.length(), result, "UTF-8");
477 skeleton->extract(0, skeleton->length(), result, "UTF-8");
timezone.cpp 273 ruleid.extract(0, sizeof(key)-1, key, (int32_t)sizeof(key)-1, US_INV);
296 id.extract(0, sizeof(buf)-1, buf, sizeof(buf), "");
1002 fID.extract(0, sizeof(buf)-1, buf, sizeof(buf), "");
    [all...]
uspoof_wsconf.cpp 71 // Extract a regular expression match group into a char * string.
86 s.extract(0, len, destBuf, destCapacity, US_INV);
191 // Extract the two script names from the source line. We need these in an 8 bit
rbnf.cpp 566 int32_t len = msg.extract(0, msg.length(), buf, 128);
604 info.extract(p, len, status);
980 name.extract(0, name.length(), bp, cap, UnicodeString::kInvariant);
    [all...]
choicfmt.cpp 221 string.extract(0, string.length(), source, (int32_t)sizeof(source), US_INV); /* invariant codepage */
numfmt.cpp 56 s.extract((int32_t) 0, s.length(), buf);
    [all...]
  /external/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 141 ; load and extract the predictor up to shorts
  /system/core/libpixelflinger/codeflinger/
blending.cpp 119 // see if we need to extract 'component' from the destination (fb)
123 extract(fb, pixel, component);
348 extract(factor, dst_pixel, GGLFormat::ALPHA);
390 // no need to extract 'component' from the destination
425 // no need to extract 'component' from the source
ARMAssembler.cpp 429 #pragma mark Byte/half word extract and extend (ARMv6+ only)...
  /external/chromium/chrome/common/
time_format.cc 300 time_string.extract(static_cast<UChar*>(
  /external/icu4c/common/unicode/
utext.h 639 * Extract text from a UText into a UChar buffer. The range of text to be extracted
653 * @param ut the UText from which to extract data.
654 * @param nativeStart the native index of the first character to extract.\
658 * character to extract. If the specified index is out of range,
1404 UTextExtract *extract; member in struct:UTextFuncs
    [all...]
  /external/icu4c/common/
uts46.cpp     [all...]
normalizer2.cpp 675 return destString.extract(dest, capacity, *pErrorCode);
716 return firstString.extract(first, firstCapacity, *pErrorCode);
754 return destString.extract(decomposition, capacity, *pErrorCode);
unistr.cpp 743 UnicodeString::extract(UChar *dest, int32_t destCapacity, function in class:UnicodeString
762 UnicodeString::extract(int32_t start, function in class:UnicodeString
811 UnicodeString::extract(int32_t start, int32_t len, function in class:UnicodeString
    [all...]
  /external/icu4c/test/letest/
letest.cpp 463 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
481 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
509 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
531 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
    [all...]
  /external/icu4c/test/thaitest/
thaitest.cpp 352 myText.extract(1, myText.length(), buffer);
  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.cpp 211 DWARFDebugInfoEntryMinimal::extract(const DWARFCompileUnit *cu, function in class:DWARFDebugInfoEntryMinimal
  /external/webkit/Source/JavaScriptCore/wtf/
HashSet.h 99 static const T& extract(const T& t) { return t; } function in struct:WTF::IdentityExtractor
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 138 # means that when we extract it, the index of this
141 self.extract()
144 def extract(self): member in class:PageElement
195 # when we extract this element, our target index
198 newChild.extract()
730 i.extract()
731 self.extract()
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 184 id->extract(0, id->length(), testId, sizeof(testId), US_INV);
238 locale->extract(0, locale->length(), clocale, sizeof(clocale), NULL);
522 id->extract(0, id->length(), testId, sizeof(testId), US_INV);
576 locale->extract(0, locale->length(), clocale, sizeof(clocale), NULL);
    [all...]
csdetest.cpp 130 length = source.extract(0, sLength, NULL, codepage);
134 source.extract(0, sLength, bytes, codepage);
718 UnicodeString(charText).extract(0, sizeof(charText)-2, latin1Text, sizeof(latin1Text), "ISO-8859-1");
intltest.cpp 1004 length = indent.extract(1, indent.length(), buffer, sizeof(buffer));
1013 length = message.extract(0, message.length(), buffer, sizeof(buffer));
    [all...]
tufmtts.cpp 74 formatted.extract(0, formatted.length(), formatResult, "UTF-8");
  /build/core/
definitions.mk     [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 290 locals = LocalVariableExtractor.extract(rmeth);

Completed in 4172 milliseconds

1 2 3 4 5 6 7 8 91011>>