HomeSort by relevance Sort by last modified time
    Searched refs:atPosition (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
EmailInputType.cpp 59 size_t atPosition = address.find('@');
60 if (atPosition == kNotFound)
65 int32_t domainNameLength = uidna_IDNToASCII(address.charactersWithNullTermination().data() + atPosition + 1, address.length() - atPosition - 1, domainNameBuffer, WTF_ARRAY_LENGTH(domainNameBuffer), idnaConversionOption, 0, &error);
70 builder.append(address, 0, atPosition + 1);
80 size_t atPosition = address.find('@');
81 if (atPosition == kNotFound)
84 if (address.find("xn--", atPosition + 1) == kNotFound)
91 String unicodeHost = blink::Platform::current()->convertIDNToUnicode(address.substring(atPosition + 1), languages);
93 builder.append(address, 0, atPosition + 1)
    [all...]
  /external/icu4c/layout/
LEInsertionList.h 31 * @param atPosition the position of the insertion
40 virtual le_bool applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]) = 0;
LEGlyphStorage.cpp 615 le_bool LEGlyphStorage::applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[])
626 if (position >= atPosition && position <= fSrcIndex) {
634 while (src > atPosition) {
639 fAuxData[dest--] = fAuxData[atPosition];
643 while (fSrcIndex > atPosition) {
653 fCharIndices[fDestIndex] = fCharIndices[atPosition];
LEGlyphStorage.h 99 * @param atPosition the position of the insertion
110 virtual le_bool applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributesBuilder.cpp 117 unsigned atPosition = m_textPositions.size();
127 TextPosition& position = m_textPositions[atPosition];
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 81 milliseconds