Searched defs:firstChar (Results 1 - 15 of 15) sorted by relevance

/external/doclava/src/com/google/doclava/
H A DKeywordEntry.java34 public char firstChar() { method in class:KeywordEntry
/external/webkit/Source/WebCore/svg/
H A DSVGAngle.cpp79 const UChar firstChar = *ptr; local
94 if (firstChar == 'd' && secondChar == 'e' && thirdChar == 'g')
96 if (firstChar == 'r' && secondChar == 'a' && thirdChar == 'd')
106 if (firstChar == 'g' && secondChar == 'r' && thirdChar == 'a' && fourthChar == 'd')
H A DSVGFontElement.cpp110 UChar firstChar = unicodeString[0]; local
113 if (firstChar >= it->first && firstChar <= it->second)
H A DSVGLength.cpp95 const UChar firstChar = *ptr; local
98 return firstChar == '%' ? LengthTypePercentage : LengthTypeUnknown;
105 if (firstChar == 'e' && secondChar == 'm')
107 if (firstChar == 'e' && secondChar == 'x')
109 if (firstChar == 'p' && secondChar == 'x')
111 if (firstChar == 'c' && secondChar == 'm')
113 if (firstChar == 'm' && secondChar == 'm')
115 if (firstChar == 'i' && secondChar == 'n')
117 if (firstChar == 'p' && secondChar == 't')
119 if (firstChar
[all...]
/external/icu4c/layout/
H A DKhmerReordering.h105 LEUnicode firstChar; // for Khmer this will become x1780 member in struct:KhmerClassTable
H A DTibetanReordering.h124 LEUnicode firstChar; // for Tibetan this will become xOF00 member in struct:TibetanClassTable
H A DIndicReordering.h93 LEUnicode firstChar; member in struct:IndicClassTable
/external/webkit/Source/WebCore/platform/android/
H A DPopupMenuAndroid.cpp116 uint16_t* firstChar = &(itemName[1]); local
117 memcpy((void*)firstChar, text.characters(), sizeof(UChar)*length);
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLOperator.cpp135 UChar firstChar = m_operator; local
147 if (!stretchDisabled && !firstChar) {
149 for (unsigned int i = 0; !firstChar && i < opText.length(); i++) {
151 firstChar = opText[i];
164 if (!stretchDisabled && firstChar) {
167 if (stretchyCharacters[index].character == firstChar) {
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DUniscribeHelper.cpp412 int firstChar = m_runs[i].iCharPos; local
414 int localOffset = charOffset - firstChar;
/external/icu4c/layoutex/
H A DParagraphLayout.cpp1037 le_int32 firstChar = (run == firstRun)? runStart : fStyleRunInfo[run].runBase; local
1040 appendRun(line, run, firstChar, lastChar);
1047 void ParagraphLayout::appendRun(ParagraphLayout::Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar) argument
1052 // Get the glyph indices for all the characters between firstChar and lastChar,
1059 for (ch = firstChar; ch <= lastChar; ch += 1) {
/external/skia/src/pdf/
H A DSkPDFFont.cpp918 int firstChar = 0; local
930 firstChar = startIndex + widthRangeEntry->fStartId;
937 insert("FirstChar", new SkPDFInt(firstChar))->unref();
939 new SkPDFInt(firstChar + widthArray->size() - 1))->unref();
/external/libxml2/
H A Dxmlschemastypes.c1192 const xmlChar *cur = *str, *firstChar; local
1204 firstChar = cur;
1214 if ((digcnt < 4) || ((digcnt > 4) && (*firstChar == '0')))
/external/webkit/Source/WebKit/android/nav/
H A DCacheBuilder.cpp2421 UChar firstChar = *chars; local
2422 if (firstChar == '.' || firstChar == '@') // mailbox can't start with period or be empty
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 226 milliseconds