Searched defs:lastWord (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dthcoll.cpp93 UnicodeString lastWord, word; local
105 if (lastWord.length() > 0) {
106 Collator::EComparisonResult result = coll->compare(lastWord, word);
107 doTest(coll, lastWord, word, result);
109 lastWord = word;
140 UnicodeString lastWord, word; local
152 if (lastWord.length() > 0) {
154 doTest(coll, lastWord, word, Collator::LESS);
155 int32_t result = coll->compare(lastWord, word);
164 + " compare(" + IntlTest::prettify(lastWord, st
[all...]
/external/icu4c/test/intltest/
H A Dthcoll.cpp94 UnicodeString lastWord, word; local
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; local
153 if (lastWord.length() > 0) {
154 int32_t result = coll->compare(lastWord, word);
163 + " compare(" + IntlTest::prettify(lastWord, str);
169 coll->getCollationKey(lastWord, k
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dstructs.h376 WebRtc_UWord16 lastWord; member in struct:__anon28083
/external/chromium_org/third_party/codesighs/
H A Dmsmap2tsv.c291 char* lastWord(char* inString) function
1217 char *last = lastWord(current);
1340 char *last = lastWord(current);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 302 milliseconds