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

  /frameworks/base/telephony/java/android/telephony/
PhoneNumberFormattingTextWatcher.java 135 boolean hasCursor = false;
141 formatted = getFormattedNumber(lastNonSeparator, hasCursor);
142 hasCursor = false;
147 hasCursor = true;
151 formatted = getFormattedNumber(lastNonSeparator, hasCursor);
156 private String getFormattedNumber(char lastNonSeparator, boolean hasCursor) {
157 return hasCursor ? mFormatter.inputDigitAndRememberPosition(lastNonSeparator)
  /external/chromium_org/third_party/icu/source/i18n/
strrepl.cpp 43 hasCursor = TRUE;
61 hasCursor = FALSE;
75 hasCursor = other.hasCursor;
203 if (hasCursor) {
249 if (hasCursor && cursor < 0) {
257 if (hasCursor && i == cursor) {
278 if (hasCursor && cursor > output.length()) {
strrepl.h 46 * Cursor position. Value is ignored if hasCursor is false.
53 UBool hasCursor;
  /external/icu4c/i18n/
strrepl.cpp 42 hasCursor = TRUE;
60 hasCursor = FALSE;
74 hasCursor = other.hasCursor;
202 if (hasCursor) {
248 if (hasCursor && cursor < 0) {
256 if (hasCursor && i == cursor) {
277 if (hasCursor && cursor > output.length()) {
strrepl.h 46 * Cursor position. Value is ignored if hasCursor is false.
53 UBool hasCursor;
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 787 milliseconds