HomeSort by relevance Sort by last modified time
    Searched defs:nChars (Results 1 - 20 of 20) sorted by null

  /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/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);
  /libcore/ojluni/src/main/java/java/io/
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)
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...]
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/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/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/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/pdfium/core/fpdftext/
cpdf_textpage.cpp     [all...]
  /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/third_party/lcms/src/
cmstypes.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 671 CARD8 nChars;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 490 milliseconds