/external/icu4c/i18n/ |
dtitvinf.cpp | 386 skeleton.extract(0, skeleton.length(), result, "UTF-8"); 458 skeleton->extract(0, skeleton->length(), result, "UTF-8");
|
timezone.cpp | 271 ruleid.extract(0, sizeof(key)-1, key, (int32_t)sizeof(key)-1, US_INV); 294 id.extract(0, sizeof(buf)-1, buf, sizeof(buf), ""); [all...] |
uspoof_buildwsconf.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 | 564 int32_t len = msg.extract(0, msg.length(), buf, 128); 602 info.extract(p, len, status); 978 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 | 54 s.extract((int32_t) 0, s.length(), buf); 949 nsDesc.extract(0,firstSlash,nsLocID,ULOC_FULLNAME_CAPACITY,US_INV);
|
translit.cpp | 763 ID.extract(0, (int32_t)(sizeof(key)-length), key+length, (int32_t)(sizeof(key)-length), US_INV); 802 s.extract(0, sizeof(key)-length-1, key+length, (int32_t)sizeof(key)-length-1, US_INV); [all...] |
smpdtfmt.cpp | [all...] |
msgfmt.cpp | [all...] |
/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
|
/dalvik/vm/arch/arm/ |
CallEABI.S | 176 @ Expand the stack by the specified amount. We want to extract the
|
/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/webkit/WebKitTools/Scripts/webkitpy/ |
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 | 181 id->extract(0, id->length(), testId, sizeof(testId), US_INV); 235 locale->extract(0, locale->length(), clocale, sizeof(clocale), NULL); 529 id->extract(0, id->length(), testId, sizeof(testId), US_INV); 583 locale->extract(0, locale->length(), clocale, sizeof(clocale), NULL); [all...] |
csdetest.cpp | 127 length = source.extract(0, sLength, NULL, codepage); 131 source.extract(0, sLength, bytes, codepage); 719 UnicodeString(charText).extract(0, sizeof(charText)-2, latin1Text, sizeof(latin1Text), "ISO-8859-1");
|
intltest.cpp | 938 length = indent.extract(1, indent.length(), buffer, sizeof(buffer)); 947 length = message.extract(0, message.length(), buffer, sizeof(buffer)); [all...] |
utxttest.cpp | 188 sa.extract(buf, saLen+1, status); 199 sa.extract(buf, saLen+1, status); 258 int32_t u8Len = sa.extract(0, sa.length(), NULL, 0, "utf-8"); 260 sa.extract(0, sa.length(), u8String, u8Len+1, "utf-8"); 793 // Extract [all...] |
rbbitst.cpp | [all...] |
/external/icu4c/common/ |
unistr.cpp | 742 UnicodeString::extract(UChar *dest, int32_t destCapacity, function in class:UnicodeString 761 UnicodeString::extract(int32_t start, function in class:UnicodeString 799 UnicodeString::extract(int32_t start, int32_t len, function in class:UnicodeString [all...] |
uset.cpp | 293 return s->extract(str, strCapacity, *ec);
|
/build/core/ |
definitions.mk | 950 define extract-and-include-target-whole-static-libs 970 $(extract-and-include-target-whole-static-libs) 979 define extract-and-include-host-whole-static-libs 999 $(extract-and-include-host-whole-static-libs) [all...] |
/dalvik/dx/src/com/android/dx/dex/cf/ |
CfTranslator.java | 286 locals = LocalVariableExtractor.extract(rmeth);
|
/external/webkit/JavaScriptCore/wtf/ |
HashSet.h | 102 static const T& extract(const T& t) { return t; } function in struct:WTF::IdentityExtractor
|
/dalvik/libcore/icu/src/main/native/ |
NativeDecimalFormat.cpp | 371 reslenneeded = res.extract(NULL, 0, status); 378 res.extract(result, reslenneeded + 1, status);
|