Home
last modified time | relevance | path

Searched defs:firstChar (Results 1 – 14 of 14) sorted by relevance

/external/icu4c/layout/
DKhmerReordering.h105 LEUnicode firstChar; // for Khmer this will become x1780 member
DTibetanReordering.h124 LEUnicode firstChar; // for Tibetan this will become xOF00 member
DIndicReordering.h82 LEUnicode firstChar; member
/external/icu4c/layoutex/
DParagraphLayout.cpp892 le_int32 firstChar = (run == firstRun)? runStart : fStyleRunInfo[run].runBase; in computeVisualRuns() local
902 void ParagraphLayout::appendRun(ParagraphLayout::Line *line, le_int32 run, le_int32 firstChar, le_i… in appendRun()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DHTMLScanner.java326 int firstChar = r.read(); // Remove any leading BOM in scan() local
/external/webkit/WebCore/platform/graphics/chromium/
DUniscribeHelper.cpp438 int firstChar = m_runs[i].iCharPos; in firstGlyphForCharacter() local
/external/webkit/JavaScriptCore/pcre/
Dpcre_exec.cpp1875 UChar firstChar = firstByte; in tryFirstByteOptimization() local
/external/webkit/WebCore/rendering/
DSVGRootInlineBox.cpp831 SVGChar& firstChar = *(chunk.start); in applyTextLengthCorrectionToTextChunk() local
/external/icu4c/common/
Duniset.cpp601 UChar firstChar = text.charAt(offset); in matches() local
/external/webkit/WebKit/android/nav/
DCacheBuilder.cpp2206 UChar firstChar = *chars; in FindPartialEMail() local
/external/libxml2/
Dxmlschemastypes.c1192 const xmlChar *cur = *str, *firstChar; in _xmlSchemaParseGYear() local
/external/webkit/WebKit/android/jni/
DWebViewCore.cpp1706 uint16_t* firstChar = &(itemName[1]); in stringConverter() local
/external/webkit/SunSpider/tests/
Dv8-earley-boyer.js2268 function readIdOrNumber(firstChar) { argument
/external/webkit/V8Binding/v8/benchmarks/
Dearley-boyer.js2274 function readIdOrNumber(firstChar) { argument