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

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/common/
uts46.cpp     [all...]
messagepattern.cpp     [all...]
unistr.cpp 744 UnicodeString::extract(UChar *dest, int32_t destCapacity, function in class:UnicodeString
763 UnicodeString::extract(int32_t start, function in class:UnicodeString
812 UnicodeString::extract(int32_t start, int32_t len, function in class:UnicodeString
    [all...]
  /external/icu4c/i18n/
timezone.cpp 253 ruleid.extract(0, sizeof(key)-1, key, (int32_t)sizeof(key)-1, US_INV);
276 id.extract(0, sizeof(buf)-1, buf, sizeof(buf), "");
    [all...]
tznames_impl.cpp     [all...]
uspoof_wsconf.cpp 70 // Extract a regular expression match group into a char * string.
85 s.extract(0, len, destBuf, destCapacity, US_INV);
187 // Extract the two script names from the source line. We need these in an 8 bit
tzgnames.cpp 471 int32_t tzIDKeyLen = tzCanonicalID.extract(tzIDKey, ZID_KEY_MAX + 1, status);
499 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
747 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
    [all...]
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...]
translit.cpp 765 ID.extract(0, (int32_t)(sizeof(key)-length), key+length, (int32_t)(sizeof(key)-length), US_INV);
804 s.extract(0, sizeof(key)-length-1, key+length, (int32_t)sizeof(key)-length-1, US_INV);
    [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/CodeGen/
RegAllocBase.cpp 160 PhysReg2LiveUnion[PhysReg].extract(VirtReg);
  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.cpp 209 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
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 380 bool MetadataExtractor::extract() { function in class:bcinfo::MetadataExtractor
  /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");
regextst.cpp 212 buf.extract(0, 0x7FFFFFFF, ASSERT_BUF, sizeof(ASSERT_BUF)-1);
444 inputUTF8Length = unEscapedInput.extract(NULL, 0, UTF8Converter.getAlias(), status);
452 unEscapedInput.extract(textChars, inputUTF8Length+1, UTF8Converter.getAlias(), status);
    [all...]
  /build/core/
definitions.mk     [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 290 locals = LocalVariableExtractor.extract(rmeth);
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 429 #pragma mark Byte/half word extract and extend (ARMv6+ only)...
  /external/llvm/autoconf/m4/
ltdl.m4 284 [Define if libtool can extract symbol lists from object files.])

Completed in 673 milliseconds

1 2 3 4 5 6 7 8 91011>>