Searched refs:chars (Results 151 - 175 of 443) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/
H A Djson-stringifier.h64 INLINE(void Append_(const Char* chars));
74 INLINE(void AppendAscii(const char* chars)) { argument
76 Append_<true>(reinterpret_cast<const uint8_t*>(chars));
78 Append_<false>(reinterpret_cast<const uint8_t*>(chars));
350 void BasicJsonStringifier::Append_(const Char* chars) { argument
351 for ( ; *chars != '\0'; chars++) Append_<is_ascii, Char>(*chars);
521 char chars[kBufferSize]; local
522 Vector<char> buffer(chars, kBufferSiz
535 char chars[kBufferSize]; local
749 const uint8_t* chars = reinterpret_cast<const uint8_t*>( local
[all...]
H A Dmksnapshot.cc324 char* chars = new char[size + 1]; local
325 chars[size] = '\0';
327 int read = static_cast<int>(fread(&chars[i], 1, size - i, file));
335 Local<String> source = String::NewFromUtf8(isolate, chars);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToHTMLStream.java1173 final char[] chars = m_attrBuff;
1182 ch = chars[i];
1188 writer.write(chars, cleanStart, cleanLength);
1246 ch = chars[++i];
1321 writer.write(chars, cleanStart, cleanLength);
1343 writer.write(chars, cleanStart, cleanLength);
1362 // otherwise write out the clean chars at the end of the
1367 writer.write(chars, cleanStart, cleanLength);
1396 final char[] chars = m_attrBuff;
1406 ch = chars[
1529 characters(char chars[], int start, int length) argument
[all...]
H A DExtendedContentHandler.java86 * @param chars the character data
89 public void characters(String chars) throws SAXException; argument
H A DEncodings.java164 char[] chars = new char[mx];
173 chars[i] = ch;
180 upper = String.valueOf(chars);
/external/chromium_org/third_party/skia/src/views/
H A DSkEvent.cpp68 char chars[sizeof(size_t) + 1]; local
69 size_t len = makeCharArray(chars, (size_t) fType);
70 str->set(chars, len);
87 char chars[sizeof(size_t) + 1]; local
88 size_t len = makeCharArray(chars, (size_t) fType);
89 return len == typeLen && strncmp(chars, type, typeLen) == 0;
/external/skia/src/views/
H A DSkEvent.cpp68 char chars[sizeof(size_t) + 1]; local
69 size_t len = makeCharArray(chars, (size_t) fType);
70 str->set(chars, len);
87 char chars[sizeof(size_t) + 1]; local
88 size_t len = makeCharArray(chars, (size_t) fType);
89 return len == typeLen && strncmp(chars, type, typeLen) == 0;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DOutputStreamWriterTest.java112 char[] chars = source.toCharArray();
143 writer.write(chars, -1, 1);
149 writer.write(chars, 0, -1);
155 writer.write(chars, 1, chars.length);
160 writer.write(chars, 1, 2);
163 writer.write(chars, 0, chars.length);
670 assertTrue("Incorrect chars returned", new String(buf, 0, buf.length)
694 assertTrue("Incorrect chars returne
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemExtensionDecl.java225 char[] chars = tl.getChars();
226 scriptSrc = new String(chars);
309 char[] chars = tl.getChars();
311 scriptSrc = new String(chars);
/external/chromium/net/spdy/
H A Dspdy_frame_builder.cc73 char* chars = reinterpret_cast<char*>(*iter); local
74 result->assign(chars, len);
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_commands_overlay.css74 .contains-chars {
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Duspoof.h194 * single script (plus chars from the common and inherited scripts.)
442 * @param chars A Unicode Set containing the list of
451 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status);
489 * @param chars A Unicode Set containing the list of
498 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status);
/external/chromium_org/third_party/icu/source/io/
H A Dustdio.c305 u_file_write_flush(const UChar *chars, argument
313 const UChar *mySource = chars;
322 count = u_strlen(chars);
329 mySource = u_file_translit(f, chars, &count, flushTranslit);
385 /* return # of chars written */
390 u_file_write( const UChar *chars, argument
394 return u_file_write_flush(chars,count,f,FALSE,FALSE);
691 u_file_read( UChar *chars, argument
715 memcpy(chars + read, str->fPos, dataSize * sizeof(UChar));
/external/chromium_org/third_party/skia/include/core/
H A DSkTypeface.h162 * @param chars pointer to the array of character codes
167 * @param glyphCount number of code points in 'chars' to process. If glyphs
171 * from the beginning of chars. This value is valid, even if the
174 int charsToGlyphs(const void* chars, Encoding encoding, uint16_t glyphs[],
322 virtual int onCharsToGlyphs(const void* chars, Encoding, uint16_t glyphs[],
/external/icu4c/common/
H A Ddictbe.cpp319 int32_t chars = 0; local
325 chars += 1;
336 utext_setNativeIndex(text, current + wordLength + chars);
350 wordLength += chars;
552 int32_t chars = 0; local
558 chars += 1;
565 utext_setNativeIndex(text, current+wordLength+chars);
579 wordLength += chars;
H A Duniset_closure.cpp129 RuleCharacterIterator chars(pattern, symbols, pos);
130 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet::closeOver, status);
132 if (chars.inVariable()) {
133 // syntaxError(chars, "Extra chars in variable value");
/external/icu4c/io/
H A Dustdio.c305 u_file_write_flush(const UChar *chars, argument
313 const UChar *mySource = chars;
322 count = u_strlen(chars);
329 mySource = u_file_translit(f, chars, &count, flushTranslit);
385 /* return # of chars written */
390 u_file_write( const UChar *chars, argument
394 return u_file_write_flush(chars,count,f,FALSE,FALSE);
691 u_file_read( UChar *chars, argument
715 memcpy(chars + read, str->fPos, dataSize * sizeof(UChar));
/external/skia/include/core/
H A DSkTypeface.h162 * @param chars pointer to the array of character codes
167 * @param glyphCount number of code points in 'chars' to process. If glyphs
171 * from the beginning of chars. This value is valid, even if the
174 int charsToGlyphs(const void* chars, Encoding encoding, uint16_t glyphs[],
322 virtual int onCharsToGlyphs(const void* chars, Encoding, uint16_t glyphs[],
/external/skia/tests/
H A DPathUtilsTest.cpp18 static void fill_random_bits(int chars, char* bits){ argument
21 for (int i = 0; i < chars; ++i){
/external/icu4c/test/intltest/
H A Dcolldata.h155 * @param chars - the address of the array of code points
159 void add(const UChar *chars, int32_t count, UErrorCode &status);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DSystemTest.java155 char[] chars = new char[128];
158 chars[i] = (char) (i + 128);
161 byte[] byteResult = new String(chars).getBytes();
/external/icu4c/layoutex/layout/
H A DParagraphLayout.h358 * @param chars is an array of the characters in the paragraph
389 ParagraphLayout(const LEUnicode chars[], le_int32 count,
414 * @param chars is an array of the characters in the paragraph
424 static le_bool isComplex(const LEUnicode chars[], le_int32 count, const FontRuns *fontRuns);
430 * @param chars is an array of the characters in the paragraph
438 static le_bool isComplex(const LEUnicode chars[], le_int32 count);
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c118 char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt), member in struct:state
281 &sp->chars[ttisp->tt_abbrind];
302 &sp->chars[ttisp->tt_abbrind];
309 if (strchr(TZ_ABBR_CHAR_SET, sp->chars[i]) == NULL)
310 sp->chars[i] = TZ_ABBR_ERR_CHAR;
316 register char * cp = &sp->chars[ttisp->tt_abbrind];
414 sp->charcnt + /* chars */
444 sp->chars[i] = *p++;
445 sp->chars[i] = '\0'; /* ensure '\0' at end */
537 sp->chars[s
[all...]
/external/icu4c/tools/tzcode/
H A Dlocaltime.c118 char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt), member in struct:state
281 &sp->chars[ttisp->tt_abbrind];
302 &sp->chars[ttisp->tt_abbrind];
309 if (strchr(TZ_ABBR_CHAR_SET, sp->chars[i]) == NULL)
310 sp->chars[i] = TZ_ABBR_ERR_CHAR;
316 register char * cp = &sp->chars[ttisp->tt_abbrind];
414 sp->charcnt + /* chars */
444 sp->chars[i] = *p++;
445 sp->chars[i] = '\0'; /* ensure '\0' at end */
537 sp->chars[s
[all...]
/external/chromium_org/v8/samples/
H A Dlineprocessor.cc351 char* chars = new char[size + 1]; local
352 chars[size] = '\0';
354 int read = static_cast<int>(fread(&chars[i], 1, size - i, file));
359 v8::String::NewFromUtf8(isolate, chars, v8::String::kNormalString, size);
360 delete[] chars;

Completed in 981 milliseconds

1234567891011>>