Home
last modified time | relevance | path

Searched refs:lastWord (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dthcoll.cpp98 UnicodeString lastWord, word; in TestNamesList() local
110 if (lastWord.length() > 0) { in TestNamesList()
111 Collator::EComparisonResult result = coll->compare(lastWord, word); in TestNamesList()
112 doTest(coll, lastWord, word, result); in TestNamesList()
114 lastWord = word; in TestNamesList()
145 UnicodeString lastWord, word; in TestDictionary() local
157 if (lastWord.length() > 0) { in TestDictionary()
158 int32_t result = coll->compare(lastWord, word); in TestDictionary()
167 + " compare(" + IntlTest::prettify(lastWord, str); in TestDictionary()
173 coll->getCollationKey(lastWord, k1, status); in TestDictionary()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationThaiTest.java145 String lastWord = ""; in TestDictionary() local
162 if (lastWord.length() > 0) { in TestDictionary()
168 int result = coll.compare(lastWord, word); in TestDictionary()
174 … + lastWord + ", " + word + ") returned " + result + ", expected -1\n"; in TestDictionary()
176 k1 = coll.getCollationKey(lastWord); in TestDictionary()
183 lastWord = word; in TestDictionary()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThaiTest.java144 String lastWord = ""; in TestDictionary() local
161 if (lastWord.length() > 0) { in TestDictionary()
167 int result = coll.compare(lastWord, word); in TestDictionary()
173 … + lastWord + ", " + word + ") returned " + result + ", expected -1\n"; in TestDictionary()
175 k1 = coll.getCollationKey(lastWord); in TestDictionary()
182 lastWord = word; in TestDictionary()
/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp178 CFX_WideString lastWord = m_csFindWhatArray[iWord - 1]; in FindNext() local
179 int lastChar = lastWord.GetAt(lastWord.GetLength() - 1); in FindNext()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dstructs.h376 uint16_t lastWord; member
Dencode.c383 ISACenc_obj->bitstr_obj.stream[transcodingParam.stream_index] = transcodingParam.lastWord; in WebRtcIsacfix_EncodeImpl()
Dentropy_coding.c1235 transcodingParam->lastWord = streamdata->stream[streamdata->stream_index]; in EstCodeLpcCoef()