HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 2926 - 2950 of 8518) sorted by null

<<111112113114115116117118119120>>

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
SortedSetRelation.java 79 // extract filter conditions
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
Collation.java 465 // Extract the second byte, minus the minimum byte value,
487 // Extract the third byte, minus the minimum byte value,
511 // Extract the second byte, minus the minimum byte value,
535 // Extract the third byte, minus the minimum byte value,
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CanonicalIterator.java 307 Set<String> remainder = extract(cp2, segment, i, workingBuffer);
342 Set remainder = extract(cp2, segment, i, workingBuffer);
364 private Set<String> extract(int comp, String segment, int segmentPos, StringBuffer buf) { method in class:CanonicalIterator
365 if (PROGRESS) System.out.println(" extract: " + Utility.hex(UTF16.valueOf(comp))
  /external/icu/icu4c/source/common/
charstr.cpp 125 len+=s.extract(0, 0x7fffffff, buffer.getAlias()+len, buffer.getCapacity()-len, US_INV);
  /external/icu/icu4c/source/common/unicode/
urep.h 127 void (*extract)(UReplaceable* rep, member in struct:UReplaceableCallbacks
  /external/icu/icu4c/source/i18n/
name2uni.cpp 193 name.extract(0, len, cbuf, maxLen, US_INV);
region.cpp 127 regionName.extract(buf,6,status);
146 regionName.extract(buf,6,status);
184 r->idStr.extract(0,r->idStr.length(),r->id,sizeof(r->id),US_INV);
223 aliasFromRegion->idStr.extract(0,aliasFromRegion->idStr.length(),aliasFromRegion->id,sizeof(aliasFromRegion->id),US_INV);
wintzimpl.cpp 148 * Given the timezone icuid, fill in zoneInfo by calling auxillary functions that creates a timezone and extract the
  /external/icu/icu4c/source/tools/gencolusb/
extract_unsafe_backwards.cpp 85 int32_t len2 = pattern.extract(0, pattern.length(), buf2, "utf-8");
  /external/icu/icu4c/source/tools/tzcode/
readme.txt 86 5. Run make target "check-dump". This target extract makes the original
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
Collation.java 463 // Extract the second byte, minus the minimum byte value,
485 // Extract the third byte, minus the minimum byte value,
509 // Extract the second byte, minus the minimum byte value,
533 // Extract the third byte, minus the minimum byte value,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SortedSetRelation.java 77 // extract filter conditions
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CanonicalIterator.java 311 Set<String> remainder = extract(cp2, segment, i, workingBuffer);
346 Set remainder = extract(cp2, segment, i, workingBuffer);
368 private Set<String> extract(int comp, String segment, int segmentPos, StringBuffer buf) { method in class:CanonicalIterator
369 if (PROGRESS) System.out.println(" extract: " + Utility.hex(UTF16.valueOf(comp))
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
AbstractCoverageTask.java 245 throw new BuildException("Unable to extract agent jar", e,
  /external/jsmn/
README.md 7 Most JSON parsers offer you a bunch of functions to load JSON data, parse it and extract any value by its name. jsmn proves that checking the correctness of every JSON packet or allocating temporary objects to store parsed JSON fields often is an overkill.
  /external/kmod/man/
modinfo.xml 130 is particularly useful for distributions needing to extract
  /external/libbrillo/brillo/
url_utils.cc 100 // Extract the query string and remove the leading '?'.
  /external/libnl/include/netlink-private/
cache-api.h 50 * // parser one at a time. The message parser has to extract all relevant
  /external/libopus/celt/
entdec.h 95 _ftb: The number of bits to extract.
  /external/libpng/scripts/
dfn.awk 64 # A definition line, apparently correctly formatted; extract the
  /external/libusb/android/
README 12 2. Extract the NDK.
  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 143 ; load and extract the predictor up to shorts
  /external/libvpx/libvpx/vpx_dsp/x86/
variance_avx2.c 73 // extract the low lane and add it to the high lane
89 // perform the final summation and extract the results
142 // extract the low lane and add it to the high lane
158 // perform the final summation and extract the results
    [all...]
  /external/libxml2/doc/tutorial/
ar01s08.html 4 extract the value of the <span class="acronym">URI</span> we added in the previous
  /external/libxml2/xstc/
Makefile.am 29 # Rule to load the test description and extract the informations

Completed in 1147 milliseconds

<<111112113114115116117118119120>>