Searched defs:subText (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
H A DValidationMessageBubble.java41 * @param subText The sub message. It will shown below the main message, and
47 int anchorWidth, int anchorHeight, String mainText, String subText) {
50 return new ValidationMessageBubble(contentViewCore, anchorPixInScreen, mainText, subText);
54 ContentViewCore contentViewCore, RectF anchor, String mainText, String subText) {
58 updateTextViews(root, mainText, subText);
110 private static void updateTextViews(ViewGroup root, String mainText, String subText) { argument
113 if (!TextUtils.isEmpty(subText)) {
114 subTextView.setText(subText);
45 createAndShow( ContentViewCore contentViewCore, int anchorX, int anchorY, int anchorWidth, int anchorHeight, String mainText, String subText) argument
53 ValidationMessageBubble( ContentViewCore contentViewCore, RectF anchor, String mainText, String subText) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Dnfrule.cpp1027 UnicodeString subText; local
1028 subText.setTo(text, 0, dPos);
1029 if (subText.length() > 0) {
1030 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound,
/external/icu/icu4c/source/i18n/
H A Dnfrule.cpp1028 UnicodeString subText; local
1029 subText.setTo(text, 0, dPos);
1030 if (subText.length() > 0) {
1031 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound,
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 586 milliseconds