Searched defs:trim (Results 1 - 25 of 68) sorted by relevance

123

/external/libvpx/libvpx/build/make/
H A Dads2gas_apple.pl42 # Perl trim function to remove whitespace from the start and end of the string
43 sub trim($) subroutine
132 $register_aliases{trim($1)} = trim($2);
148 $function = trim($1);
192 $trimmed = trim($_);
/external/nist-pkits/
H A Dextract-pkits-tests.pl47 sub trim($) { subroutine
200 if (trim($_) =~ /^[0-9]+$/) {
213 $pathEntry = trim($1);
216 $pathEntry = trim($1);
218 $pathEntry .= trim($_);
/external/icu/icu4c/source/common/
H A Dunistr_props.cpp27 UnicodeString::trim() function in class:UnicodeString
/external/v8/test/webkit/
H A Dstring-trim.js24 description("This test checks String.trim(), String.trimLeft() and String.trimRight() methods.");
26 //references to trim(), trimLeft() and trimRight() functions for testing Function's *.call() and *.apply() methods
27 var trim = String.prototype.trim; variable
63 shouldBe("whitespace["+i+"].s.trim()", "''");
73 shouldBe("wsString.trim()", "''");
77 shouldBe("trimString.trim()", "testString");
81 shouldBe("leftTrimString.trim()", "testString");
85 shouldBe("rightTrimString.trim()", "testString");
91 shouldBe("trim
[all...]
H A Ddfg-to-string-toString-becomes-bad-with-dictionary-string-prototype.js28 delete String.prototype.trim;
/external/icu/icu4c/source/test/intltest/
H A Dtextfile.cpp112 UBool trim) {
123 if (trim) line.remove(0, pos);
111 readLineSkippingComments(UnicodeString& line, UErrorCode& ec, UBool trim) argument
/external/skia/src/core/
H A DSkImageInfo.cpp85 bool SkReadPixelsRec::trim(int srcWidth, int srcHeight) { function in class:SkReadPixelsRec
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DStringExtensions.cs150 public static string trim( string str ) method in class:Antlr.Runtime.JavaExtensions.StringExtensions
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DStringExtensions.cs145 public static string trim( this string str ) method in class:Antlr.Runtime.JavaExtensions.StringExtensions
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cc93 char *trim; local
94 ExtractTokenUpToDelimiter(str, "\n", &trim);
103 if (IsAtosErrorMessage(trim)) {
104 Report("atos returned an error: %s\n", trim);
105 InternalFree(trim);
109 const char *rest = trim;
127 InternalFree(trim);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
H A DResourceReader.java161 * @param trim if true then trim leading Pattern_White_Space.
163 public String readLineSkippingComments(boolean trim) throws IOException { argument
176 if (trim) line = line.substring(pos);
184 * '#'. Do not trim leading Pattern_White_Space.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSetSpanner.java13 * A helper class used to count, replace, and trim CharSequences based on UnicodeSet matches.
327 * Options for the trim() method
363 * new UnicodeSet("[ab]").trim("abacatbab")}
368 * the sequence to trim
374 public CharSequence trim(CharSequence sequence) { method in class:UnicodeSetSpanner
375 return trim(sequence, TrimOption.BOTH, SpanCondition.SIMPLE);
385 * new UnicodeSet("[ab]").trim("abacatbab", TrimOption.LEADING)}
391 * the sequence to trim
399 public CharSequence trim(CharSequence sequence, TrimOption trimOption) { method in class:UnicodeSetSpanner
400 return trim(sequenc
426 public CharSequence trim(CharSequence sequence, TrimOption trimOption, SpanCondition spanCondition) { method in class:UnicodeSetSpanner
[all...]
/external/jpeg/
H A Dtransupp.h71 * The "trim" option causes untransformable partial iMCUs to be dropped;
75 * (For example, -rot 270 -trim trims only the bottom edge, but -rot 90 -trim
76 * followed by -rot 180 -trim trims both edges.)
89 boolean trim; /* if TRUE, trim partial MCUs as needed */ member in struct:__anon6529
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dtransupp.h71 * The "trim" option causes untransformable partial iMCUs to be dropped;
75 * (For example, -rot 270 -trim trims only the bottom edge, but -rot 90 -trim
76 * followed by -rot 180 -trim trims both edges.)
89 boolean trim; /* if TRUE, trim partial MCUs as needed */ member in struct:__anon13339
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DWNafUtil.java52 naf = trim(naf, length);
118 wnaf = trim(wnaf, length);
179 jsf = trim(jsf, j);
281 wnaf = trim(wnaf, length);
520 private static byte[] trim(byte[] a, int length) method in class:WNafUtil
527 private static int[] trim(int[] a, int length) method in class:WNafUtil
/external/doclava/src/com/google/doclava/
H A DSampleTagInfo.java85 boolean trim = "@sample".equals(name);
88 mIncluded = readFile(position, filename, id, trim, true, false, false);
90 mIncluded = loadInclude(position, filename, id, trim);
122 static String loadInclude(SourcePositionInfo pos, String filename, String id, boolean trim) { argument
154 boolean empty = "".equals(line.trim());
155 if (trim) {
211 static String readFile(SourcePositionInfo pos, String filename, String id, boolean trim, argument
231 if (trim) {
235 if (!"".equals(line.trim())) {
/external/icu/icu4c/source/i18n/
H A Ddigitlst.cpp183 // trim - remove trailing fraction zero digits.
185 DigitList::trim() { function in class:DigitList
916 trim(); // Remove trailing zeros.
926 trim();
/external/icu/icu4c/source/tools/genrb/
H A Dprscmnts.cpp69 trim(UChar *src, int32_t srcLen, UErrorCode *status){ function
78 srcLen = trim(source, srcLen, status);
140 return trim(*dest, destLen, status);
231 return trim(*dest, destLen, status);
241 return trim(*dest, destLen, status);
/external/skia/experimental/LightSymbolsUtil/lightsymbols/
H A Dlightsymbols.cc83 trimed = trim(szLine);
103 trimed = trim(szLine);
151 const char* LightSymbol::trim(char* sz) { function in class:LightSymbol
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DXMLString.java61 * Conditionally trim all leading and trailing whitespace in the specified String.
659 * This method may be used to trim
665 public abstract XMLString trim(); method in interface:XMLString
H A DXMLStringDefault.java73 * Conditionally trim all leading and trailing whitespace in the specified String.
90 return new XMLStringDefault(m_str.trim());
770 * This method may be used to trim
776 public XMLString trim() method in class:XMLStringDefault
778 return new XMLStringDefault(m_str.trim());
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXString.java119 * trim() methods by default also takes care of these white space characters
120 * So trim() method is used to remove leading and trailing white spaces.
122 XMLString s = trim();
994 public XMLString trim() method in class:XString
996 return new XString(str().trim());
1012 * Conditionally trim all leading and trailing whitespace in the specified String.
H A DXStringForFSB.java823 public XMLString trim() method in class:XStringForFSB
841 * Conditionally trim all leading and trailing whitespace in the specified String.
/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp340 ExplodedGraph::trim(ArrayRef<const NodeTy *> Sinks, function in class:ExplodedGraph
/external/eigen/bench/btl/generic_bench/
H A Dbtl.hh72 void trim( bool left = true, bool right = true ) function in class:BtlString

Completed in 3911 milliseconds

123