HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 2201 - 2225 of 6076) sorted by null

<<81828384858687888990>>

  /external/icu/android_icu4j/src/main/java/android/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/android_icu4j/src/main/java/android/icu/text/
CanonicalIterator.java 305 Set<String> remainder = extract(cp2, segment, i, workingBuffer);
340 Set remainder = extract(cp2, segment, i, workingBuffer);
362 private Set<String> extract(int comp, String segment, int segmentPos, StringBuffer buf) { method in class:CanonicalIterator
363 if (PROGRESS) System.out.println(" extract: " + Utility.hex(UTF16.valueOf(comp))
  /external/icu/icu4c/source/common/
charstr.cpp 122 len+=s.extract(0, 0x7fffffff, buffer.getAlias()+len, buffer.getCapacity()-len, US_INV);
  /external/icu/icu4c/source/common/unicode/
urep.h 125 void (*extract)(UReplaceable* rep, member in struct:UReplaceableCallbacks
  /external/icu/icu4c/source/i18n/
name2uni.cpp 191 name.extract(0, len, cbuf, maxLen, US_INV);
region.cpp 126 regionName.extract(buf,6,status);
145 regionName.extract(buf,6,status);
183 r->idStr.extract(0,r->idStr.length(),r->id,sizeof(r->id),US_INV);
222 aliasFromRegion->idStr.extract(0,aliasFromRegion->idStr.length(),aliasFromRegion->id,sizeof(aliasFromRegion->id),US_INV);
  /external/icu/icu4c/source/test/cintltst/
utexttst.c 208 * extract
  /external/icu/icu4c/source/tools/gencolusb/
extract_unsafe_backwards.cpp 83 int32_t len2 = pattern.extract(0, pattern.length(), buf2, "utf-8");
  /external/icu/icu4c/source/tools/tzcode/
readme.txt 84 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 461 // Extract the second byte, minus the minimum byte value,
483 // Extract the third byte, minus the minimum byte value,
507 // Extract the second byte, minus the minimum byte value,
531 // Extract the third byte, minus the minimum byte value,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SortedSetRelation.java 75 // extract filter conditions
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CanonicalIterator.java 309 Set<String> remainder = extract(cp2, segment, i, workingBuffer);
344 Set remainder = extract(cp2, segment, i, workingBuffer);
366 private Set<String> extract(int comp, String segment, int segmentPos, StringBuffer buf) { method in class:CanonicalIterator
367 if (PROGRESS) System.out.println(" extract: " + Utility.hex(UTF16.valueOf(comp))
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
AbstractCoverageTask.java 234 throw new BuildException("Unable to extract agent jar", e,
  /external/jetty/src/java/org/eclipse/jetty/io/
NetworkTrafficListener.java 42 * <p>The {@code socket} parameter can be used to extract socket address information of
  /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/junit/src/junit/framework/
TestCase.java 65 * point to get a test to run or it will extract the suite automatically.
  /external/libbrillo/brillo/
url_utils.cc 100 // Extract the query string and remove the leading '?'.
  /external/libchrome/base/process/
process_iterator_mac.cc 110 // We search for the first instance of '\0' and extract everything before it
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
autogen.sh 92 # $5: option field index used to extract the tool version from the
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/vms/
ftsystem.c 177 /* We use the macro STREAM_FILE for convenience to extract the */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftadvanc.h 49 * This section contains functions to quickly extract advance values
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftsystem.c 151 /* We use the macro STREAM_FILE for convenience to extract the */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidparse.c 138 /* Now rewind and extract the frame corresponding to this PostScript */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttkern.c 71 " could not extract kerning table\n" ));
  /external/libnl/include/netlink/
cache-api.h 49 * // parser one at a time. The message parser has to extract all relevant

Completed in 1760 milliseconds

<<81828384858687888990>>