/external/v8/tools/ |
D | logreader.js | 103 var firstChar = frame.charAt(0); 104 if (firstChar == '+' || firstChar == '-') { 109 } else if (firstChar != 'o') {
|
/external/webkit/Source/WebCore/svg/ |
D | SVGLength.cpp | 95 const UChar firstChar = *ptr; in stringToLengthType() local 98 return firstChar == '%' ? LengthTypePercentage : LengthTypeUnknown; in stringToLengthType() 105 if (firstChar == 'e' && secondChar == 'm') in stringToLengthType() 107 if (firstChar == 'e' && secondChar == 'x') in stringToLengthType() 109 if (firstChar == 'p' && secondChar == 'x') in stringToLengthType() 111 if (firstChar == 'c' && secondChar == 'm') in stringToLengthType() 113 if (firstChar == 'm' && secondChar == 'm') in stringToLengthType() 115 if (firstChar == 'i' && secondChar == 'n') in stringToLengthType() 117 if (firstChar == 'p' && secondChar == 't') in stringToLengthType() 119 if (firstChar == 'p' && secondChar == 'c') in stringToLengthType()
|
D | SVGAngle.cpp | 79 const UChar firstChar = *ptr; in stringToAngleType() local 94 if (firstChar == 'd' && secondChar == 'e' && thirdChar == 'g') in stringToAngleType() 96 if (firstChar == 'r' && secondChar == 'a' && thirdChar == 'd') in stringToAngleType() 106 if (firstChar == 'g' && secondChar == 'r' && thirdChar == 'a' && fourthChar == 'd') in stringToAngleType()
|
D | SVGFontElement.cpp | 110 UChar firstChar = unicodeString[0]; in stringMatchesUnicodeRange() local 113 if (firstChar >= it->first && firstChar <= it->second) in stringMatchesUnicodeRange()
|
/external/webkit/Source/WebCore/rendering/mathml/ |
D | RenderMathMLOperator.cpp | 135 UChar firstChar = m_operator; in updateFromElement() local 147 if (!stretchDisabled && !firstChar) { in updateFromElement() 149 for (unsigned int i = 0; !firstChar && i < opText.length(); i++) { in updateFromElement() 151 firstChar = opText[i]; in updateFromElement() 164 if (!stretchDisabled && firstChar) { in updateFromElement() 167 if (stretchyCharacters[index].character == firstChar) { in updateFromElement()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | StringMsgParser.java | 185 char firstChar = currentLine.charAt(0); in parseSIPMessage() local 186 if (firstChar == '\t' || firstChar == ' ') { in parseSIPMessage() 296 char firstChar = currentLine.charAt(0); in parseSIPMessage() local 297 if (firstChar == '\t' || firstChar == ' ') { in parseSIPMessage()
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_Configuration.java | 224 boolean firstChar = true; in load() 274 if (firstChar) { in load() 291 firstChar = true; in load() 327 firstChar = false; in load()
|
/external/webkit/Source/WebCore/platform/android/ |
D | PopupMenuAndroid.cpp | 116 uint16_t* firstChar = &(itemName[1]); in stringConverter() local 117 memcpy((void*)firstChar, text.characters(), sizeof(UChar)*length); in stringConverter()
|
/external/doclava/src/com/google/doclava/ |
D | KeywordEntry.java | 34 public char firstChar() { in firstChar() method in KeywordEntry
|
/external/webkit/Tools/Scripts/ |
D | VCSUtils.pm | 1427 my $firstChar = substr($line, 0, 1); 1430 } elsif ($firstChar eq " " or $firstChar eq "+") { 1456 my $firstChar = substr($lines[$i], 0, 1); 1457 if ($firstChar eq " ") { 1459 } elsif ($firstChar eq "@") {
|
/external/icu4c/layout/ |
D | KhmerReordering.h | 105 LEUnicode firstChar; // for Khmer this will become x1780 member
|
D | TibetanReordering.h | 124 LEUnicode firstChar; // for Tibetan this will become xOF00 member
|
D | KhmerReordering.cpp | 113 if (ch < firstChar || ch > lastChar) { in getCharClass() 117 return classTable[ch - firstChar]; in getCharClass()
|
D | TibetanReordering.cpp | 115 if (ch < firstChar || ch > lastChar) { in getCharClass() 119 return classTable[ch - firstChar]; in getCharClass()
|
D | IndicReordering.h | 93 LEUnicode firstChar; member
|
D | IndicClassTables.cpp | 428 if (ch < firstChar || ch > lastChar) { in getCharClass() 432 return classTable[ch - firstChar]; in getCharClass()
|
D | IndicReordering.cpp | 1212 …for ( currentChar = classTable->firstChar ; currentChar <= classTable->lastChar ; currentChar++ ) { in getDynamicProperties() 1219 …for ( currentChar = classTable->firstChar ; currentChar <= classTable->lastChar ; currentChar++ ) { in getDynamicProperties()
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | HTMLScanner.java | 326 int firstChar = r.read(); // Remove any leading BOM in scan() local 327 if (firstChar != '\uFEFF') unread(r, firstChar); in scan()
|
/external/skia/src/pdf/ |
D | SkPDFFont.cpp | 918 int firstChar = 0; in addWidthInfoFromRange() local 930 firstChar = startIndex + widthRangeEntry->fStartId; in addWidthInfoFromRange() 937 insert("FirstChar", new SkPDFInt(firstChar))->unref(); in addWidthInfoFromRange() 939 new SkPDFInt(firstChar + widthArray->size() - 1))->unref(); in addWidthInfoFromRange()
|
/external/icu4c/layoutex/ |
D | ParagraphLayout.cpp | 1037 le_int32 firstChar = (run == firstRun)? runStart : fStyleRunInfo[run].runBase; in computeVisualRuns() local 1040 appendRun(line, run, firstChar, lastChar); in computeVisualRuns() 1047 void ParagraphLayout::appendRun(ParagraphLayout::Line *line, le_int32 run, le_int32 firstChar, le_i… in appendRun() argument 1059 for (ch = firstChar; ch <= lastChar; ch += 1) { in appendRun()
|
/external/icu4c/layoutex/layout/ |
D | ParagraphLayout.h | 576 void appendRun(Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | UniscribeHelper.cpp | 412 int firstChar = m_runs[i].iCharPos; in firstGlyphForCharacter() local 414 int localOffset = charOffset - firstChar; in firstGlyphForCharacter()
|
/external/icu4c/common/ |
D | uniset.cpp | 653 UChar firstChar = text.charAt(offset); in matches() local 671 if (forward && c > firstChar) break; in matches() 672 if (c != firstChar) continue; in matches()
|
/external/webkit/Source/WebKit/android/nav/ |
D | CacheBuilder.cpp | 2424 UChar firstChar = *chars; in FindPartialEMail() local 2425 … if (firstChar == '.' || firstChar == '@') // mailbox can't start with period or be empty in FindPartialEMail()
|
/external/libxml2/ |
D | xmlschemastypes.c | 1192 const xmlChar *cur = *str, *firstChar; in _xmlSchemaParseGYear() local 1204 firstChar = cur; in _xmlSchemaParseGYear() 1214 if ((digcnt < 4) || ((digcnt > 4) && (*firstChar == '0'))) in _xmlSchemaParseGYear()
|