/external/chromium_org/third_party/icu/source/i18n/ |
rbt_pars.cpp | 533 // in buf, starting at offset bufSegStart. Extract them [all...] |
ucurr.cpp | 230 s.extract(0,s.length(),tmp, "UTF-8"); 370 // Extract the country name and variant name. We only [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
transrt.cpp | 538 int32_t length = transliteratorID.extract(str, 100, NULL, status); 543 int32_t length = transliteratorID.extract(str, 100, NULL, status); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vertex_generic.c | 1049 a[j].extract( &a[j], fin, vin + a[j].vertoffset ); 1050 a[j].extract( &a[j], fout, vout + a[j].vertoffset ); 1059 /* Extract color attributes from one vertex and insert them into 1060 * another. (Shortcircuit extract/insert with memcpy).
|
/external/harfbuzz_ng/ |
git.mk | 222 intltool-extract.in \
|
/external/icu/icu4c/source/i18n/ |
rbt_pars.cpp | 533 // in buf, starting at offset bufSegStart. Extract them [all...] |
smpdtfmt.cpp | [all...] |
ucurr.cpp | 230 s.extract(0,s.length(),tmp, "UTF-8"); 370 // Extract the country name and variant name. We only [all...] |
/external/icu/icu4c/source/test/intltest/ |
transrt.cpp | 538 int32_t length = transliteratorID.extract(str, 100, NULL, status); 543 int32_t length = transliteratorID.extract(str, 100, NULL, status); [all...] |
/external/lldb/www/python_reference/ |
epydoc.js | 277 // extract the <pagename> portion & compare it to dottedName.
|
/external/mesa3d/src/mesa/tnl/ |
t_vertex_generic.c | 1049 a[j].extract( &a[j], fin, vin + a[j].vertoffset ); 1050 a[j].extract( &a[j], fout, vout + a[j].vertoffset ); 1059 /* Extract color attributes from one vertex and insert them into 1060 * another. (Shortcircuit extract/insert with memcpy).
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
util.js | 265 * @param {string} name Name of parameter to extract.
|
/external/chromium_org/third_party/icu/source/common/ |
uniset.cpp | 105 str.extract(0, 39, buf, ""); 113 str.extract(0, 39, buf, ""); [all...] |
/external/chromium_org/third_party/jstemplate/ |
util.js | 265 * @param {string} name Name of parameter to extract.
|
/external/clang/include/clang/ASTMatchers/ |
ASTMatchersInternal.h | 838 /// \brief Helper meta-function to extract the argument out of a function of 1499 const NestedNameSpecifier *extract(const NestedNameSpecifierLoc &Loc) const { function in class:clang::ast_matchers::internal::VariadicOperatorMatcherFunc::LocMatcher [all...] |
/external/icu/icu4c/source/common/ |
uniset.cpp | 105 str.extract(0, 39, buf, ""); 113 str.extract(0, 39, buf, ""); [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/ |
plexus-archiver-2.2.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
zipfile.py | 317 self.extract_version = 20 # Version needed to extract archive 1012 def extract(self, member, path=None, pwd=None): member in class:ZipFile [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
zipfile.py | 317 self.extract_version = 20 # Version needed to extract archive 1012 def extract(self, member, path=None, pwd=None): member in class:ZipFile [all...] |
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/ |
plexus-archiver-1.0.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/ |
plexus-archiver-2.2.jar | |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
wizard.rb | 88 # extract nodes matching a pattern 94 # iterate through the tree and extract nodes with pattern labels 278 to validate tree structures as well as to extract nodes that match the pattern.
|
/external/chromium_org/build/android/ |
adb_gdb | 265 The script tries to extract the target architecture from your GYP_DEFINES, 326 --no-pull-libs Do not extract any system library. 642 # Extract the status code from the end of the line, which must 796 # Extract the system libraries from the device if necessary.
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
HashMap.h | 40 static const typename T::KeyType& extract(const T& p) { return p.key; } function in struct:WTF::KeyValuePairKeyExtractor
|
LinkedHashSet.h | 294 static const Value& extract(const LinkedHashSetNode<Value, Allocator>& node) { return node.m_value; } function in struct:WTF::LinkedHashSetExtractor
|