Searched refs:extract (Results 126 - 150 of 193) sorted by relevance

12345678

/external/icu4c/test/intltest/
H A Dtufmtts.cpp75 formatted.extract(0, formatted.length(), formatResult, "UTF-8");
H A Dutxttest.cpp187 sa.extract(buf, saLen+1, status);
198 sa.extract(buf, saLen+1, status);
257 int32_t u8Len = sa.extract(0, sa.length(), NULL, 0, "utf-8");
259 sa.extract(0, sa.length(), u8String, u8Len+1, "utf-8");
H A Dregextst.cpp196 buf.extract(0, 0x7FFFFFFF, ASSERT_BUF, sizeof(ASSERT_BUF)-1);
445 inputUTF8Length = unEscapedInput.extract(NULL, 0, UTF8Converter.getAlias(), status);
453 unEscapedInput.extract(textChars, inputUTF8Length+1, UTF8Converter.getAlias(), status);
3366 patternUTF8Length = pattern.extract(NULL, 0, UTF8Converter, status);
3369 pattern.extract(patternChars, patternUTF8Length+1, UTF8Converter, status);
3483 inputUTF8Length = deTaggedInput.extract(NULL, 0, UTF8Converter, status);
3486 deTaggedInput.extract(inputChars, inputUTF8Length+1, UTF8Converter, status);
4433 patternLength = pattern.extract(patternChars, patternCapacity, UTF8Converter.getAlias(), status);
4439 pattern.extract(patternChars, patternCapacity, UTF8Converter.getAlias(), status);
4501 inputLength = matchString.extract(inputChar
[all...]
H A Drbbitst.cpp1101 localeName.extract(0, localeName.length(), localeName8, sizeof(localeName8), 0);
1162 testString.extract(charIdx+2, nameLength, charNameBuf, sizeof(charNameBuf));
1604 hexNumber.extract (0, length, buf, sizeof(buf), US_INV);
1646 uToken.extract(0, uToken.length(), token, (uint32_t)sizeof(token));
3330 params.extract(m.start(1, status), paramLength, valString, sizeof(valString));
3773 p.extract(buf, sizeof(buf), NULL, status);
4113 errorText.extract(charErrorTxt, sizeof(charErrorTxt), NULL, status);
H A Dstrcase.cpp483 locale.extract(0, 0x7fffffff, cLocaleID, sizeof(cLocaleID), "");
H A Dtransrt.cpp538 int32_t length = transliteratorID.extract(str, 100, NULL, status);
543 int32_t length = transliteratorID.extract(str, 100, NULL, status);
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1156 return InnerMatcher.matches(*extract(Node), Finder, Builder);
1160 const NestedNameSpecifier *extract(const NestedNameSpecifierLoc &Loc) const { function in class:clang::ast_matchers::internal::LocMatcher
/external/harfbuzz_ng/
H A Dgit.mk202 intltool-extract.in \
/external/icu4c/i18n/
H A Dtranslit.cpp762 ID.extract(0, (int32_t)(sizeof(key)-length), key+length, (int32_t)(sizeof(key)-length), US_INV);
801 s.extract(0, sizeof(key)-length-1, key+length, (int32_t)sizeof(key)-length-1, US_INV);
H A Dsmpdtfmt.cpp1095 nsName.extract(0,len,kw+8,ULOC_KEYWORD_AND_VALUES_CAPACITY-8,US_INV);
2016 text.extract(start, INT32_MAX, lcaseText);
2051 text.extract(start, j, lcaseText);
2225 text.extract(start, INT32_MAX, lcaseText);
2286 text.extract(start, j, lcaseText);
H A Dnfrs.cpp601 us.extract(0, len, buf);
H A Duspoof_conf.cpp457 fStringTable->extract(strings, stringsLength+1, status);
H A Drbt_pars.cpp1484 rule.extract(start,stop-start,parseError.preContext);
1492 rule.extract(start,stop-start,parseError.postContext);
H A Dtimezone.cpp241 ruleid.extract(0, sizeof(key)-1, key, (int32_t)sizeof(key)-1, US_INV);
264 id.extract(0, sizeof(buf)-1, buf, sizeof(buf), "");
H A Dnfrule.cpp745 us.extract(0, len, buf);
/external/llvm/autoconf/m4/
H A Dltdl.m4284 [Define if libtool can extract symbol lists from object files.])
/external/llvm/projects/sample/autoconf/m4/
H A Dltdl.m4284 [Define if libtool can extract symbol lists from object files.])
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dltdl.m4626 [Define if libtool can extract symbol lists from object files.])
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
H A Dopenid.php161 * Helper function used to scan for <meta>/<link> tags and extract information
/external/icu4c/common/
H A Duprops.cpp600 return kc2.extract(dest, destCapacity, *pErrorCode);
H A Duset.cpp288 return s->extract(str, strCapacity, *ec);
H A Duniset.cpp105 str.extract(0, 39, buf, "");
113 str.extract(0, 39, buf, "");
/external/icu4c/test/cintltst/
H A Dutransts.c128 callbacks->extract = Xextract;
/external/icu4c/tools/toolutil/
H A Dxmlparser.cpp249 length=attValue.extract(0, 0x7fffffff, charsetBuffer, (int32_t)sizeof(charsetBuffer));
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb88 # 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.

Completed in 563 milliseconds

12345678