Searched refs:chars (Results 301 - 325 of 442) sorted by relevance

<<1112131415161718

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A Dutilities.js119 * @param {string} chars
122 String.prototype.escapeCharacters = function(chars)
125 for (var i = 0; i < chars.length; ++i) {
126 if (this.indexOf(chars.charAt(i)) !== -1) {
137 if (chars.indexOf(this.charAt(i)) !== -1)
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DSimpleFontDataCoreText.cpp38 void CGFontGetGlyphsForUnichars(CGFontRef, const UniChar chars[], CGGlyph glyphs[], size_t length);
/external/chromium_org/third_party/icu/source/io/unicode/
H A Dustdio.h715 * @param chars A pointer to receive the Unicode data.
722 u_file_read(UChar *chars,
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h127 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/icu4c/source/io/unicode/
H A Dustdio.h713 * @param chars A pointer to receive the Unicode data.
720 u_file_read(UChar *chars,
/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp311 ParagraphLayout::ParagraphLayout(const LEUnicode chars[], le_int32 count, argument
318 : fChars(chars), fCharCount(count),
615 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count) argument
619 UScriptRun *sr = uscript_openRun(chars, count, &scriptStatus);
/external/lldb/test/pexpect-2.4/examples/
H A Dcgishell.cgi497 function type_key (chars)
502 ch = chars.substr(1,1);
506 ch = chars.substr(2,1);
510 ch = chars.substr(0,1);
/external/pdfium/core/src/fxge/apple/
H A Dapple_int.h58 FX_INT32 chars,
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dgenlingware.pl33 9. id names of kb (strings of max 15 chars plus closing space)
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dbencher1244 def lpad(str,chars)
1245 if str.length>chars
1248 "%#{chars}s"%(str)
1252 def rpad(str,chars)
1253 while str.length<chars
1259 def center(str,chars)
1260 while str.length<chars
1262 if str.length<chars
/external/chromium_org/v8/test/cctest/
H A Dtest-strings.cc546 static void TraverseFirst(Handle<String> s1, Handle<String> s2, int chars) { argument
550 while (character_stream_1.HasMore() && i < chars) {
641 "chars", data.stats_.chars_,
1322 int chars; local
1323 chars = Op::Convert(c, 0, result, NULL);
1324 if (chars == 0) return 0;
1325 CHECK_LE(chars, static_cast<int>(sizeof(result)));
1326 if (!return_first && chars > 1) {
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp275 virtual int onCharsToGlyphs(const void* chars, Encoding encoding,
396 SkAutoTArray<WCHAR> chars(count + 1);
397 chars[count] = 0; // termintate string
400 chars[j] = glyphSet->ranges[i].wcLow + j;
402 GetGlyphIndicesW(fontHdc, chars.get(), count, glyph.get(),
414 (*glyphToUnicode)[glyph[j]] = chars[j];
2148 int LogFontTypeface::onCharsToGlyphs(const void* chars, Encoding encoding,
2176 const char* currentUtf8 = reinterpret_cast<const char*>(chars);
2211 const WCHAR* currentUtf16 = reinterpret_cast<const WCHAR*>(chars);
2238 const uint32_t* utf32 = reinterpret_cast<const uint32_t*>(chars);
[all...]
/external/skia/src/ports/
H A DSkFontHost_win.cpp275 virtual int onCharsToGlyphs(const void* chars, Encoding encoding,
395 SkAutoTArray<WCHAR> chars(count + 1);
396 chars[count] = 0; // termintate string
399 chars[j] = glyphSet->ranges[i].wcLow + j;
401 GetGlyphIndicesW(fontHdc, chars.get(), count, glyph.get(),
413 (*glyphToUnicode)[glyph[j]] = chars[j];
2176 int LogFontTypeface::onCharsToGlyphs(const void* chars, Encoding encoding,
2204 const char* currentUtf8 = reinterpret_cast<const char*>(chars);
2239 const WCHAR* currentUtf16 = reinterpret_cast<const WCHAR*>(chars);
2266 const uint32_t* utf32 = reinterpret_cast<const uint32_t*>(chars);
[all...]
/external/bison/src/
H A Dscan-gram.c2045 val->chars = last_string;
2056 val->chars = last_string;
2385 val->chars = last_string;
2396 val->chars = last_string;
2413 val->chars = last_string;
2621 /* First move last chars to start of buffer. */
2657 /* Include room in for 2 EOB chars. */
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Djquery.js1369 var chars = jQuery.browser.safari && parseInt(jQuery.browser.version) < 417 ?
1372 quickChild = new RegExp("^>\\s*(" + chars + "+)"),
1373 quickID = new RegExp("^(" + chars + "+)(#)(" + chars + "+)"),
1374 quickClass = new RegExp("^([#.]?)(" + chars + "*)");
1445 new RegExp("^([:.#]*)(" + chars + "+)")
/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp595 const UChar *chars = getArrayStart(); local
597 chars += start;
630 if(minLength > 0 && chars != srcChars) {
635 result = uprv_memcmp(chars, srcChars, minLength * sizeof(UChar));
642 result = ((int32_t)*(chars++) - (int32_t)*(srcChars++));
/external/icu/icu4c/source/common/
H A Dunistr.cpp595 const UChar *chars = getArrayStart(); local
597 chars += start;
630 if(minLength > 0 && chars != srcChars) {
635 result = uprv_memcmp(chars, srcChars, minLength * sizeof(UChar));
642 result = ((int32_t)*(chars++) - (int32_t)*(srcChars++));
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParsing.py804 chars = StringEncoding.StrLiteralBuilder(s.source_encoding)
810 chars = StringEncoding.UnicodeLiteralBuilder()
812 chars = StringEncoding.StrLiteralBuilder(s.source_encoding)
814 chars = StringEncoding.BytesLiteralBuilder(s.source_encoding)
822 chars.append(systr)
827 chars.append(systr)
834 chars.append_charval( int(systr[1:], 8) )
836 chars.append(c)
838 chars.append(
844 chars
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/chromium_org/v8/src/heap/
H A Dheap.cc3766 static inline void WriteOneByteData(Vector<const char> vector, uint8_t* chars, argument
3770 MemCopy(chars, vector.start(), len);
3773 static inline void WriteTwoByteData(Vector<const char> vector, uint16_t* chars, argument
3787 *chars++ = unibrow::Utf16::LeadSurrogate(c);
3788 *chars++ = unibrow::Utf16::TrailSurrogate(c);
3792 *chars++ = c;
3800 static inline void WriteOneByteData(String* s, uint8_t* chars, int len) { argument
3802 String::WriteToFlat(s, chars, 0, len);
3806 static inline void WriteTwoByteData(String* s, uint16_t* chars, int len) { argument
3808 String::WriteToFlat(s, chars,
3813 AllocateInternalizedStringImpl(T t, int chars, uint32_t hash_field) argument
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxsltutils.c475 int chars; \
487 chars = vsnprintf(str, size, msg, ap); \
489 if ((chars > -1) && (chars < size)) \
491 if (chars > -1) \
492 size += chars + 1; \
797 * work even if this is a set of UTF-8 encoded chars
866 * work even if this is a set of UTF-8 encoded chars
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DFastStringBuffer.java256 // counts, so actual memory allocation unit is doubled for UTF-16 chars.
639 * @param chars character array from which data is to be copied
640 * @param start offset in chars of first character to be copied,
644 public final void append(char[] chars, int start, int length) argument
664 System.arraycopy(chars, copyfrom, m_array[m_lastChunk], m_firstFree,
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c414 static char chars[TZ_MAX_CHARS]; variable
1769 thisabbr = &chars[abbrinds[i]];
2490 (void) strcpy(chars, &chars[abbrinds[type]]);
2492 charcnt = strlen(chars) + 1;
2554 strcmp(abbr, &chars[abbrinds[i]]) == 0 &&
2581 if (strcmp(&chars[j], abbr) == 0)
2942 (void) strcpy(&chars[charcnt], string);

Completed in 685 milliseconds

<<1112131415161718