Searched refs:chars (Results 176 - 200 of 442) sorted by relevance

1234567891011>>

/external/skia/tests/
H A DPathUtilsTest.cpp17 static void fill_random_bits(int chars, char* bits){ argument
20 for (int i = 0; i < chars; ++i){
/external/apache-xml/src/main/java/org/apache/xml/serializer/
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/icu/source/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/chromium_org/third_party/skia/src/core/
H A DSkTypeface.cpp57 virtual int onCharsToGlyphs(const void* chars, Encoding encoding,
221 int SkTypeface::charsToGlyphs(const void* chars, Encoding encoding, argument
226 if (NULL == chars || (unsigned)encoding > kUTF32_Encoding) {
232 return this->onCharsToGlyphs(chars, encoding, glyphs, glyphCount);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.h69 virtual int onCharsToGlyphs(const void* chars, Encoding, uint16_t glyphs[],
/external/chromium_org/third_party/webrtc/tools/frame_analyzer/
H A Dvideo_quality_analysis.cc75 int chars = 0; local
83 line[chars] = buf;
84 ++chars;
86 line[chars-1] = '\0'; // Strip the trailing \n and put end of string.
/external/icu/icu4c/source/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/chromium_org/third_party/icu/source/common/
H A Ddictbe.cpp324 int32_t chars = 0; local
330 chars += 1;
341 utext_setNativeIndex(text, current + wordLength + chars);
355 wordLength += chars;
552 int32_t chars = 0; local
558 chars += 1;
565 utext_setNativeIndex(text, current + wordLength + chars);
579 wordLength += chars;
754 int32_t chars = 0; local
760 chars
[all...]
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/icu/icu4c/source/common/
H A Ddictbe.cpp327 int32_t chars = 0; local
333 chars += 1;
344 utext_setNativeIndex(text, current + wordLength + chars);
358 wordLength += chars;
555 int32_t chars = 0; local
561 chars += 1;
568 utext_setNativeIndex(text, current + wordLength + chars);
582 wordLength += chars;
757 int32_t chars = 0; local
763 chars
[all...]
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/icu/icu4c/source/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/libvterm/src/
H A Dencoding.c176 const uint32_t chars[128]; member in struct:StaticTableEncoding
192 if(table->chars[c])
193 cp[(*cpi)++] = table->chars[c];
/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/icu/icu4c/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/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc439 Range* chars,
442 chars->set_end(element == elements_end ? range.end() : *element);
447 chars->set_start(*element);
453 DCHECK(!chars->is_reversed());
454 DCHECK(!chars->is_empty());
479 Range* chars,
482 DCHECK(chars);
486 *chars = range;
493 true, chars, glyphs);
498 false, chars, glyph
434 GetClusterAtImpl(size_t pos, Range range, Iterator elements_begin, Iterator elements_end, bool reversed, Range* chars, Range* glyphs) argument
478 GetClusterAt(size_t pos, Range* chars, Range* glyphs) const argument
[all...]
/external/chromium_org/v8/samples/
H A Dshell.cc247 char* chars = new char[size + 1]; local
248 chars[size] = '\0';
250 int read = static_cast<int>(fread(&chars[i], 1, size - i, file));
255 v8::String::NewFromUtf8(isolate, chars, v8::String::kNormalString, size);
256 delete[] chars;
/external/chromium_org/third_party/icu/source/test/letest/
H A Dcletest.c48 LEUnicode chars[] = { local
131 glyphCount = le_layoutChars(engine, chars, -1, 6, 20, TRUE, 0.0, 0.0, &status);
134 log_err("Calling layoutChars(chars, -1, 6, 20, TRUE, 0.0, 0.0, status) did not fail w/ LE_ILLEGAL_ARGUMENT_ERROR.\n");
138 glyphCount = le_layoutChars(engine, chars, 8, -1, 20, TRUE, 0.0, 0.0, &status);
141 log_err("Calling layoutChars(chars, 8, -1, 20, TRUE, 0.0, 0.0, status) did not fail w/ LE_ILLEGAL_ARGUMENT_ERROR.\n");
145 glyphCount = le_layoutChars(engine, chars, 8, 6, -1, TRUE, 0.0, 0.0, &status);
148 log_err("Calling layoutChars((chars, 8, 6, -1, TRUE, 0.0, 0.0, status) did not fail w/ LE_ILLEGAL_ARGUMENT_ERROR.\n");
152 glyphCount = le_layoutChars(engine, chars, 8, 6, 10, TRUE, 0.0, 0.0, &status);
155 log_err("Calling layoutChars(chars, 8, 6, 10, TRUE, 0.0, 0.0, status) did not fail w/ LE_ILLEGAL_ARGUMENT_ERROR.\n");
159 glyphCount = le_layoutChars(engine, chars,
218 LEUnicode chars[] = { local
522 LEUnicode chars[] = { local
[all...]
/external/icu/icu4c/source/test/letest/
H A Dcletest.c48 LEUnicode chars[] = { local
131 glyphCount = le_layoutChars(engine, chars, -1, 6, 20, TRUE, 0.0, 0.0, &status);
134 log_err("Calling layoutChars(chars, -1, 6, 20, TRUE, 0.0, 0.0, status) did not fail w/ LE_ILLEGAL_ARGUMENT_ERROR.\n");
138 glyphCount = le_layoutChars(engine, chars, 8, -1, 20, TRUE, 0.0, 0.0, &status);
141 log_err("Calling layoutChars(chars, 8, -1, 20, TRUE, 0.0, 0.0, status) did not fail w/ LE_ILLEGAL_ARGUMENT_ERROR.\n");
145 glyphCount = le_layoutChars(engine, chars, 8, 6, -1, TRUE, 0.0, 0.0, &status);
148 log_err("Calling layoutChars((chars, 8, 6, -1, TRUE, 0.0, 0.0, status) did not fail w/ LE_ILLEGAL_ARGUMENT_ERROR.\n");
152 glyphCount = le_layoutChars(engine, chars, 8, 6, 10, TRUE, 0.0, 0.0, &status);
155 log_err("Calling layoutChars(chars, 8, 6, 10, TRUE, 0.0, 0.0, status) did not fail w/ LE_ILLEGAL_ARGUMENT_ERROR.\n");
159 glyphCount = le_layoutChars(engine, chars,
218 LEUnicode chars[] = { local
523 LEUnicode chars[] = { local
[all...]
/external/chromium_org/sync/internal_api/public/base/
H A Dunique_position.cc510 // A series of four identical chars at the beginning of a block indicates
512 static bool IsRepeatedCharPrefix(const std::string& chars, size_t start_index) { argument
513 return chars[start_index] == chars[start_index+1]
514 && chars[start_index] == chars[start_index+2]
515 && chars[start_index] == chars[start_index+3];
/external/guava/guava-tests/test/com/google/common/collect/
H A DBstRangeOpsTest.java89 String chars = "abcdefg";
90 for (int i = 0; i < chars.length(); i++) {
92 for (int j = i; j < chars.length(); j++) {
98 Ordering.natural(), chars.charAt(i), lb, chars.charAt(j), ub), ROOT);
99 char lo = chars.charAt(i);
103 char hi = chars.charAt(j);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DParcelTest.java390 final char[] chars = {'a', 'b', 'c'};
391 parcel.writeCharArray(chars);
393 final char[] chars2 = new char[chars.length];
395 assertTrue(Arrays.equals(chars, chars2));
418 final char[] chars = {'a', 'b', 'c'};
419 parcel.writeCharArray(chars);
422 assertTrue(Arrays.equals(chars, chars2));
/external/srec/srec/crec/
H A Dsrec_context.c344 Interface->chars = (char*) CALLOC_CLR(Interface->max_chars, sizeof(char), "srec.graph.wordmap.chars");
345 Interface->next_chars = Interface->chars;
431 if (((*wmap)->chars)) FREE((*wmap)->chars);
556 wmap->max_chars = (wmap->next_chars - wmap->chars);
624 char* old_wmap_chars = wmap->chars;
625 int offset = wmap->next_base_chars - wmap->chars;
626 char* tmp_chars = NEW_ARRAY(char, offset, L("srec.g2g.graph.wordmap.chars"));
628 passert ( 0 && L("failed to reset the memory for wordmap.chars ") );
[all...]
/external/bison/src/
H A Dscan-gram.l452 val->chars = last_string;
460 val->chars = last_string;
681 val->chars = last_string;
690 val->chars = last_string;
707 val->chars = last_string;

Completed in 483 milliseconds

1234567891011>>