HomeSort by relevance Sort by last modified time
    Searched defs:extract (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium/third_party/icu/public/common/unicode/
urep.h 125 void (*extract)(UReplaceable* rep, member in struct:UReplaceableCallbacks
utext.h 619 * Extract text from a UText into a UChar buffer. The range of text to be extracted
633 * @param ut the UText from which to extract data.
634 * @param nativeStart the native index of the first character to extract.\
638 * character to extract. If the specified index is out of range,
1229 UTextExtract *extract; member in struct:UTextFuncs
    [all...]
unistr.h 4029 UnicodeString::extract(int32_t start, function in class:UnicodeString
4036 UnicodeString::extract(int32_t start, function in class:UnicodeString
4044 UnicodeString::extract(int32_t start, function in class:UnicodeString
    [all...]
  /external/icu4c/common/unicode/
urep.h 125 void (*extract)(UReplaceable* rep, member in struct:UReplaceableCallbacks
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...]
unistr.h 4066 UnicodeString::extract(int32_t start, function in class:UnicodeString
4073 UnicodeString::extract(int32_t start, function in class:UnicodeString
4081 UnicodeString::extract(int32_t start, function in class:UnicodeString
    [all...]
  /external/chromium/third_party/icu/source/common/
unistr_cnv.cpp 129 UnicodeString::extract(int32_t start, function in class:UnicodeString
133 return extract(start, length, target, dstSize, 0);
140 UnicodeString::extract(int32_t start, function in class:UnicodeString
219 UnicodeString::extract(char *dest, int32_t destCapacity, function in class:UnicodeString
caniter.cpp 217 source.extract(start, i-start, list[list_length++]); // add up to i
221 source.extract(start, i-start, list[list_length++]); // add last one
350 int32_t segLen = segment.extract(USeg, 256, status);
453 if (extract(&remainder, cp, segment, segLen, i, status) == NULL) {
493 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) { function in class:CanonicalIterator
494 //Hashtable *CanonicalIterator::extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
495 //if (PROGRESS) printf(" extract: %s, ", UToS(Tr(UnicodeString(comp))));
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...]
  /external/icu4c/common/
unistr_cnv.cpp 129 UnicodeString::extract(int32_t start, function in class:UnicodeString
133 return extract(start, length, target, dstSize, 0);
140 UnicodeString::extract(int32_t start, function in class:UnicodeString
219 UnicodeString::extract(char *dest, int32_t destCapacity, function in class:UnicodeString
caniter.cpp 219 source.extract(start, i-start, list[list_length++]); // add up to i
223 source.extract(start, i-start, list[list_length++]); // add last one
352 int32_t segLen = segment.extract(USeg, 256, status);
455 if (extract(&remainder, cp, segment, segLen, i, status) == NULL) {
495 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) { function in class:CanonicalIterator
496 //Hashtable *CanonicalIterator::extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
497 //if (PROGRESS) printf(" extract: %s, ", UToS(Tr(UnicodeString(comp))));
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...]
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 106 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) function in class:android::GGLAssembler
139 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) function in class:android::GGLAssembler
141 extract(d, s.reg,
147 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) function in class:android::GGLAssembler
150 extract(r, s.reg,
161 extract(d, s.reg, s.h, s.l, 32);
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableExtractor.java 51 * @param method {@code non-null;} the method to extract from
54 public static LocalVariableInfo extract(SsaMethod method) { method in class:LocalVariableExtractor
60 * Constructs an instance. This method is private. Use {@link #extract}.
62 * @param method {@code non-null;} the method to extract from
  /external/oprofile/libabi/
opimport.cpp 69 void extract(T & targ, void const * src_,
75 void extractor::extract(T & targ, void const * src_, function in class:extractor
119 ext.extract(head->version, src, "sizeof_u32", "offsetof_header_version");
120 ext.extract(head->cpu_type, src, "sizeof_u32", "offsetof_header_cpu_type");
121 ext.extract(head->ctr_event, src, "sizeof_u32", "offsetof_header_ctr_event");
122 ext.extract(head->ctr_um, src, "sizeof_u32", "offsetof_header_ctr_um");
123 ext.extract(head->ctr_count, src, "sizeof_u32", "offsetof_header_ctr_count");
124 ext.extract(head->is_kernel, src, "sizeof_u32", "offsetof_header_is_kernel");
127 ext.extract(head->mtime, src, "sizeof_time_t", "offsetof_header_mtime");
128 ext.extract(head->cg_to_is_kernel, src, "sizeof_u32"
    [all...]
  /external/webkit/JavaScriptCore/wtf/
HashSet.h 102 static const T& extract(const T& t) { return t; } function in struct:WTF::IdentityExtractor
HashMap.h 112 static const typename PairType::first_type& extract(const PairType& p) { return p.first; } function in struct:WTF::PairFirstExtractor
  /external/zlib/examples/
zran.c 41 some lookahead and avoid many calls to extract() for small lengths.
239 the end of the uncompressed data, then extract() will return a value less
242 was generated. extract() may also return Z_ERRNO if there is an error on
244 local int extract(FILE *in, struct access *index, off_t offset, function
346 /* Demonstrate the use of build_index() and extract() by processing the file
391 len = extract(in, index, offset, buf, CHUNK);
  /system/core/libpixelflinger/
buffer.cpp 36 static uint32_t extract(uint32_t v, int h, int l, int bits);
129 pixel->c[i] = extract(v, f->c[i].h, f->c[i].l, f->size*8);
277 // extract a component from a word
278 uint32_t extract(uint32_t v, int h, int l, int bits) function in namespace:android
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableExtractor.java 42 * @param method {@code non-null;} the method to extract from
45 public static LocalVariableInfo extract(RopMethod method) { method in class:LocalVariableExtractor
51 * Constructs an instance. This method is private. Use {@link #extract}.
53 * @param method {@code non-null;} the method to extract from
  /external/webkit/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 294 if (!archive->extract(plist.get()))
300 bool LegacyWebArchive::extract(CFDictionaryRef dictionary) function in class:WebCore::LegacyWebArchive
358 if (subframeArchive->extract(subframeDict))
  /frameworks/base/core/java/com/google/android/mms/pdu/
EncodedStringValue.java 229 * Extract an EncodedStringValue[] from a given String.
231 public static EncodedStringValue[] extract(String src) { method in class:EncodedStringValue
  /libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 108 private E extract() { method in class:ArrayBlockingQueue
309 E x = extract();
327 E x = extract();
341 E x = extract();
  /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...]
  /build/core/
definitions.mk 939 define extract-and-include-target-whole-static-libs
959 $(extract-and-include-target-whole-static-libs)
969 define extract-and-include-host-whole-static-libs
989 $(extract-and-include-host-whole-static-libs)
    [all...]

Completed in 1536 milliseconds

1 2