/external/icu4c/i18n/ |
ucal.cpp | 76 len = id.extract(result, resultCapacity, *ec); 239 return id.extract(result, resultLength, *status); 560 reslen = canonical.extract(result, resultCapacity, *status);
|
umsg.cpp | 360 return res.extract(result, resultLength, *status); 482 return resultStr.extract(result, resultLength, *status); 582 temp.extract(0,len,aString);
|
rbt_set.cpp | 147 r.extract(0, len, parseError.preContext); 154 r.extract(0, len, parseError.postContext);
|
anytrans.cpp | 318 name.extract(0, nameLen, buf, (int32_t)sizeof(buf), US_INV);
|
tmutfmt.cpp | 222 count.extract(0, count.length(), result, "UTF-8"); 249 source.extract(0, source.length(), res, "UTF-8"); 264 count->extract(0, count->length(), res, "UTF-8"); 298 select.extract(0, select.length(), res, "UTF-8"); [all...] |
dtitvinf.cpp | 398 skeleton.extract(0, skeleton.length(), result, "UTF-8"); 464 skeleton->extract(0, skeleton->length(), result, "UTF-8");
|
/external/icu4c/test/intltest/ |
normconf.cpp | 504 sPretty.extract(0, sPretty.length(), sChars, sPretty.length() + 1); 506 gotPretty.extract(0, gotPretty.length(), gotChars, gotPretty.length() + 1); 508 expPretty.extract(0, expPretty.length(), expChars, expPretty.length() + 1);
|
dadrcoll.cpp | 182 testSetting.extract(0, testSetting.length(), localeName, "");
|
convtest.cpp | 117 s.extract(0, 0x7fffffff, charset, sizeof(charset), ""); 163 s.extract(0, 0x7fffffff, cbopt, sizeof(cbopt), ""); 239 s.extract(0, 0x7fffffff, charset, sizeof(charset), ""); 323 s.extract(0, 0x7fffffff, cbopt, sizeof(cbopt), ""); 402 s.extract(0, 0x7fffffff, charset, sizeof(charset), ""); [all...] |
/external/webkit/Source/WebCore/loader/archive/cf/ |
LegacyWebArchive.cpp | 295 if (!archive->extract(plist.get())) 301 bool LegacyWebArchive::extract(CFDictionaryRef dictionary) function in class:WebCore::LegacyWebArchive 359 if (subframeArchive->extract(subframeDict))
|
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.h | 373 void extract(integer_t& d, const pixel_t& s, int component); 374 void extract(component_t& d, const pixel_t& s, int component); 375 void extract(integer_t& d, int s, int h, int l, int bits=32);
|
texturing.cpp | 116 // just use a packed version of the color and extract the 192 // iterated colors are packed, extract the one we need 193 extract(fragment, parts.iterated, component); [all...] |
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
|
/external/icu4c/samples/ustring/ |
ustring.cpp | 88 out[s.extract(0, 99, out)]=0; 499 // if we need it in the original buffer, then extract() to it 500 // extract() does not do anything if the string aliases that same buffer 507 one.extract(0, i, writeable); 509 printf("writeable-alias backing buffer[%d]=0x%lx after re-extract\n", 585 // printUnicodeString() could use this, too, by changing to an extract() overload
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_characterdatasubstringvalue.js | 85 at position "offset" and extract "count" characters.
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_characterdatasubstringvalue.js | 85 at position "offset" and extract "count" characters.
|
/dalvik/vm/arch/arm/ |
CallEABI.S | 195 @ Expand the stack by the specified amount. We want to extract the
|
/external/icu4c/common/ |
normalizer2.cpp | 687 return destString.extract(dest, capacity, *pErrorCode); 727 safeMiddle.extract(0, 0x7fffffff, first+firstLength-safeMiddle.length()); 741 return firstString.extract(first, firstCapacity, *pErrorCode); 779 return destString.extract(decomposition, capacity, *pErrorCode);
|
rbbirb.cpp | 214 strippedRules.extract((UChar *)((uint8_t *)data+data->fRuleSource), rulesSize/2+1, *fStatus);
|
ustrenum.cpp | 51 unistr.extract(0, INT32_MAX, chars, charsCapacity, US_INV);
|
/external/openfst/src/include/fst/extensions/far/ |
farscript.h | 30 #include <fst/extensions/far/extract.h>
|
/dalvik/vm/mterp/armv5te/ |
footer.S | 270 GET_INST_OPCODE(ip) @ extract opcode from rINST 389 GET_INST_OPCODE(ip) @ extract opcode from rINST 609 GET_PREFETCHED_OPCODE(ip, r9) @ extract prefetched opcode from r9 617 GET_PREFETCHED_OPCODE(ip, r9) @ extract prefetched opcode from r9 672 GET_INST_OPCODE(ip) @ extract opcode from rINST 776 GET_INST_OPCODE(ip) @ extract opcode from rINST 779 GET_INST_OPCODE(ip) @ extract opcode from rINST [all...] |
/external/libvpx/vp8/encoder/x86/ |
temporal_filter_apply_sse2.asm | 141 ; load and extract the predictor up to shorts
|
/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...] |