Searched refs:chars (Results 226 - 250 of 442) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/samples/date/
H A Ddate.c226 static int32_t charsToUCharsDefault(UChar *uchars, int32_t ucharsSize, const char*chars, int32_t charsSize, UErrorCode *status) {
233 len = ucnv_toUChars(cnv, uchars, ucharsSize, chars,charsSize, status);
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dparagraph.cpp76 Paragraph::Paragraph(const LEUnicode chars[], int32_t charCount, const FontRuns *fontRuns, LEErrorCode &status) argument
98 LE_ARRAY_COPY(fChars, chars, charCount);
/external/chromium_org/third_party/libxml/src/
H A Derror.c25 int chars; \
36 chars = vsnprintf(str, size, msg, ap); \
38 if ((chars > -1) && (chars < size)) { \
39 if (prev_size == chars) { \
42 prev_size = chars; \
45 if (chars > -1) \
46 size += chars + 1; \
177 xmlChar content[81]; /* space for 80 chars + line terminator */
/external/icu/icu4c/source/i18n/unicode/
H A Duspoof.h208 * single script (plus chars from the common and inherited scripts.)
564 * @param chars A Unicode Set containing the list of
573 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status);
611 * @param chars A Unicode Set containing the list of
620 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const icu::UnicodeSet *chars, UErrorCode *status);
/external/icu/icu4c/source/samples/date/
H A Ddate.c226 static int32_t charsToUCharsDefault(UChar *uchars, int32_t ucharsSize, const char*chars, int32_t charsSize, UErrorCode *status) {
233 len = ucnv_toUChars(cnv, uchars, ucharsSize, chars,charsSize, status);
/external/icu/icu4c/source/samples/layout/
H A Dparagraph.cpp76 Paragraph::Paragraph(const LEUnicode chars[], int32_t charCount, const FontRuns *fontRuns, LEErrorCode &status) argument
98 LE_ARRAY_COPY(fChars, chars, charCount);
/external/libxml2/
H A Derror.c25 int chars; \
36 chars = vsnprintf(str, size, msg, ap); \
38 if ((chars > -1) && (chars < size)) { \
39 if (prev_size == chars) { \
42 prev_size = chars; \
45 if (chars > -1) \
46 size += chars + 1; \
177 xmlChar content[81]; /* space for 80 chars + line terminator */
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof.cpp241 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) { argument
242 const UnicodeSet *set = UnicodeSet::fromUSet(chars);
248 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) { argument
253 if (chars->isBogus()) {
257 UnicodeSet *clonedSet = static_cast<UnicodeSet *>(chars->clone());
H A Dregeximp.h398 CaseFoldingUCharIterator(const UChar *chars, int64_t start, int64_t limit);
/external/chromium_org/v8/samples/
H A Dprocess.cc604 char* chars = new char[size + 1]; local
605 chars[size] = '\0';
607 int read = static_cast<int>(fread(&chars[i], 1, size - i, file));
612 String::NewFromUtf8(isolate, chars, String::kNormalString, size);
613 delete[] chars;
/external/icu/icu4c/source/i18n/
H A Duspoof.cpp274 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) { argument
275 const UnicodeSet *set = UnicodeSet::fromUSet(chars);
281 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) { argument
286 if (chars->isBogus()) {
290 UnicodeSet *clonedSet = static_cast<UnicodeSet *>(chars->clone());
H A Dregeximp.h385 CaseFoldingUCharIterator(const UChar *chars, int64_t start, int64_t limit);
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Ddisplay-profiler-output434 def lpad(str,chars)
435 if str.length>chars
438 "%#{chars}s"%(str)
442 def rpad(str, chars)
443 while str.length < chars
449 def center(str, chars)
450 while str.length < chars
452 if str.length < chars
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DViewportControl.js523 var chars = 0;
526 chars += node.textContent.length;
527 return chars + offset;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duniset.h1495 void applyPattern(RuleCharacterIterator& chars,
1542 static UBool resemblesPropertyPattern(RuleCharacterIterator& chars,
1588 void applyPropertyPattern(RuleCharacterIterator& chars,
/external/chromium_org/v8/src/
H A Dconversions.cc418 static const char chars[] = "0123456789abcdefghijklmnopqrstuvwxyz"; local
420 // Buffer for the integer part of the result. 1024 chars is enough
427 // to kBufferSize - 1 chars for the decimal part.
444 integer_buffer[integer_pos--] = chars[static_cast<int>(remainder)];
455 // chars.
458 // chars because hitting zero will often not happen. The right
466 chars[static_cast<int>(std::floor(decimal_part))];
/external/icu/icu4c/source/common/unicode/
H A Duniset.h1495 void applyPattern(RuleCharacterIterator& chars,
1542 static UBool resemblesPropertyPattern(RuleCharacterIterator& chars,
1588 void applyPropertyPattern(RuleCharacterIterator& chars,
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java283 private char[] chars; field in class:ArrayAccessReplaceTest.Simple
306 return chars[pos];
350 chars[pos] = value;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
H A DJDWPUnitDebuggeeProcessWrapper.java175 // skip all chars until terminating quote or end of line
203 char chars[] = new char[len];
215 // copy all chars until terminating quote or end of line
225 chars[i++] = cmd.charAt(p);
231 String val = new String(chars, 0, i);
244 chars[i++] = cmd.charAt(p);
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.h135 void characters(const xmlChar* chars, int length);
/external/chromium_org/third_party/icu/source/test/letest/
H A DFontObject.h193 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A DFontObject.h193 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstringutil.h73 void strrmm(string* s, const string& chars);
/external/chromium_org/third_party/skia/src/ports/
H A DSkTypeface_win_dw.h110 virtual int onCharsToGlyphs(const void* chars, Encoding encoding,
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.h42 void GetClusterAt(size_t pos, Range* chars, Range* glyphs) const;

Completed in 614 milliseconds

1234567891011>>