HomeSort by relevance Sort by last modified time
    Searched refs:nChars (Results 1 - 25 of 36) sorted by null

1 2

  /libcore/ojluni/src/main/java/java/io/
BufferedReader.java 76 private int nChars, nextChar;
107 nextChar = nChars = 0;
166 nextChar = nChars = delta;
175 nChars = dst + n;
192 if (nextChar >= nChars) {
194 if (nextChar >= nChars)
214 if (nextChar >= nChars) {
225 if (nextChar >= nChars) return -1;
230 if (nextChar >= nChars)
232 if (nextChar >= nChars)
    [all...]
BufferedWriter.java 71 private int nChars, nextChar;
106 nChars = sz;
142 if (nextChar >= nChars)
183 if (len >= nChars) {
194 int d = min(nChars - nextChar, t - b);
198 if (nextChar >= nChars)
225 int d = min(nChars - nextChar, t - b);
229 if (nextChar >= nChars)
Console.java 408 private int nChars, nextChar;
413 nextChar = nChars = 0;
435 if (nextChar >= nChars) { //fill
441 nChars = n;
466 while (nextChar < nChars) {
485 if (nextChar == nChars && in.ready()) {
493 nChars = in.read(cb, 0, cb.length);
496 if (nextChar < nChars && cb[nextChar] == '\n') {
  /external/pdfium/core/fxge/apple/
fx_apple_platform.cpp 31 int nChars,
37 if (nChars == 0)
60 CFX_FixedBufGrow<uint16_t, 32> glyph_indices(nChars);
61 CFX_FixedBufGrow<CGPoint, 32> glyph_positions(nChars);
62 for (int i = 0; i < nChars; i++) {
81 nChars, argb, nullptr);
103 bool CFX_AggDeviceDriver::DrawDeviceText(int nChars,
118 for (int i = 0; i < nChars; i++) {
154 bool ret = CGDrawGlyphRun(ctx, nChars, pCharPos, pFont, pObject2Device,
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorCharacters.java 54 int nChars = m_accumulator.length();
56 if ((nChars > 0)
80 char[] chars = new char[nChars];
82 m_accumulator.getChars(0, nChars, chars, 0);
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java 126 int nChars = pat.length();
138 for (int i = 0; i < nChars; i++)
164 for (i++; (i < nChars) && ((c = pat.charAt(i)) != '\"'); i++);
166 if (c == '\"' && i < nChars)
198 for (i++; (i < nChars) && ((c = pat.charAt(i)) != '\''); i++);
200 if (c == '\'' && i < nChars)
365 posOfNSSep = mapNSTokens(pat, startSubstring, posOfNSSep, nChars);
369 addToTokenQueue(pat.substring(startSubstring, nChars));
  /external/pdfium/core/fxge/win32/
fx_win32_print.cpp 199 bool CGdiPrinterDriver::DrawDeviceText(int nChars,
209 if (nChars < 1 || !pFont || !pFont->IsEmbedded() || !pFont->IsTTFont())
291 std::vector<INT> spacing(nChars);
293 for (int i = 0; i < nChars; ++i) {
315 if (ExtTextOutW(m_hDC, 0, 0, ETO_GLYPH_INDEX, nullptr, wsText.c_str(), nChars,
316 nChars > 1 ? &spacing[1] : nullptr)) {
325 g_pdfium_typeface_accessible_func(&lf, wsText.c_str(), nChars);
327 nChars, nChars > 1 ? &spacing[1] : nullptr);
485 bool CPSPrinterDriver::DrawDeviceText(int nChars,
    [all...]
cfx_psrenderer.h 70 bool DrawText(int nChars,
win32_int.h 259 bool DrawDeviceText(int nChars,
318 bool DrawDeviceText(int nChars,
381 bool DrawDeviceText(int nChars,
cfx_psrenderer.cpp 641 bool CFX_PSRenderer::DrawText(int nChars,
670 for (int i = 0; i < nChars; i++) {
  /external/pdfium/core/fpdfapi/render/
cpdf_textrenderer.cpp 86 int nChars = pFont->CountChar(str.c_str(), str.GetLength());
87 if (nChars <= 0)
93 codes.resize(nChars);
94 positions.resize(nChars - 1);
96 for (int i = 0; i < nChars; i++) {
  /external/pdfium/core/fxge/
ifx_renderdevicedriver.cpp 64 bool IFX_RenderDeviceDriver::DrawDeviceText(int nChars,
ifx_renderdevicedriver.h 91 virtual bool DrawDeviceText(int nChars,
cfx_renderdevice.h 210 bool DrawNormalText(int nChars,
217 bool DrawTextPath(int nChars,
cfx_renderdevice.cpp 867 bool CFX_RenderDevice::DrawNormalText(int nChars,
878 m_pDeviceDriver->DrawDeviceText(nChars, pCharPos, pFont, pText2Device,
887 m_pDeviceDriver->DrawDeviceText(nChars, pCharPos, pFont, pText2Device,
906 return DrawTextPath(nChars, pCharPos, pFont, font_size, pText2Device,
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 152 int nChars = 0;
154 nChars += pFont->CountChar(pStrs[i].c_str(), pStrs[i].GetLength());
155 nChars += nsegs - 1;
156 m_CharCodes.resize(nChars);
157 m_CharPos.resize(nChars - 1);
  /external/mdnsresponder/mDNSWindows/ControlPanel/
ControlPanelExe.cpp 307 DWORD nChars;
310 nChars = GetModuleFileName( NULL, exePath, sizeof_array( exePath ) );
312 err = translate_errno( nChars > 0, (OSStatus) GetLastError(), kUnknownErr );
  /external/pdfium/core/fxge/agg/
fx_agg_driver.h 94 bool DrawDeviceText(int nChars,
  /external/icu/icu4c/source/test/letest/
FontObject.h 195 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 199 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
  /external/pdfium/core/fxge/skia/
fx_skia_device.h 132 bool DrawDeviceText(int nChars,
fx_skia_device.cpp 793 bool HasRSX(int nChars,
800 for (int index = 0; index < nChars; ++index) {
825 bool DrawText(int nChars,
836 bool hasRSX = HasRSX(nChars, pCharPos, &scaleX, &oneAtATime);
860 m_positions.setCount(nChars + count);
861 m_glyphs.setCount(nChars + count);
863 m_rsxform.setCount(nChars + count);
869 for (int index = 0; index < nChars; ++index) {
881 for (int index = 0; index < nChars; ++index)
885 for (int index = 0; index < nChars; ++index)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
snmp.h 187 SNMPAPI SNMP_FUNC_TYPE SnmpUtilOctetsNCmp(AsnOctetString *pOctets1,AsnOctetString *pOctets2,UINT nChars);
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 431 size_t nChars = 0;
460 } else if (nChars == 1 && i + 1 == str.size()) {
465 nChars++;
472 if (nGlyphs != 1 && nChars > 1) {
483 if (nChars == 2 && isFlag(str.get(), str.size())) {
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp     [all...]

Completed in 451 milliseconds

1 2