OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keyboardIds
(Results
1 - 2
of
2
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/
KeyboardBuilder.java
25
private final ImmutableSet.Builder<KeyboardId>
keyboardIds
;
31
keyboardIds
= ImmutableSet.builder();
37
public KeyboardBuilder addKeyboardIds(Iterable<KeyboardId>
keyboardIds
) {
38
this.
keyboardIds
.addAll(
keyboardIds
);
82
ImmutableSet<KeyboardId>
keyboardIds
= this.
keyboardIds
.build();
83
checkArgument(
keyboardIds
.size() > 0, "
KeyboardIds
must contain at least one element");
91
KeyboardId id =
keyboardIds
.iterator().next()
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/tool/
ShowKeyboards.java
457
final Set<Id>
keyboardIds
= localeAndIds.getValue();
480
if (
keyboardIds
.size() > 1) {
482
for (Id keyboardId :
keyboardIds
) {
514
for (Id keyboardId :
keyboardIds
) {
[
all
...]
Completed in 6500 milliseconds