Searched refs:nChars (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp794 size_t nChars = 0; local
823 } else if (nChars == 1 && i + 1 == str.size()) {
828 nChars++;
835 if (nGlyphs != 1 && nChars > 1) {
846 if (nChars == 2 && isFlag(str.get(), str.size())) {

Completed in 1108 milliseconds