OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSeparator
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/android/telephony/
PhoneNumberFormattingTextWatcher.java
111
} else if (count > 0 && !
hasSeparator
(s, start, count)) {
124
if (count > 0 && !
hasSeparator
(s, start, count)) {
130
if (mState == STATE_APPEND && count > 0 &&
hasSeparator
(s, start, count)) {
206
private boolean
hasSeparator
(final CharSequence s, final int start, final int count) {
/external/icu4c/i18n/
currpinf.cpp
254
UBool
hasSeparator
= false;
258
hasSeparator
= true;
298
if (
hasSeparator
) {
Completed in 51 milliseconds