OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Swiss
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsFrenchCH.java
22
import com.android.inputmethod.keyboard.layout.
Swiss
;
29
* fr_CH: French (Switzerland)/
swiss
34
private static final LayoutBase LAYOUT = new
Swiss
(new FrenchCHCustomizer(LOCALE));
48
.replaceKeyOfLabel(
Swiss
.ROW1_11, key("\u00E8", moreKey("\u00FC")))
51
.replaceKeyOfLabel(
Swiss
.ROW2_10, key("\u00E9", moreKey("\u00F6")))
54
.replaceKeyOfLabel(
Swiss
.ROW2_11, key("\u00E0", moreKey("\u00E4")));
TestsGermanCH.java
22
import com.android.inputmethod.keyboard.layout.
Swiss
;
29
* de_CH: German (Switzerland)/
swiss
34
private static final LayoutBase LAYOUT = new
Swiss
(new GermanCHCustomizer(LOCALE));
48
.replaceKeyOfLabel(
Swiss
.ROW1_11, key("\u00FC", moreKey("\u00E8")))
51
.replaceKeyOfLabel(
Swiss
.ROW2_10, key("\u00F6", moreKey("\u00E9")))
54
.replaceKeyOfLabel(
Swiss
.ROW2_11, key("\u00E4", moreKey("\u00E0")));
TestsItalianCH.java
22
import com.android.inputmethod.keyboard.layout.
Swiss
;
29
* it_CH: Italian (Switzerland)/
swiss
34
private static final LayoutBase LAYOUT = new
Swiss
(new ItalianCHCustomizer(LOCALE));
48
.replaceKeyOfLabel(
Swiss
.ROW1_11, key("\u00FC", moreKey("\u00E8")))
51
.replaceKeyOfLabel(
Swiss
.ROW2_10, key("\u00F6", moreKey("\u00E9")))
54
.replaceKeyOfLabel(
Swiss
.ROW2_11, key("\u00E4", moreKey("\u00E0")));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Swiss.java
23
public final class
Swiss
extends LayoutBase {
24
private static final String LAYOUT_NAME = "
swiss
";
26
public
Swiss
(final LayoutCustomizer customizer) {
/external/skia/src/sfnt/
SkIBMFamilyClass.h
92
((
Swiss
, 4))
Completed in 49 milliseconds