Lines Matching defs:string
132 // from the empty string
202 debug->log("Distances from empty string\n");
248 if(exemplarUSetIter.isString()) { // process a string
353 if(it1.isString()) { // process a string
1001 if(n == expIndexSize-1) { // added to the end of the string
2005 UChar string[256];
2013 if(repertoireIter.isString()) { // process a string
2015 u_memcpy(string, repertoireIter.getString().getBuffer(), len);
2018 U16_APPEND(string, len, 25, repertoireIter.getCodepoint(), isError);
2020 string[len] = 0; // zero terminate, for our evil ways
2021 compLen = unorm_normalize(string, len, UNORM_NFC, 0, composed, 256, &status);
2022 if(compLen != len || u_strcmp(string, composed) != 0) {
2025 toRemove.add(UnicodeString(string, len));