OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCurrencyKey
(Results
1 - 25
of
32
) sorted by null
1
2
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
EuroCustomizer.java
34
public final ExpectedKey
getCurrencyKey
() { return Symbols.CURRENCY_EURO; }
FrenchCustomizer.java
99
public final ExpectedKey
getCurrencyKey
() { return mEuroCustomizer.
getCurrencyKey
(); }
GermanCustomizer.java
98
public ExpectedKey
getCurrencyKey
() { return mEuroCustomizer.
getCurrencyKey
(); }
HindiCustomizer.java
29
public ExpectedKey
getCurrencyKey
() { return CURRENCY_RUPEE; }
NepaliCustomizer.java
29
public ExpectedKey
getCurrencyKey
() { return CURRENCY_NEPALI; }
SwedishCustomizer.java
35
public ExpectedKey
getCurrencyKey
() {
36
return mEuroCustomizer.
getCurrencyKey
();
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Mongolian.java
39
public ExpectedKey
getCurrencyKey
() { return CURRENCY_TUGRIK; }
Malayalam.java
46
public ExpectedKey
getCurrencyKey
() { return CURRENCY_RUPEE; }
Marathi.java
45
public ExpectedKey
getCurrencyKey
() { return CURRENCY_RUPEE; }
Sinhala.java
47
public ExpectedKey
getCurrencyKey
() { return CURRENCY_RUPEE; }
Kannada.java
46
public ExpectedKey
getCurrencyKey
() { return CURRENCY_RUPEE; }
Khmer.java
50
public ExpectedKey
getCurrencyKey
() { return CURRENCY_DOLLAR_WITH_RIEL; }
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsBengaliBD.java
54
public ExpectedKey
getCurrencyKey
() { return CURRENCY_RUPEE; }
TestsBengaliIN.java
47
public ExpectedKey
getCurrencyKey
() { return CURRENCY_RUPEE; }
TestsEnglishIN.java
45
public ExpectedKey
getCurrencyKey
() { return CURRENCY_RUPEE; }
TestsEnglishUK.java
44
public ExpectedKey
getCurrencyKey
() { return CURRENCY_POUND; }
TestsFrenchDvorak.java
50
public ExpectedKey
getCurrencyKey
() { return mFrenchEuroCustomizer.
getCurrencyKey
(); }
TestsHinglish.java
45
public ExpectedKey
getCurrencyKey
() { return CURRENCY_RUPEE; }
TestsPortuguesePT.java
49
public ExpectedKey
getCurrencyKey
() { return mEuroCustomizer.
getCurrencyKey
(); }
TestsSpanish.java
49
public ExpectedKey
getCurrencyKey
() { return mEuroCustomizer.
getCurrencyKey
(); }
TestsTamilIN.java
45
public ExpectedKey
getCurrencyKey
() { return CURRENCY_RUPEE; }
TestsTamilLK.java
45
public ExpectedKey
getCurrencyKey
() { return CURRENCY_RUPEE; }
TestsVietnamese.java
46
public ExpectedKey
getCurrencyKey
() { return CURRENCY_DONG; }
TestsGermanDvorak.java
52
public ExpectedKey
getCurrencyKey
() { return Symbols.CURRENCY_EURO; }
TestsUkrainian.java
46
public ExpectedKey
getCurrencyKey
() { return CURRENCY_HRYVNIA; }
Completed in 127 milliseconds
1
2