HomeSort by relevance Sort by last modified time
    Searched refs:lastWord (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
thcoll.cpp 94 UnicodeString lastWord, word;
106 if (lastWord.length() > 0) {
107 Collator::EComparisonResult result = coll->compare(lastWord, word);
108 doTest(coll, lastWord, word, result);
110 lastWord = word;
141 UnicodeString lastWord, word;
153 if (lastWord.length() > 0) {
154 int32_t result = coll->compare(lastWord, word);
163 + " compare(" + IntlTest::prettify(lastWord, str);
169 coll->getCollationKey(lastWord, k1, status)
    [all...]
  /external/icu/icu4c/source/test/intltest/
thcoll.cpp 95 UnicodeString lastWord, word;
107 if (lastWord.length() > 0) {
108 Collator::EComparisonResult result = coll->compare(lastWord, word);
109 doTest(coll, lastWord, word, result);
111 lastWord = word;
142 UnicodeString lastWord, word;
154 if (lastWord.length() > 0) {
155 int32_t result = coll->compare(lastWord, word);
164 + " compare(" + IntlTest::prettify(lastWord, str);
170 coll->getCollationKey(lastWord, k1, status)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 287 int lastWord; // index of last word in frame containing bytes
294 lastWord = seed[BYTES_OFFSET] == 0 ? 0
305 lastWord = seed[BYTES_OFFSET] == 0 ? 0
324 // no need to set to "0" 3 words after "lastWord" and
326 for (i = lastWord + 3; i < FRAME_LENGTH + 2; i++) {
370 seed[lastWord] = (int) (counter >>> 32);
371 seed[lastWord + 1] = (int) (counter & 0xFFFFFFFF);
372 seed[lastWord + 2] = END_FLAGS[0];
376 seed[lastWord] |= (int) ((counter >>> RIGHT1[n]) & MASK[n]);
377 seed[lastWord + 1] = (int) ((counter >>> RIGHT2[n]) & 0xFFFFFFFF)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 422 final String lastWord = info.mWord.substring(indexOfLastSpace);
423 newSuggestions.add(new SuggestedWordInfo(lastWord, info.mScore, info.mKindAndFlags,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
structs.h 377 uint16_t lastWord;
encode.c 381 ISACenc_obj->bitstr_obj.stream[transcodingParam.stream_index] = transcodingParam.lastWord;
entropy_coding.c     [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
structs.h 376 WebRtc_UWord16 lastWord;
encode.c 378 ISACenc_obj->bitstr_obj.stream[transcodingParam.stream_index] = transcodingParam.lastWord;
entropy_coding.c     [all...]
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js     [all...]
  /external/chromium_org/third_party/codesighs/
msmap2tsv.c 291 char* lastWord(char* inString)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java     [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 852 milliseconds