Searched defs:characters (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DPtNodeInfo.java35 final int[] characters, final ProbabilityInfo probabilityInfo,
41 mCharacters = characters;
34 PtNodeInfo(final int originalAddress, final int endAddress, final int flags, final int[] characters, final ProbabilityInfo probabilityInfo, final int childrenAddress, final ArrayList<WeightedString> shortcutTargets, final ArrayList<PendingAttribute> bigrams) argument
H A DBinaryDictEncoderUtils.java59 * @param characters the character array
62 static int getPtNodeCharactersSize(final int[] characters, argument
64 int size = CharEncoding.getCharArraySize(characters, codePointToOneByteCodeMap);
65 if (characters.length > 1) size += FormatSpec.PTNODE_TERMINATOR_SIZE;
133 * Compute the size of the header (flag + [parent address] + characters size) of a PtNode.
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
H A DStringResourceMap.java138 public void characters(char[] ch, int start, int length) { method in class:StringResourceMap.StringResourceHandler
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
H A Dheader_read_write_utils.cpp31 // As such, this is the maximum number of characters will be needed to represent an int as a
241 /* static */ void HeaderReadWriteUtils::insertCharactersIntoVector(const char *const characters, argument
243 for (int i = 0; characters[i]; ++i) {
244 vector->push_back(characters[i]);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java252 /** Text to output when pressed. This can be multiple characters, like ".com" */
254 /** Popup characters */
550 * characters in left-to-right, top-to-bottom fashion, using the specified number of columns.
556 * @param characters the list of characters to display on the keyboard. One key will be created
563 CharSequence characters, int columns, int horizontalPadding) {
577 for (int i = 0; i < characters.length(); i++) {
578 char c = characters.charAt(i);
562 Keyboard(Context context, int layoutTemplateResId, CharSequence characters, int columns, int horizontalPadding) argument
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 107 milliseconds