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

  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
AsYouTypeFormatter.java 42 private String currentOutput = "";
257 currentOutput = "";
289 currentOutput = inputDigitWithOptionToRememberPosition(nextChar, false);
290 return currentOutput;
300 currentOutput = inputDigitWithOptionToRememberPosition(nextChar, true);
301 return currentOutput;
445 while (accruedInputIndex < positionToRemember && currentOutputIndex < currentOutput.length()) {
447 == currentOutput.charAt(currentOutputIndex)) {
  /external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
AsYouTypeFormatter.java 44 private String currentOutput = "";
260 currentOutput = "";
293 currentOutput = inputDigitWithOptionToRememberPosition(nextChar, false);
294 return currentOutput;
305 currentOutput = inputDigitWithOptionToRememberPosition(nextChar, true);
306 return currentOutput;
451 while (accruedInputIndex < positionToRemember && currentOutputIndex < currentOutput.length()) {
453 == currentOutput.charAt(currentOutputIndex)) {
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
commons-collections.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 547 milliseconds