Searched refs:chars (Results 126 - 150 of 442) sorted by relevance

1234567891011>>

/external/aac/libSYS/src/
H A DgenericStds.cpp160 INT chars = 0; local
163 chars += vfprintf((FILE*)stream, format, ap);
165 return chars;
170 INT chars = 0; local
173 chars += vsprintf(str, format, ap);
175 return chars;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-hangul.cc225 hb_codepoint_t chars[2]; local
227 chars[0] = u;
228 chars[1] = 0x25CCu;
230 chars[0] = 0x25CCu;
231 chars[1] = u;
233 buffer->replace_glyphs (1, 2, chars);
/external/chromium_org/content/browser/
H A Dbrowser_shutdown_profile_dumper.cc122 void BrowserShutdownProfileDumper::WriteChars(const char* chars, size_t size) { argument
126 size_t written = fwrite(chars, 1, size, dump_file_);
/external/chromium_org/net/cookies/
H A Dparsed_cookie.cc66 // Returns true if |c| occurs in |chars|
68 inline bool CharIsA(const char c, const char* chars) { argument
69 return strchr(chars, c) != NULL;
71 // Seek the iterator to the first occurrence of a character in |chars|.
75 const char* chars) {
76 for (; *it != end && !CharIsA(**it, chars); ++(*it)) {}
79 // Seek the iterator to the first occurrence of a character not in |chars|.
83 const char* chars) {
84 for (; *it != end && CharIsA(**it, chars); ++(*it)) {}
89 const char* chars) {
73 SeekTo(std::string::const_iterator* it, const std::string::const_iterator& end, const char* chars) argument
81 SeekPast(std::string::const_iterator* it, const std::string::const_iterator& end, const char* chars) argument
87 SeekBackPast(std::string::const_iterator* it, const std::string::const_iterator& end, const char* chars) argument
[all...]
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dipc_fuzzer_mut.py31 def random_id(size=16, chars=string.ascii_lowercase):
32 return ''.join(random.choice(chars) for x in range(size))
/external/chromium_org/v8/src/
H A Dutils.cc223 char* chars = ReadCharsFromFile(filename, size, 0, verbose); local
224 return reinterpret_cast<byte*>(chars);
228 static Vector<const char> SetVectorContents(char* chars, argument
231 if (!chars) {
235 chars[size] = '\0';
237 return Vector<const char>(chars, size);
358 size_t chars) {
359 uint16_t* limit = dest + chars;
357 MemCopyUint16Uint8Wrapper(uint16_t* dest, const uint8_t* src, size_t chars) argument
/external/icu/icu4c/source/layout/
H A DLEFontInstance.h126 * @param chars - the array of Unicode characters.
144 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
232 * @param chars - the character array
244 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const;
H A Dloengine.cpp40 const LEUnicode chars[],
56 return le->layoutChars(chars, offset, count, max, rightToLeft, x, y, *success);
39 le_layoutChars(le_engine *engine, const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, float x, float y, LEErrorCode *success) argument
H A DOpenTypeLayoutEngine.cpp282 le_int32 OpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument
312 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, outChars, glyphStorage);
331 le_int32 OpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument
338 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
343 mapCharsToGlyphs(chars, offset, count, rightToLeft, rightToLeft, glyphStorage, success);
403 le_int32 OpenTypeLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
413 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
418 outCharCount = characterProcessing(chars, offset, count, max, rightToLeft, outChars, fakeGlyphStorage, success);
431 glyphProcessing(chars, offset, count, max, rightToLeft, fakeGlyphStorage, success);
432 //adjustGlyphs(chars, offse
445 adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
[all...]
H A DArabicShaping.cpp28 shaping array holds types for Arabic chars between 0610 and 0700
125 void ArabicShaping::shape(const LEUnicode *chars, le_int32 offset, le_int32 charCount, le_int32 charMax, argument
148 rightType = getShapeType(chars[i]);
156 leftType = getShapeType(chars[i]);
176 LEUnicode c = chars[in];
H A DKhmerReordering.h126 static le_int32 findSyllable(const KhmerClassTable *classTable, const LEUnicode *chars, le_int32 prev, le_int32 charCount);
H A DTibetanReordering.h145 static le_int32 findSyllable(const TibetanClassTable *classTable, const LEUnicode *chars, le_int32 prev, le_int32 charCount);
H A Dloengine.h74 * @param chars - the input character context
96 const LEUnicode chars[],
/external/icu/icu4c/source/layoutex/layout/
H A Dplayout.h63 * @param chars is an array of the characters in the paragraph
97 pl_create(const LEUnicode chars[],
123 * @param chars is an array of the characters in the paragraph
133 pl_isComplex(const LEUnicode chars[],
/external/zlib/src/test/
H A Dminigzip.c87 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
95 if (chars != 0) {
97 if (chars >= 2
98 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
99 chars -= 2;
100 msgbuf[chars] = 0;
103 if (chars > sizeof (buf) - 1) {
104 chars = sizeof (buf) - 1;
105 msgbuf[chars]
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToStream.java73 * single chars or surrogate pairs of high/low chars form
1047 * @param chars non-null reference to character array.
1048 * @param len length of chars.
1061 char[] chars,
1386 * @param chars The characters from the XML document.
1396 public void characters(final char chars[], final int start, final int length) argument
1423 cdata(chars, start, length);
1433 charactersRaw(chars, start, length);
1437 super.fireCharEvent(chars, star
1057 accumDefaultEntity( java.io.Writer writer, char ch, int i, char[] chars, int len, boolean fromTextNode, boolean escLF) argument
1640 processLineFeed(final char[] chars, int i, int lastProcessed, final Writer writer) argument
1655 writeOutCleanChars(final char[] chars, int i, int lastProcessed) argument
1706 processDirty( char[] chars, int end, int i, char ch, int lastDirty, boolean fromTextNode) argument
1783 accumDefaultEscape( Writer writer, char ch, int i, char[] chars, int len, boolean fromTextNode, boolean escLF) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dexpanding_textfield.h56 void SetDefaultWidthInCharacters(int chars);
/external/chromium_org/third_party/icu/source/io/
H A Dufile.h79 u_file_write_flush( const UChar *chars,
/external/chromium_org/third_party/icu/source/samples/layout/
H A DScriptCompositeFontInstance.h59 * @param chars - the array of Unicode characters.
75 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
H A Dparagraph.h36 Paragraph(const LEUnicode chars[], le_int32 charCount, const FontRuns *fontRuns, LEErrorCode &status);
/external/chromium_org/third_party/skia/src/fonts/
H A DSkGScalerContext.h32 virtual int onCharsToGlyphs(const void* chars, Encoding encoding,
/external/chromium_org/third_party/speex/include/speex/
H A Dspeex_bits.h50 char *chars; /**< "raw" data */ member in struct:SpeexBits
54 int owner; /**< Does the struct "own" the "raw" buffer (member "chars") */
/external/icu/icu4c/source/io/
H A Dufile.h79 u_file_write_flush( const UChar *chars,
/external/icu/icu4c/source/layoutex/
H A Dplayout.cpp26 pl_create(const LEUnicode chars[], argument
36 ParagraphLayout *pl = new ParagraphLayout(chars, count, (const FontRuns *) fontRuns,
52 pl_isComplex(const LEUnicode chars[], argument
55 return ParagraphLayout::isComplex(chars, count);
/external/icu/icu4c/source/samples/layout/
H A DScriptCompositeFontInstance.h59 * @param chars - the array of Unicode characters.
75 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;

Completed in 6366 milliseconds

1234567891011>>