Home
last modified time | relevance | path

Searched defs:resend (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DSimpleDateFormatICU.java118 int resend = residx + (end - index); in formatToCharacterIterator() local
DDecimalFormatICU.java121 int resend = residx + (end - index); in formatToCharacterIterator() local
/external/jetty/src/java/org/eclipse/jetty/client/
DHttpDestination.java516 public void resend(HttpExchange ex) throws IOException in resend() method in HttpDestination