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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLParserIdioms.cpp99 const UChar firstCharacter = string[0]; local
100 if (firstCharacter != '-' && firstCharacter != '.' && !isASCIIDigit(firstCharacter))
128 UChar firstCharacter = string[0]; local
129 if (firstCharacter != '-' && firstCharacter != '.' && !isASCIIDigit(firstCharacter))
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTextEditorModel.js539 var firstCharacter = line.charAt(0); variable
542 if (firstCharacter === " ")
544 else if (firstCharacter === "\t")
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextIterator.cpp2104 UChar32 firstCharacter; local
2105 U16_GET(m_buffer.data(), 0, offset, size, firstCharacter);
2111 if (isSeparator(firstCharacter)) {
2115 } else if (isASCIIUpper(firstCharacter)) {
2128 } else if (isASCIIDigit(firstCharacter)) {
2141 if (Font::isCJKIdeographOrSymbol(firstCharacter))
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 118 milliseconds