Searched refs:chars (Results 376 - 400 of 442) sorted by relevance

<<1112131415161718

/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c973 char chars[]="abc"; /* needs default codepage */ local
1009 if(strncmp(chars, charOut, 3) != 0){
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3lexer.c445 ANTLR3_FPRINTF(stderr, "%s(", ftext->chars);
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar ... java.lang.String) String entryName StringBuffer buffer char[] chars int i int max char currentChar private org.eclipse ...
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c942 mDNSu32 divisor = 1, chars = 2; // Shortest possible RFC1034 name suffix is 2 characters ("-2") local
943 if (RichText) chars = 4; // Shortest possible RichText suffix is 4 characters (" (2)")
948 while (divisor < 0xFFFFFFFFUL/10 && val >= divisor * 10) { divisor *= 10; chars++; }
950 name->c[0] = (mDNSu8) TruncateUTF8ToLength(name->c+1, name->c[0], MAX_DOMAIN_LABEL - chars);
3059 // and (j-i) is the number of continuation-chars we found
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/chromium_org/v8/src/
H A Druntime.cc6456 unibrow::uchar chars[Converter::kMaxWidth];
6463 int char_length = mapping->get(current, next, chars);
6471 DCHECK(static_cast<uc32>(chars[0]) != current);
6472 result->Set(i, chars[0]);
6490 next_length = mapping->get(next, 0, chars);
6501 int char_length = mapping->get(current, 0, chars);
6516 result->Set(i, chars[j]);
6862 static int CopyCachedOneByteCharsToArray(Heap* heap, const uint8_t* chars,
6870 Object* value = one_byte_cache->get(chars[i]);
6903 // Try using cached chars wher
[all...]
H A Dobjects.cc8564 inline void VisitOneByteString(const uint8_t* chars, int length) { argument
8566 buffer8_ = chars;
8570 inline void VisitTwoByteString(const uint16_t* chars, int length) { argument
8572 buffer16_ = chars;
8687 // We know the strings are both non-empty. Compare the first chars
8731 // We know the strings are both non-empty. Compare the first chars
8945 uint32_t StringHasher::ComputeUtf8Hash(Vector<const char> chars, argument
8948 int vector_length = chars.length();
8952 static_cast<uint8_t>(chars.start()[0]) <=
8955 return HashSequentialString(chars
14602 uint16_t chars[2] = {c1, c2}; local
[all...]
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp451 wchar_t chars[6];
454 static_assert(u.chars[2] == L's', "");
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc870 const unsigned char chars[] = { 0xe5, 0xa4, 0xa7 }; local
879 non_one_byte[3 * i] = chars[0];
880 non_one_byte[3 * i + 1] = chars[1];
881 non_one_byte[3 * i + 2] = chars[2];
/external/llvm/lib/Support/
H A Dregcomp.c398 /* Other chars are simply themselves when escaped with a backslash.
791 /* xxx what about signed chars here... */
823 u = cp->chars;
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParseTreeTransforms.py442 chars = []
449 chars.append(stype(pos, value=cval, constant_result=cval))
450 return chars
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c493 /* chars[] -- the string to convert ('\0' terminated) */
508 U_CAPI decNumber * U_EXPORT2 uprv_decNumberFromString(decNumber *dn, const char chars[], argument
518 const char *cfirst=chars; /* -> first character of decimal part */
534 for (c=chars;; c++) { /* -> input character */
544 if (c==chars) { /* first in string... */
3352 /* returns a constant string describing the class (max 13+1 chars) */
/external/chromium_org/third_party/icu/source/tools/pkgdata/
H A Dpkgdata.cpp1887 fprintf(stderr, "%s:%d - line too long (over %d chars)\n", l->str, (int)ln, (int)lineMax);
/external/icu/icu4c/source/i18n/
H A DdecNumber.c495 /* chars[] -- the string to convert ('\0' terminated) */
510 U_CAPI decNumber * U_EXPORT2 uprv_decNumberFromString(decNumber *dn, const char chars[], argument
520 const char *cfirst=chars; /* -> first character of decimal part */
536 for (c=chars;; c++) { /* -> input character */
546 if (c==chars) { /* first in string... */
3354 /* returns a constant string describing the class (max 13+1 chars) */
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp1977 fprintf(stderr, "%s:%d - line too long (over %d chars)\n", l->str, (int)ln, (int)lineMax);

Completed in 1183 milliseconds

<<1112131415161718