HomeSort by relevance Sort by last modified time
    Searched refs:firstChar (Results 26 - 46 of 46) sorted by null

12

  /external/icu4c/layout/
TibetanReordering.cpp 115 if (ch < firstChar || ch > lastChar) {
119 return classTable[ch - firstChar];
IndicReordering.h 93 LEUnicode firstChar;
IndicClassTables.cpp 428 if (ch < firstChar || ch > lastChar) {
432 return classTable[ch - firstChar];
IndicReordering.cpp     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 285 final int firstChar = mLabel.charAt(0);
286 mCode = getRtlParenthesisCode(firstChar, params.mIsRtlKeyboard);
  /external/icu4c/layoutex/
ParagraphLayout.cpp 1037 le_int32 firstChar = (run == firstRun)? runStart : fStyleRunInfo[run].runBase;
1040 appendRun(line, run, firstChar, lastChar);
1047 void ParagraphLayout::appendRun(ParagraphLayout::Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar)
1052 // Get the glyph indices for all the characters between firstChar and lastChar,
1059 for (ch = firstChar; ch <= lastChar; ch += 1) {
    [all...]
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 576 void appendRun(Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar);
  /external/skia/src/pdf/
SkPDFFont.cpp 805 insert("FirstChar", new SkPDFInt(fFirstGlyphID))->unref();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 412 int firstChar = m_runs[i].iCharPos;
414 int localOffset = charOffset - firstChar;
    [all...]
  /libcore/luni/src/main/java/java/util/
Formatter.java     [all...]
  /dalvik/vm/reflect/
Annotation.cpp 592 char firstChar = methodReturn->descriptor[1];
593 if (firstChar == 'L' || firstChar == '[') {
597 dstElemClass = dvmFindPrimitiveClass(firstChar);
    [all...]
  /external/icu4c/common/
uniset.cpp 650 // firstChar is the leftmost char to match in the
653 UChar firstChar = text.charAt(offset);
671 if (forward && c > firstChar) break;
672 if (c != firstChar) continue;
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 273 span.span.firstChar = span.span.lastChar = outString->size();
325 if (span.span.lastChar >= span.span.firstChar) {
    [all...]
  /frameworks/base/include/utils/
ResourceTypes.h 428 uint32_t firstChar, lastChar;
    [all...]
  /external/libxml2/
xmlschemastypes.c     [all...]
  /external/webkit/Source/WebKit/android/nav/
CacheBuilder.cpp     [all...]
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js     [all...]
  /external/jdiff/
xerces.jar 

Completed in 941 milliseconds

12