HomeSort by relevance Sort by last modified time
    Searched full:word (Results 376 - 400 of 2584) sorted by null

<<11121314151617181920>>

  /external/icu4c/data/brkitr/
word_POSIX.txt 7 # ICU Word Break Rules, POSIX locale.
11 # Note: Updates to word.txt will usually need to be merged into
79 # begins with a group of Format chars, or with a "word" consisting of a single
80 # char that is not in any of the listed word break categories followed by
word_ja.txt 7 # ICU Word Break Rules
11 # Note: Updates to word.txt will usually need to be merged into
79 # begins with a group of Format chars, or with a "word" consisting of a single
80 # char that is not in any of the listed word break categories followed by
  /external/icu4c/test/cintltst/
callcoll.h 18 * equlivalent to word 'one'.
  /external/icu4c/test/intltest/
rbbiapts.h 78 * Tests word break status returns.
  /external/kernel-headers/original/linux/
uio.h 17 /* A word of warning: Our uio structure will clash with the C library one (which is now obsolete). Remove the C
  /external/ppp/pppd/
md4.h 23 unsigned int buffer[4]; /* Holds 4-word result of MD computation */
  /external/sqlite/android/
PhonebookIndex.h 36 * to hold the longest phone book index (e.g. a three-char word in Japan).
  /external/srec/seti/sltsEngine/include/
fsm_dictionary.h 45 int get_lts_pron(FSM_DICTIONARY *d, char *word, char **pron, int max_pron_len);
  /external/srec/tools/grxmlcompile/
grxmldoc.h 84 // Take DOM object and create word graph. Creates SubGraph, rule, tag and label lists.
130 Graph *m_pGraph; // The top-level container object for the word graph;
141 // We store indices for all labels used in the word graph.
156 HashMap<std::string, std::string> m_MetaKeyValPairs; //Store word-penalty value
  /external/webkit/WebCore/dom/
DocumentMarker.h 31 // A range of a node within a document that is "marked", such as the range of a misspelled word.
  /external/webkit/WebCore/platform/graphics/
WidthIterator.cpp 129 // We special case spaces in two ways when applying word rounding.
171 // Account for word spacing.
184 // We adjust the width of the last character of a "word" to ensure an integer width.
189 // Force characters that are used to determine word boundaries for the rounding hack
  /frameworks/base/core/java/android/widget/
AlphabetIndexer.java 124 * Default implementation compares the first character of word with letter.
126 protected int compare(String word, String letter) {
128 if (word.length() == 0) {
131 firstLetter = word.substring(0, 1);
  /frameworks/base/docs/html/resources/articles/
wikinotes-linkify.jd 25 WikiWord (that is, a word with <a title="word with camel case"
66 description: "Starting with a word boundary (the \b) find at least one
69 of upper case, lower case or numeric until the next word boundary (the
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
i2c.h 62 __u16 word; member in union:i2c_smbus_data
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
i2c.h 62 __u16 word; member in union:i2c_smbus_data
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
i2c.h 62 __u16 word; member in union:i2c_smbus_data
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
i2c.h 62 __u16 word; member in union:i2c_smbus_data
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
i2c.h 62 __u16 word; member in union:i2c_smbus_data
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
i2c.h 62 __u16 word; member in union:i2c_smbus_data
  /packages/apps/Mms/tests/src/com/android/mms/ui/
LongThreadTest.java 82 String word = sb.toString().trim(); local
83 if (word.length() > 0) {
84 mWords.add(word);
93 Log.v(TAG, "Loaded dictionary word count: " + mWordCount);
  /packages/inputmethods/LatinIME/java/res/values/
donottranslate.xml 21 <!-- Symbols that are commonly considered word separators in this language -->
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
UserDictionaryToolsEditEN.java 23 * The user dictionary's word editor class for English IME.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
UserDictionaryToolsEditJAJP.java 23 * The user dictionary's word editor class for Japanese IME.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
StrSegment.java 22 * This class defines information of a segment in a string, such as a character, a word or a clause.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
aout.h 232 asm_fprintf (STREAM, "\t.word\t%LL%d\n", VALUE); \
246 asm_fprintf (STREAM, "\t.word\t%LL%d-%LL%d\n", VALUE, REL); \
261 asm_fprintf (STREAM, "\t.word\t%LL%d+1-%LL%d\n", VALUE, REL); \
263 asm_fprintf (STREAM, "\t.word\t%LL%d+1\n", VALUE); \

Completed in 319 milliseconds

<<11121314151617181920>>