/art/runtime/interpreter/mterp/mips64/ |
zcmp.S | 29 GET_INST_OPCODE v0 # extract opcode from rINST
|
/external/curl/packages/vms/ |
backup_gnv_curl_src.com | 11 $! VMS system to be able to extract ODS-5 filenames and directories. 42 $ arch_code = f$extract(0, 1, arch_type) 72 $ node_swvers_type = f$extract(0, 1, node_swvers) 73 $ node_swvers_vers = f$extract(1, f$length(node_swvers), node_swvers)
|
build_libcurl_pc.com | 44 $ majorver = f$extract(0, 3, mmversion) 45 $ minorver = f$extract(3, 2, mmversion) 50 $ kit_type = f$edit(f$extract(0, 1, majorver), "upcase") 110 $ key = f$extract(0, 1, line_in)
|
make_pcsi_curl_kit_name.com | 77 $ code = f$extract(0, 1, arch_type) 152 $ daily_tag = f$extract(4, daily_tag_len - 4, daily_tag)
|
/external/icu/icu4c/source/common/ |
ruleiter.cpp | 116 buf->extract(bufPos, maxLookAhead, result); 118 text.extract(pos.getIndex(), maxLookAhead, result); 130 text.extract(0, b, result);
|
servrbf.cpp | 62 length=_bundleName.extract(0, INT32_MAX, pkg, (int32_t)sizeof(pkg), US_INV);
|
ulistformatter.cpp | 85 return res.extract(result, resultCapacity, *status);
|
unistr_cnv.cpp | 119 UnicodeString::extract(int32_t start, function in class:UnicodeString 123 return extract(start, length, target, dstSize, 0); 130 UnicodeString::extract(int32_t start, function in class:UnicodeString 205 UnicodeString::extract(char *dest, int32_t destCapacity, function in class:UnicodeString
|
/external/icu/icu4c/source/i18n/ |
format.cpp | 182 pattern.extract(start,stop-start,parseError.preContext,0); 190 pattern.extract(start,stop-start,parseError.postContext,0);
|
unumsys.cpp | 82 return descrip.extract(result, resultLength, *status);
|
/external/icu/icu4c/source/samples/numfmt/ |
util.cpp | 66 int32_t bufLen = str.extract(0, 0x7fffffff, stackBuffer, sizeof(stackBuffer), "UTF-8"); 71 bufLen = str.extract(0, 0x7fffffff, buf, bufLen + 1, "UTF-8");
|
/external/libpng/contrib/examples/ |
iccfrompng.c | 8 * Extract any icc profiles found in the given PNG files. This is a simple 37 extract(FILE *fp, png_uint_32 *proflen) function 99 png_bytep profile = extract(fp, &proflen); 182 /* Exit code is true if any extract succeeds */
|
/art/runtime/interpreter/mterp/arm/ |
entry.S | 66 GET_INST_OPCODE ip @ extract opcode from rINST
|
/art/runtime/interpreter/mterp/mips/ |
entry.S | 65 GET_INST_OPCODE(t0) # extract opcode from rINST
|
op_packed_switch.S | 49 GET_INST_OPCODE(t0) # extract opcode from rINST 56 GET_INST_OPCODE(t0) # extract opcode from rINST
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
TrieIterator.java | 24 * <p>The comparison of each codepoint value is done via extract(), which the 26 * <p>Method extract() can be overwritten to perform manipulations on 44 * the method extract(int) (equivalent to UTrieEnumValue). Independent of icu4j, 50 * subclass of TrieIterator and override the extract(int) method. The 51 * extract(int) method is analogus to UTrieEnumValue callback. 54 * a subclass of TrieIterator, override the extract method and iterate, e.g 64 * public int extract(int value){ 105 // synwee: check that extract belongs to the child class 106 m_initialValue_ = extract(m_trie_.getInitialValue()); 148 m_nextValue_ = extract(m_trie_.getValue(m_nextBlock_)) 165 protected int extract(int value) method in class:TrieIterator [all...] |
/external/icu/icu4c/source/common/unicode/ |
caniter.h | 196 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer); 197 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status); 198 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
|
/external/icu/icu4c/source/samples/datefmt/ |
util.cpp | 53 // int32_t bufLen = str.extract(0, len, buf); // Preflight 59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
|
/external/icu/icu4c/source/samples/msgfmt/ |
util.cpp | 53 // int32_t bufLen = str.extract(0, len, buf); // Preflight 59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
|
/external/icu/icu4c/source/samples/translit/ |
util.cpp | 53 // int32_t bufLen = str.extract(0, len, buf); // Preflight 59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
|
/external/icu/icu4c/source/test/intltest/ |
sfwdchit.cpp | 36 s.extract(0, fLen, fStart);
|
/external/icu/icu4c/source/test/letest/ |
xmlreader.cpp | 57 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 75 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 103 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 125 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
|
/external/icu/icu4c/source/test/perf/leperf/ |
xmlreader.cpp | 57 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 75 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 103 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 125 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
|
/external/icu/icu4c/source/tools/genrb/ |
prscmnts.cpp | 65 return dest.extract(source, srcLen, *status); 112 return out.extract(*dest, destCapacity,*status); 139 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status); 214 return out.extract(*dest, destCapacity,*status);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
TrieIterator.java | 23 * <p>The comparison of each codepoint value is done via extract(), which the 25 * <p>Method extract() can be overwritten to perform manipulations on 43 * the method extract(int) (equivalent to UTrieEnumValue). Independent of icu4j, 49 * subclass of TrieIterator and override the extract(int) method. The 50 * extract(int) method is analogus to UTrieEnumValue callback. 53 * a subclass of TrieIterator, override the extract method and iterate, e.g 63 * public int extract(int value){ 104 // synwee: check that extract belongs to the child class 105 m_initialValue_ = extract(m_trie_.getInitialValue()); 147 m_nextValue_ = extract(m_trie_.getValue(m_nextBlock_)) 164 protected int extract(int value) method in class:TrieIterator [all...] |