Searched refs:beginOffset (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DChineseDateFormat.java98 // protected String subFormat(char ch, int count, int beginOffset,
112 // return super.subFormat(ch, count, beginOffset, pos, formatData, cal);
123 char ch, int count, int beginOffset,
131 super.subFormat(buf, ch, count, beginOffset, fieldNum, capitalizationContext, pos, cal);
122 subFormat(StringBuffer buf, char ch, int count, int beginOffset, int fieldNum, DisplayContext capitalizationContext, FieldPosition pos, Calendar cal) argument
H A DSimpleDateFormat.java1469 * @param beginOffset the offset of the output string at the start of
1475 protected String subFormat(char ch, int count, int beginOffset, argument
1481 return subFormat(ch, count, beginOffset, 0, DisplayContext.CAPITALIZATION_NONE, pos, cal);
1492 protected String subFormat(char ch, int count, int beginOffset, argument
1498 subFormat(buf, ch, count, beginOffset, fieldNum, capitalizationContext, pos, cal);
1507 * NOTE We don't really need the beginOffset parameter, EXCEPT for
1517 char ch, int count, int beginOffset,
1890 String firstField = buf.substring(bufstart); // bufstart or beginOffset, should be the same
1900 pos.setBeginIndex(beginOffset);
1901 pos.setEndIndex(beginOffset
1516 subFormat(StringBuffer buf, char ch, int count, int beginOffset, int fieldNum, DisplayContext capitalizationContext, FieldPosition pos, Calendar cal) argument
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp156 uint64_t beginOffset() const { return BeginOffset; } function in class:__anon11082::Slice
174 if (beginOffset() < RHS.beginOffset())
176 if (beginOffset() > RHS.beginOffset())
188 return LHS.beginOffset() < RHSOffset;
192 return LHSOffset < RHS.beginOffset();
197 beginOffset() == RHS.beginOffset() && endOffset() == RHS.endOffset();
290 uint64_t beginOffset() cons function in class:__anon11083::AllocaSlices::Partition
[all...]
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp1386 int32_t beginOffset = appendTo.length(); local
1795 if (fieldNum == 0 && u_islower(appendTo.char32At(beginOffset)) && fCapitalizationBrkIter != NULL) {
1812 UnicodeString firstField(appendTo, beginOffset);
1814 appendTo.replaceBetween(beginOffset, appendTo.length(), firstField);
1819 handler.addAttribute(fgPatternIndexToDateFormatField[patternCharIndex], beginOffset, appendTo.length());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 658 milliseconds