HomeSort by relevance Sort by last modified time
    Searched full:concatenate (Results 1 - 25 of 336) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/TableGen/
strconcat.td 6 // String values concatenate lexically, as in C.
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPObjectList.java 102 public void concatenate(SIPObjectList otherList) { method in class:SIPObjectList
103 super.concatenate(otherList);
111 public void concatenate(SIPObjectList otherList, boolean topFlag) { method in class:SIPObjectList
112 super.concatenate(otherList, topFlag);
SIPHeaderList.java 83 * Concatenate the list of stuff that we are keeping around and also the
94 * Concatenate the list of stuff that we are keeping around and also the
120 * Concatenate two compatible lists. This appends or prepends the new list
126 * flag which indicates which end to concatenate
131 public void concatenate(SIPHeaderList<HDR> other, boolean topFlag) method in class:SIPHeaderList
  /external/webkit/Source/WebCore/svg/
SVGTransformList.cpp 43 if (!concatenate(matrix))
52 bool SVGTransformList::concatenate(AffineTransform& result) const function in class:WebCore::SVGTransformList
SVGTransformList.h 39 bool concatenate(AffineTransform& result) const;
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObjectList.java 93 /** concatenate the two Lists
96 public void concatenate(NetObjectList net_obj_list) { method in class:NetObjectList
97 super.concatenate(net_obj_list);
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeAllocator.h 67 concatenate(pClient);
84 /// concatenate - conncet two factories
85 void concatenate(NodeFactory& pClient) { function in class:mcld::NodeFactory
  /frameworks/base/cmds/interrupter/
interrupter.h 17 #define CONCATENATE(arg1, arg2) CONCATENATE1(arg1, arg2)
66 CONCATENATE(CALL_FUNCTION_, N)(sym, ret, __VA_ARGS__) \
  /dalvik/vm/mterp/
config-portable 35 # concatenate all C implementations
  /external/srec/srec/Semproc/include/
SR_ExpressionEvaluator.h 57 * Built-in function to concatenate strings.
60 * @param operands array of strings holding operands to concatenate
  /external/chromium/base/
format_macros.h 40 // GCC will concatenate wide and narrow strings correctly, so nothing needs to
  /external/hyphenation/
README.compound 51 pattern sets, concatenate it manually and set the requested HYPHENMIN values.
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
VariableTranslator.java 65 return concatenate(components);
145 * Concatenate a list of JavaExpressions into a single string.
149 private JavaExpression concatenate(List<JavaExpression> expressions) { method in class:VariableTranslator
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
CarrierText.java 118 carrierText = concatenate(plmn, spn);
173 return concatenate(simMessage, emergencyCallMessage);
215 private static CharSequence concatenate(CharSequence plmn, CharSequence spn) { method in class:CarrierText
  /external/nist-sip/java/gov/nist/core/
GenericObjectList.java 220 * Concatenate two compatible header lists, adding the argument to the tail
226 protected void concatenate(GenericObjectList objList) { method in class:GenericObjectList
227 concatenate(objList, false); method
231 * Concatenate two compatible header lists, adding the argument either to
239 protected void concatenate(GenericObjectList objList, boolean topFlag) { method in class:GenericObjectList
  /bionic/libc/string/
strncat.c 37 * Concatenate src on the end of dst. At most strlen(dst)+n+1 bytes
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
DbQueryUtils.java 58 // Nothing to concatenate.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pragma.h 104 #define C_LEX_STRING_NO_JOIN 2 /* Do not concatenate strings
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pragma.h 104 #define C_LEX_STRING_NO_JOIN 2 /* Do not concatenate strings
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pragma.h 104 #define C_LEX_STRING_NO_JOIN 2 /* Do not concatenate strings
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pragma.h 104 #define C_LEX_STRING_NO_JOIN 2 /* Do not concatenate strings
  /external/bison/src/
uniqstr.h 32 /* Return a uniqstr built by vsprintf. In order to simply concatenate
65 /* Concatenate at most 20 strings and return a uniqstr. The goal of
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DelphiTarget.java 105 // Concatenate string literals because Delphi doesn't support literals over 255 characters,
  /external/openssh/
sftp-client.h 129 /* Concatenate paths, taking care of slashes. Caller must free result. */
  /external/regex-re2/re2/
set.cc 47 // Concatenate with match index and push on vector.

Completed in 2073 milliseconds

1 2 3 4 5 6 7 8 91011>>