HomeSort by relevance Sort by last modified time
    Searched defs:secondPart (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/unicode/
dtitvfmt.h 547 UnicodeString secondPart;
    [all...]
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_textsplittextone.java 71 Node secondPart;
78 secondPart = textNode.getNextSibling();
79 value = secondPart.getNodeValue();
textsplittextone.java 72 Node secondPart;
79 secondPart = textNode.getNextSibling();
80 value = secondPart.getNodeValue();
  /external/icu4c/i18n/
dtitvfmt.cpp 221 ( fIntervalPatterns[i].secondPart ==
222 fmt->fIntervalPatterns[i].secondPart ) &&
334 intervalPattern.secondPart.isEmpty() ) {
351 fDateFormat->applyPattern(intervalPattern.secondPart);
371 if ( !intervalPattern.secondPart.isEmpty() ) {
372 fDateFormat->applyPattern(intervalPattern.secondPart);
    [all...]

Completed in 81 milliseconds