Home
last modified time | relevance | path

Searched refs:lastWord (Results 1 – 9 of 9) 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.java150 String lastWord = ""; in TestDictionary() local
167 if (lastWord.length() > 0) { in TestDictionary()
173 int result = coll.compare(lastWord, word); in TestDictionary()
179 … + lastWord + ", " + word + ") returned " + result + ", expected -1\n"; in TestDictionary()
181 k1 = coll.getCollationKey(lastWord); in TestDictionary()
188 lastWord = word; in TestDictionary()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThaiTest.java147 String lastWord = ""; in TestDictionary() local
164 if (lastWord.length() > 0) { in TestDictionary()
170 int result = coll.compare(lastWord, word); in TestDictionary()
176 … + lastWord + ", " + word + ") returned " + result + ", expected -1\n"; in TestDictionary()
178 k1 = coll.getCollationKey(lastWord); in TestDictionary()
185 lastWord = word; in TestDictionary()
/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp176 WideString lastWord = m_csFindWhatArray[iWord - 1]; in FindNext() local
177 int lastChar = lastWord[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()
/external/skqp/tools/bookmaker/
Dbookmaker.cpp1318 const char* lastWord = nullptr; in typedefName() local
1323 lastWord = fChar; in typedefName()
1328 if (!lastWord) { in typedefName()
1331 builder += string(lastWord, end - lastWord); in typedefName()
/external/skia/tools/bookmaker/
Dbookmaker.cpp1416 const char* lastWord = nullptr; in typedefName() local
1421 lastWord = fChar; in typedefName()
1426 if (!lastWord) { in typedefName()
1429 builder += string(lastWord, end - lastWord); in typedefName()