OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAllUpperCase
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java
312
final boolean
isAllUpperCase
= wordComposer.
isAllUpperCase
();
313
if (isFirstCharCapitalized ||
isAllUpperCase
|| 0 != trailingSingleQuotesCount) {
317
wordInfo, mLocale,
isAllUpperCase
, isFirstCharCapitalized,
382
final boolean
isAllUpperCase
= wordComposer.
isAllUpperCase
();
383
if (isFirstCharCapitalized ||
isAllUpperCase
) {
387
wordInfo, mLocale,
isAllUpperCase
, isFirstCharCapitalized,
462
final SuggestedWordInfo wordInfo, final Locale locale, final boolean
isAllUpperCase
,
465
if (
isAllUpperCase
) {
[
all
...]
WordComposer.java
362
public boolean
isAllUpperCase
() {
Completed in 62 milliseconds