/libcore/luni/src/main/java/org/apache/xml/serializer/ |
ToXMLSAXHandler.java | 460 public void characters(String chars) throws SAXException 462 final int length = chars.length(); 467 chars.getChars(0, length, m_charsBuff, 0);
|
/libcore/luni/src/main/native/ |
NativeCollation.cpp | 95 const UChar* chars = source.unicodeString().getBuffer(); local 97 size_t byteArraySize = ucol_getSortKey(collator, chars, charCount, usedByteArray, sizeof(byteArray) - 1); 102 byteArraySize = ucol_getSortKey(collator, chars, charCount, usedByteArray, byteArraySize);
|
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlSerializer.java | 559 char[] chars = data.toCharArray(); local 561 for (char ch : chars) { 570 writer.write(chars, 0, chars.length);
|
/external/chromium/third_party/icu/public/i18n/unicode/ |
colldata.h | 192 * @param chars - the address of the array of code points 198 void add(const UChar *chars, int32_t count, UErrorCode &status);
|
/external/icu4c/i18n/unicode/ |
colldata.h | 202 * @param chars - the address of the array of code points 208 void add(const UChar *chars, int32_t count, UErrorCode &status);
|
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
fonts.conf | 44 These are the default Unicode chars that are expected to be blank 45 in fonts. All other blank chars are assumed to be broken and
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
fonts.conf | 44 These are the default Unicode chars that are expected to be blank 45 in fonts. All other blank chars are assumed to be broken and
|
/frameworks/base/core/java/android/content/res/ |
XmlBlock.java | 160 char[] chars = null; local 164 chars = new char[txt.length()]; 165 txt.getChars(0, txt.length(), chars, 0); 167 return chars;
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnJAJP.java | 715 sendKeyChar(ev.chars[0]); 770 commitText(new String(ev.chars)); 773 processSoftKeyboardCodeWithoutConversion(ev.chars); 775 processSoftKeyboardCode(ev.chars); [all...] |
/external/chromium/third_party/icu/source/test/letest/ |
letest.cpp | 153 LEUnicode chars[] = { local 160 glyphCount = engine->layoutChars(chars, -1, 6, 20, TRUE, 0.0, 0.0, status); 163 log_err("Calling layoutChars(chars, -1, 6, 20, TRUE, 0.0, 0.0, status) did not fail w/ LE_ILLEGAL_ARGUMENT_ERROR.\n"); 167 glyphCount = engine->layoutChars(chars, 8, -1, 20, TRUE, 0.0, 0.0, status); 170 log_err("Calling layoutChars(chars, 8, -1, 20, TRUE, 0.0, 0.0, status) did not fail w/ LE_ILLEGAL_ARGUMENT_ERROR.\n"); 174 glyphCount = engine->layoutChars(chars, 8, 6, -1, TRUE, 0.0, 0.0, status); 177 log_err("Calling layoutChars((chars, 8, 6, -1, TRUE, 0.0, 0.0, status) did not fail w/ LE_ILLEGAL_ARGUMENT_ERROR.\n"); 181 glyphCount = engine->layoutChars(chars, 8, 6, 10, TRUE, 0.0, 0.0, status); 184 log_err("Calling layoutChars(chars, 8, 6, 10, TRUE, 0.0, 0.0, status) did not fail w/ LE_ILLEGAL_ARGUMENT_ERROR.\n"); 190 glyphCount = engine->layoutChars(chars, 8, 6, 20, TRUE, 0.0, 0.0, status) 248 LEUnicode chars[] = { local 758 LEUnicode chars[] = { local [all...] |
/external/icu4c/test/letest/ |
letest.cpp | 153 LEUnicode chars[] = { local 160 glyphCount = engine->layoutChars(chars, -1, 6, 20, TRUE, 0.0, 0.0, status); 163 log_err("Calling layoutChars(chars, -1, 6, 20, TRUE, 0.0, 0.0, status) did not fail w/ LE_ILLEGAL_ARGUMENT_ERROR.\n"); 167 glyphCount = engine->layoutChars(chars, 8, -1, 20, TRUE, 0.0, 0.0, status); 170 log_err("Calling layoutChars(chars, 8, -1, 20, TRUE, 0.0, 0.0, status) did not fail w/ LE_ILLEGAL_ARGUMENT_ERROR.\n"); 174 glyphCount = engine->layoutChars(chars, 8, 6, -1, TRUE, 0.0, 0.0, status); 177 log_err("Calling layoutChars((chars, 8, 6, -1, TRUE, 0.0, 0.0, status) did not fail w/ LE_ILLEGAL_ARGUMENT_ERROR.\n"); 181 glyphCount = engine->layoutChars(chars, 8, 6, 10, TRUE, 0.0, 0.0, status); 184 log_err("Calling layoutChars(chars, 8, 6, 10, TRUE, 0.0, 0.0, status) did not fail w/ LE_ILLEGAL_ARGUMENT_ERROR.\n"); 190 glyphCount = engine->layoutChars(chars, 8, 6, 20, TRUE, 0.0, 0.0, status) 248 LEUnicode chars[] = { local 758 LEUnicode chars[] = { local [all...] |
/external/chromium/net/base/ |
cookie_monster.cc | [all...] |
/external/chromium/third_party/icu/source/test/intltest/ |
intltest.h | 256 extern UnicodeString CharsToUnicodeString(const char* chars); 259 extern UnicodeString ctou(const char* chars);
|
/external/icu4c/samples/layout/ |
paragraph.cpp | 76 Paragraph::Paragraph(const LEUnicode chars[], int32_t charCount, const FontRuns *fontRuns, LEErrorCode &status) 98 LE_ARRAY_COPY(fChars, chars, charCount);
|
/external/icu4c/test/intltest/ |
intltest.h | 259 extern UnicodeString CharsToUnicodeString(const char* chars); 262 extern UnicodeString ctou(const char* chars);
|
/external/libxml2/ |
error.c | 25 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/skia/src/core/ |
SkMemory_stdlib.cpp | 106 size_t chars = size > 16 ? 16 : size; local 108 for (index = 0; index < chars; index++) {
|
/external/v8/src/ |
d8.cc | 528 char* chars = new char[size + 1]; local 529 chars[size] = '\0'; 531 int read = fread(&chars[i], 1, size - i, file); 536 return chars; 564 char* chars = ReadChars(name, &size); local 565 if (chars == NULL) return Handle<String>(); 566 Handle<String> result = String::New(chars); 567 delete[] chars;
|
utils.cc | 165 char* chars = ReadCharsFromFile(filename, size, 0, verbose); local 166 return reinterpret_cast<byte*>(chars);
|
unicode.cc | 106 uchar chars[kW]; member in struct:unibrow::MultiCharacterSpecialCase 166 result[i] = mapping.chars[i]; 297 unsigned chars = 0; local 298 c = Utf8::ValueOf(data + offset, str.length() - offset, &chars); 304 offset += chars; [all...] |
/external/v8/samples/ |
process.cc | 557 char* chars = new char[size + 1]; local 558 chars[size] = '\0'; 560 int read = fread(&chars[i], 1, size - i, file); 564 Handle<String> result = String::New(chars, size); 565 delete[] chars;
|
/external/webkit/WebCore/rendering/ |
SVGInlineTextBox.cpp | 351 void SVGInlineTextBox::paintCharacters(RenderObject::PaintInfo& paintInfo, int tx, int ty, const SVGChar& svgChar, const UChar* chars, int length, SVGTextPaintInfo& textPaintInfo) 398 int boxStartOffset = chars - text->characters() - start(); 399 paintSelection(boxStartOffset, svgChar, chars, length, paintInfo.context, styleToUse, font); 419 TextRun run = svgTextRunForInlineTextBox(chars, length, styleToUse, this, svgChar.x); 430 bool haveSelectedRange = haveSelection && chunkSelectionStartEnd(chars, length, selectionStart, selectionEnd);
|
/frameworks/base/core/java/com/android/internal/widget/ |
PointerLocationView.java | 493 final char[] chars = mChars; 496 chars[index++] = '0'; 502 chars[index++] = '-'; 511 chars[index++] = '0'; 519 chars[index++] = (char) (digit + '0');
|
/external/bison/src/ |
scan-gram.l | 403 val->chars = last_string; 579 val->chars = last_string; 624 val->chars = last_string; 661 val->chars = last_string; 680 val->chars = last_string; [all...] |
/system/core/libcutils/ |
tztime.c | 151 char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt), member in struct:state 468 sp->charcnt + /* chars */ 498 sp->chars[i] = *p++; 499 sp->chars[i] = '\0'; /* ensure '\0' at end */ 591 sp->chars[sp->charcnt++] = 592 ts.chars[i]; 949 if (stdlen >= sizeof sp->chars) 950 stdlen = (sizeof sp->chars) - 1; 1149 if ((size_t) sp->charcnt > sizeof sp->chars) 1151 cp = sp->chars; [all...] |