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

  /frameworks/base/telephony/java/android/telephony/
PhoneNumberFormattingTextWatcher.java 134 boolean hasCursor = false;
140 formatted = getFormattedNumber(lastNonSeparator, hasCursor);
141 hasCursor = false;
146 hasCursor = true;
150 formatted = getFormattedNumber(lastNonSeparator, hasCursor);
155 private String getFormattedNumber(char lastNonSeparator, boolean hasCursor) {
156 return hasCursor ? mFormatter.inputDigitAndRememberPosition(lastNonSeparator)
  /external/icu/icu4c/source/i18n/
strrepl.cpp 44 hasCursor = TRUE;
62 hasCursor = FALSE;
76 hasCursor = other.hasCursor;
204 if (hasCursor) {
250 if (hasCursor && cursor < 0) {
258 if (hasCursor && i == cursor) {
279 if (hasCursor && cursor > output.length()) {
strrepl.h 48 * Cursor position. Value is ignored if hasCursor is false.
55 UBool hasCursor;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringReplacer.java 35 * Cursor position. Value is ignored if hasCursor is false.
42 private boolean hasCursor;
75 hasCursor = true;
93 hasCursor = false;
231 if (hasCursor) {
277 if (hasCursor && cursor < 0) {
285 if (hasCursor && i == cursor) {
305 if (hasCursor && cursor > output.length()) {
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
StringReplacer.java 34 * Cursor position. Value is ignored if hasCursor is false.
41 private boolean hasCursor;
74 hasCursor = true;
92 hasCursor = false;
230 if (hasCursor) {
276 if (hasCursor && cursor < 0) {
284 if (hasCursor && i == cursor) {
304 if (hasCursor && cursor > output.length()) {
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnPlaneManager.cpp 197 bool hasCursor = false;
201 hasCursor = true;
207 (hasCursor && size > 5) ||
208 (!hasCursor && size > 4)) {
  /prebuilts/tools/common/m2/repository/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 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 

Completed in 385 milliseconds