/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
Ver4DictDecoder.java | 29 * An implementation of binary dictionary decoder for version 4 binary dictionary. 51 throw new IOException("Cannot read the dictionary header."); 84 // Insert unigrams into the fusion dictionary. 90 // Insert bigrams into the fusion dictionary.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/ |
builtin_Suite.py | 15 Keyword argument _attributes: AppleEvent attribute dictionary 34 Keyword argument _attributes: AppleEvent attribute dictionary 53 Keyword argument _attributes: AppleEvent attribute dictionary 73 Keyword argument _attributes: AppleEvent attribute dictionary 97 Keyword argument _attributes: AppleEvent attribute dictionary
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/ |
builtin_Suite.py | 15 Keyword argument _attributes: AppleEvent attribute dictionary 34 Keyword argument _attributes: AppleEvent attribute dictionary 53 Keyword argument _attributes: AppleEvent attribute dictionary 73 Keyword argument _attributes: AppleEvent attribute dictionary 97 Keyword argument _attributes: AppleEvent attribute dictionary
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
BurmeseBreakEngine.java | 22 // Will not combine a non-word with a preceding dictionary word longer than this 25 // dictionary word with a preceding word 65 // Initialize dictionary 125 // Followed by another dictionary word; mark first word as a good candidate 152 // next word. If it's not a dictionary word, we will combine it with the word we 157 // If it is a dictionary word, do nothing. If it isn't, then if there is 159 // of characters with a dictionary word, then scan to resynchronize 175 // Maybe. See if it's in the dictionary. 205 // Look ahead for possible suffixes if a dictionary word does not follow. 217 // Don't return a break for the end of the dictionary range if there is one ther [all...] |
KhmerBreakEngine.java | 22 // Will not combine a non-word with a preceding dictionary word longer than this 25 // dictionary word with a preceding word 69 // Initialize dictionary 129 // Followed by another dictionary word; mark first word as a good candidate 156 // next word. If it's not a dictionary word, we will combine it with the word we 161 // If it is a dictionary word, do nothing. If it isn't, then if there is 163 // of characters with a dictionary word, then scan to resynchronize 179 // Maybe. See if it's in the dictionary. 209 // Look ahead for possible suffixes if a dictionary word does not follow. 221 // Don't return a break for the end of the dictionary range if there is one ther [all...] |
LaoBreakEngine.java | 22 // Will not combine a non-word with a preceding dictionary word longer than this 25 // dictionary word with a preceding word 68 // Initialize dictionary 128 // Followed by another dictionary word; mark first word as a good candidate 155 // next word. If it's not a dictionary word, we will combine it with the word we 160 // If it is a dictionary word, do nothing. If it isn't, then if there is 162 // of characters with a dictionary word, then scan to resynchronize 178 // Maybe. See if it's in the dictionary. 208 // Look ahead for possible suffixes if a dictionary word does not follow. 220 // Don't return a break for the end of the dictionary range if there is one ther [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
BurmeseBreakEngine.java | 21 // Will not combine a non-word with a preceding dictionary word longer than this 24 // dictionary word with a preceding word 64 // Initialize dictionary 124 // Followed by another dictionary word; mark first word as a good candidate 151 // next word. If it's not a dictionary word, we will combine it with the word we 156 // If it is a dictionary word, do nothing. If it isn't, then if there is 158 // of characters with a dictionary word, then scan to resynchronize 174 // Maybe. See if it's in the dictionary. 204 // Look ahead for possible suffixes if a dictionary word does not follow. 216 // Don't return a break for the end of the dictionary range if there is one ther [all...] |
KhmerBreakEngine.java | 21 // Will not combine a non-word with a preceding dictionary word longer than this 24 // dictionary word with a preceding word 68 // Initialize dictionary 128 // Followed by another dictionary word; mark first word as a good candidate 155 // next word. If it's not a dictionary word, we will combine it with the word we 160 // If it is a dictionary word, do nothing. If it isn't, then if there is 162 // of characters with a dictionary word, then scan to resynchronize 178 // Maybe. See if it's in the dictionary. 208 // Look ahead for possible suffixes if a dictionary word does not follow. 220 // Don't return a break for the end of the dictionary range if there is one ther [all...] |
LaoBreakEngine.java | 21 // Will not combine a non-word with a preceding dictionary word longer than this 24 // dictionary word with a preceding word 67 // Initialize dictionary 127 // Followed by another dictionary word; mark first word as a good candidate 154 // next word. If it's not a dictionary word, we will combine it with the word we 159 // If it is a dictionary word, do nothing. If it isn't, then if there is 161 // of characters with a dictionary word, then scan to resynchronize 177 // Maybe. See if it's in the dictionary. 207 // Look ahead for possible suffixes if a dictionary word does not follow. 219 // Don't return a break for the end of the dictionary range if there is one ther [all...] |
/external/v8/build/config/mac/ |
gen_plist.py | 93 value: a value, can be a dictionary, list, string or other 113 plist: a dictionary representing a Property List (.plist) file 131 """Loads Plist at |path| and returns it as a dictionary.""" 155 Creates a new dictionary representing a Property List (.plist) files by 156 merging the two dictionary |plist1| and |plist2| recursively (only for 157 dictionary values). 160 plist1: a dictionary representing a Property List (.plist) file 161 plist2: a dictionary representing a Property List (.plist) file 164 A new dictionary representing a Property List (.plist) file by merging 165 |plist1| with |plist2|. If any value is a dictionary, they are merge [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
UserBinaryDictionary.java | 39 * An expandable dictionary that stores the words in the user dictionary provider into a binary 40 * dictionary file to use it from native code. 45 // The user dictionary provider uses an empty string to mean "all languages". 61 super(context, getDictName(name, locale, dictFile), locale, Dictionary.TYPE_USER, dictFile); 65 // If we don't have a locale, insert into the "all locales" user dictionary. 174 Log.e(TAG, "SQLiteException in the remote User dictionary process.", e); 179 Log.e(TAG, "SQLiteException in the remote User dictionary process.", e); 185 // The default frequency for the user dictionary is 250 for historical reasons. 186 // Latin IME considers a good value for the default user dictionary frequenc [all...] |
PersonalDictionaryLookup.java | 51 * This class provides the ability to look into the system-wide "Personal dictionary". It loads the 58 * Note, that the initial dictionary loading happens asynchronously so it is possible (hopefully 69 * To avoid loading too many dictionary entries in memory, we cap them at this number. If 80 * Note, this value should be low enough to allow the "Add to dictionary" feature in the 85 * 3. User selects "Add to dictionary". The red underline disappears while the OOV is 128 * Content observer for changes to the personal dictionary. It has the following properties: 132 * when the dictionary is edited through its settings UI, when sometimes multiple 133 * notifications are sent for the edited entry, but also for the entire dictionary). 199 * We store a map from a dictionary word to the set of locales & raw string(as it appears) 230 mDictionaryStats.add(new DictionaryStats(ANY_LOCALE, Dictionary.TYPE_USER, 0)) [all...] |
ContactsBinaryDictionary.java | 55 super(context, getDictName(name, locale, dictFile), locale, Dictionary.TYPE_CONTACTS, 77 * Typically called whenever the dictionary is created for the first time or 78 * recreated when we think that there are updates to the dictionary. 90 * Loads device accounts to the dictionary. 110 * Loads data within content providers to the dictionary. 115 Log.i(TAG, "No permission to read contacts. Not loading the Dictionary."); 130 * Adds the words in a name (e.g., firstname/lastname) to the binary dictionary along with their
|
DictionaryFacilitator.java | 48 Dictionary.TYPE_MAIN, 49 Dictionary.TYPE_CONTACTS, 50 Dictionary.TYPE_USER_HISTORY, 51 Dictionary.TYPE_USER}; 54 Dictionary.TYPE_CONTACTS, 55 Dictionary.TYPE_USER_HISTORY, 56 Dictionary.TYPE_USER};
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/ |
dynamic_pt_updating_helper.cpp | 17 #include "dictionary/structure/pt_common/dynamic_pt_updating_helper.h" 19 #include "dictionary/property/unigram_property.h" 20 #include "dictionary/structure/pt_common/dynamic_pt_reading_helper.h" 21 #include "dictionary/structure/pt_common/dynamic_pt_writing_utils.h" 22 #include "dictionary/structure/pt_common/patricia_trie_reading_utils.h" 23 #include "dictionary/structure/pt_common/pt_node_reader.h" 24 #include "dictionary/structure/pt_common/pt_node_writer.h" 25 #include "dictionary/utils/buffer_with_extendable_buffer.h" 74 // The dictionary is invalid. 197 // Returns whether the dictionary updating was succeeded or not [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
Mozilla_suite.py | 17 Keyword argument _attributes: AppleEvent attribute dictionary 37 Keyword argument _attributes: AppleEvent attribute dictionary 57 Keyword argument _attributes: AppleEvent attribute dictionary 83 Keyword argument _attributes: AppleEvent attribute dictionary 104 Keyword argument _attributes: AppleEvent attribute dictionary 123 Keyword argument _attributes: AppleEvent attribute dictionary 143 Keyword argument _attributes: AppleEvent attribute dictionary 162 Keyword argument _attributes: AppleEvent attribute dictionary 182 Keyword argument _attributes: AppleEvent attribute dictionary 209 Keyword argument _attributes: AppleEvent attribute dictionary [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
Mozilla_suite.py | 17 Keyword argument _attributes: AppleEvent attribute dictionary 37 Keyword argument _attributes: AppleEvent attribute dictionary 57 Keyword argument _attributes: AppleEvent attribute dictionary 83 Keyword argument _attributes: AppleEvent attribute dictionary 104 Keyword argument _attributes: AppleEvent attribute dictionary 123 Keyword argument _attributes: AppleEvent attribute dictionary 143 Keyword argument _attributes: AppleEvent attribute dictionary 162 Keyword argument _attributes: AppleEvent attribute dictionary 182 Keyword argument _attributes: AppleEvent attribute dictionary 209 Keyword argument _attributes: AppleEvent attribute dictionary [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnDictionaryImpl.java | 37 /* Load the dictionary search library */ 48 /** The table name of writable dictionary on the database */ 96 /** The max words of user dictionary */ 98 /** The max words of learning dictionary */ 101 /** The base frequency of user dictionary */ 103 /** The base frequency of learning dictionary */ 131 /** Internal work area for the dictionary search library */ 134 /** The file path of the writable dictionary */ 136 /** The writable dictionary object */ 138 /** The search cursor of the writable dictionary */ [all...] |
/external/icu/icu4c/source/data/brkitr/ |
word.txt | 48 # Dictionary character set, for triggering language-based break engines. Currently 51 # characters requiring dictionary break. 58 $dictionary = [$ComplexContext $dictionaryCJK]; 68 # TODO: check if handling of katakana in dictionary makes rules incorrect/void 98 # format char(s), or is not a CJK dictionary character. 163 # special handling for CJK characters: chain for later dictionary segmentation 234 # special handling for CJK characters: chain for later dictionary segmentation 255 # For dictionary-based break 256 $dictionary $dictionary; [all...] |
word_POSIX.txt | 48 # Dictionary character set, for triggering language-based break engines. Currently 51 # characters requiring dictionary break. 58 $dictionary = [$ComplexContext $dictionaryCJK]; 68 # TODO: check if handling of katakana in dictionary makes rules incorrect/void 98 # format char(s), or is not a CJK dictionary character. 163 # special handling for CJK characters: chain for later dictionary segmentation 234 # special handling for CJK characters: chain for later dictionary segmentation 255 # For dictionary-based break 256 $dictionary $dictionary; [all...] |
/external/nanopb-c/generator/google/protobuf/ |
service_reflection.py | 64 def __init__(cls, name, bases, dictionary): 71 dictionary: The class dictionary of the class being constructed. 72 dictionary[_DESCRIPTOR_KEY] must contain a ServiceDescriptor object 77 if GeneratedServiceType._DESCRIPTOR_KEY not in dictionary: 79 descriptor = dictionary[GeneratedServiceType._DESCRIPTOR_KEY] 94 def __init__(cls, name, bases, dictionary): 100 dictionary: The class dictionary of the class being constructed. 101 dictionary[_DESCRIPTOR_KEY] must contain a ServiceDescriptor objec [all...] |
/external/protobuf/python/google/protobuf/ |
service_reflection.py | 64 def __init__(cls, name, bases, dictionary): 71 dictionary: The class dictionary of the class being constructed. 72 dictionary[_DESCRIPTOR_KEY] must contain a ServiceDescriptor object 77 if GeneratedServiceType._DESCRIPTOR_KEY not in dictionary: 79 descriptor = dictionary[GeneratedServiceType._DESCRIPTOR_KEY] 94 def __init__(cls, name, bases, dictionary): 100 dictionary: The class dictionary of the class being constructed. 101 dictionary[_DESCRIPTOR_KEY] must contain a ServiceDescriptor objec [all...] |
/external/clang/test/Index/ |
annotate-subscripting.m | 30 NSMutableDictionary *dictionary; 33 oldObject = dictionary[key]; 34 dictionary[key] = newObject; 66 // CHECK: Identifier: "dictionary" [33:15 - 33:25] DeclRefExpr=dictionary:30:24 71 // CHECK: Identifier: "dictionary" [34:3 - 34:13] DeclRefExpr=dictionary:30:24
|
/external/skia/platform_tools/android/gyp_gen/ |
gypd_parser.py | 16 """Helper function to get the meaningful entries in a dictionary. 18 Parse dictionary d, and store unique relevant entries in var_dict. 27 d: Dictionary object to parse. 28 current_target_name: The current target being parsed. If this dictionary 30 be the name of the target which contains this dictionary. 136 # Read the entire file as a dictionary 139 # The gypd file is structured such that the top level dictionary has an entry
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/ |
header_policy.h | 23 #include "dictionary/header/header_read_write_utils.h" 24 #include "dictionary/interface/dictionary_header_structure_policy.h" 25 #include "dictionary/utils/entry_counters.h" 26 #include "dictionary/utils/format_utils.h" 34 // Reads information from existing dictionary buffer. 118 AKLOGE("Dictionary versions 2 and 201 are incompatible with this version"); 134 // Decaying dictionary must have historical information.
|