Searched refs:US_INV (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.10/ICU-531.30/icuSources/tools/ctestfw/
H A Dtstdtmod.cpp29 UnicodeString msg(testName, -1, US_INV);
30 msg.append(UNICODE_STRING_SIMPLE(" failure: ")).append(UnicodeString(errorName(), -1, US_INV));
31 msg.append(UNICODE_STRING_SIMPLE(" - ")).append(UnicodeString(buffer, -1, US_INV));
48 UnicodeString msg(testName, -1, US_INV);
49 msg.append(UNICODE_STRING_SIMPLE(" failure: ")).append(UnicodeString(errorName(), -1, US_INV));
50 msg.append(UNICODE_STRING_SIMPLE(" - ")).append(UnicodeString(buffer, -1, US_INV));
62 UnicodeString msg(testName, -1, US_INV);
63 msg.append(UNICODE_STRING_SIMPLE(" failure: ")).append(UnicodeString(errorName(), -1, US_INV));
219 fLog.dataerrln(UNICODE_STRING_SIMPLE("Could not load test data from resourcebundle: ") + UnicodeString(bundleName, -1, US_INV));
H A Ddatamap.cpp75 fData->put(UnicodeString(ures_getKey(t), -1, US_INV), new ResourceBundle(t, status), status);
106 UnicodeString hashKey(key, -1, US_INV);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dlistformattertest.cpp21 prefix("Prefix: ", -1, US_INV),
22 one("Alice", -1, US_INV), two("Bob", -1, US_INV),
23 three("Charlie", -1, US_INV), four("Delta", -1, US_INV) {
151 UnicodeString and_string = UnicodeString(" \\u0438 ", -1, US_INV).unescape();
167 UnicodeString pair_string = UnicodeString(" \\u0d15\\u0d42\\u0d1f\\u0d3e\\u0d24\\u0d46 ", -1, US_INV).unescape();
168 UnicodeString total_string = UnicodeString(" \\u0d0e\\u0d28\\u0d4d\\u0d28\\u0d3f\\u0d35", -1, US_INV).unescape();
H A Dcompactdecimalformattest.cpp256 if (subString != UnicodeString("1", -1, US_INV)) {
292 UnicodeString expected("123K", -1, US_INV);
316 UnicodeString expected(expectedResult->expected, -1, US_INV);
H A Djamotest.cpp29 UnicodeString(JAMO_NAMES_RULES, -1, US_INV),
38 UnicodeString(JAMO_NAMES_RULES, -1, US_INV),
403 UnicodeString hangul = UnicodeString(WHAT_IS_UNICODE[i], -1, US_INV);
H A Dplurfmts.cpp563 UnicodeString fmtString(fmt, -1, US_INV);
579 UnicodeString expected(targets[i], -1, US_INV);
581 UnicodeString message("PluralFormat.format(): Expected '", -1, US_INV);
583 message.append(UnicodeString("' but got '", -1, US_INV));
585 message.append("'", -1, US_INV);
595 UnicodeString message("MessageFormat.format(): Expected '", -1, US_INV);
597 message.append(UnicodeString("' but got '", -1, US_INV));
599 message.append("'", -1, US_INV);
618 UnicodeString fmt(failures[i], -1, US_INV);
H A Ddtptngts.cpp215 UnicodeString("1999/1", -1, US_INV), // 00: yM
436 expectedResult=UnicodeString("14. Okt. 08:58", -1, US_INV);
442 conflictingStatus = gen->addPattern(UnicodeString("d'. von' MMMM", -1, US_INV), true, conflictingPattern, status);
452 expectedResult=UnicodeString("14. von Oktober 08:58", -1, US_INV);
1020 UnicodeString skeleton(skelBuf, skelLen, US_INV);
1030 UnicodeString mustIncludeOneOf(testDataPtr->mustIncludeOneOf, -1, US_INV);
1045 UnicodeString(locale.getName(),-1,US_INV) +
H A Ducharstrietest.cpp786 builder_->add(UnicodeString(data[index].s, -1, US_INV).unescape(),
824 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape();
860 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape();
938 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape();
993 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape();
1034 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape();
1038 invString.extract(0, invString.length(), buffer, LENGTHOF(buffer), US_INV);
H A Ducdtest.cpp44 unknownPropertyNames->puti(UnicodeString(ignorePropNames[i], -1, US_INV), 1, errorCode);
307 pattern.insert(pattern.length()-2, UnicodeString(falseValues[i], -1, US_INV));
321 pattern.insert(pattern.length()-2, UnicodeString(trueValues[i], -1, US_INV));
/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A Dletsutil.cpp37 le_int32 cLength = uString->extract(0, uLength, NULL, 0, US_INV);
40 uString->extract(0, uLength, cString, cLength, US_INV);
H A Dxmlreader.cpp57 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
75 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
103 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
125 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dxmlparser.cpp64 mXMLDecl(UnicodeString("(?s)\\uFEFF?<\\?xml.+?\\?>", -1, US_INV), 0, status),
69 mXMLComment(UnicodeString("(?s)<!--.+?-->", -1, US_INV), 0, status),
73 mXMLSP(UnicodeString(XML_SPACES "+", -1, US_INV), 0, status),
84 "(?s)<!DOCTYPE.*?(>|\\[.*?\\].*?>)", -1, US_INV
89 mXMLPI(UnicodeString("(?s)<\\?.+?\\?>", -1, US_INV), 0, status),
100 XML_SPACES "*?>", -1, US_INV), 0, status), // match " >"
104 mXMLElemEnd (UnicodeString("</(" XML_NAME ")" XML_SPACES "*>", -1, US_INV), 0, status),
113 XML_SPACES "*?/>", -1, US_INV), 0, status), // match " />"
117 mXMLCharData(UnicodeString("(?s)[^<]*", -1, US_INV), 0, status),
129 "((?:\\\'[^<\\\']*?\\\')|(?:\\\"[^<\\\"]*?\\\"))", -1, US_INV),
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dservrbf.cpp62 length=_bundleName.extract(0, INT32_MAX, pkg, (int32_t)sizeof(pkg), US_INV);
H A Dlocutil.cpp155 id.extract(prev, INT32_MAX, buffer + prev, BUFLEN - prev, US_INV);
159 id.extract(prev, i - prev, buffer + prev, BUFLEN - prev, US_INV);
176 result.append(UnicodeString(locale.getName(), -1, US_INV));
H A Dcharstr.cpp105 len+=s.extract(0, 0x7fffffff, buffer.getAlias()+len, buffer.getCapacity()-len, US_INV);
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dlocdspnm.cpp129 return result.setTo(UnicodeString(itemKey, -1, US_INV));
210 return result = UnicodeString(locale.getName(), -1, US_INV);
216 return result = UnicodeString(localeId, -1, US_INV);
222 return result = UnicodeString(lang, -1, US_INV);
228 return result = UnicodeString(script, -1, US_INV);
236 return result = UnicodeString(name, -1, US_INV);
244 return result = UnicodeString(region, -1, US_INV);
250 return result = UnicodeString(variant, -1, US_INV);
256 return result = UnicodeString(key, -1, US_INV);
263 return result = UnicodeString(value, -1, US_INV);
[all...]
H A Duni2name.cpp102 str.append(UnicodeString(buf, len, US_INV)).append(CLOSE_DELIM);
H A Dutrans.cpp187 UnicodeString ID(id, -1, US_INV); // use invariant converter
243 return ((Transliterator*) trans)->getID().extract(0, 0x7fffffff, buf, bufCapacity, US_INV);
262 UnicodeString ID(id, -1, US_INV); // use invariant converter
300 return Transliterator::getAvailableID(index).extract(0, 0x7fffffff, buf, bufCapacity, US_INV);
H A Dscriptset.cpp203 dest.append(UnicodeString(scriptName, -1, US_INV));
225 oneScriptName.extract(0, oneScriptName.length(), buf, sizeof(buf)-1, US_INV);
H A Dregion.cpp146 r->idStr.extract(0,r->idStr.length(),r->id,sizeof(r->id),US_INV);
167 UnicodeString* aliasFromStr = new UnicodeString(aliasFrom, -1, US_INV);
180 aliasFromRegion->idStr.extract(0,aliasFromRegion->idStr.length(),aliasFromRegion->id,sizeof(aliasFromRegion->id),US_INV);
283 UnicodeString parentStr = UnicodeString(parent, -1 , US_INV);
417 UnicodeString regionCodeString = UnicodeString(region_code, -1, US_INV);
H A Dname2uni.cpp191 name.extract(0, len, cbuf, maxLen, US_INV);
H A Danytrans.cpp287 UnicodeString sourceName(uscript_getName(source), -1, US_INV); local
337 name.extract(0, nameLen, buf, (int32_t)sizeof(buf), US_INV);
H A Duspoof_wsconf.cpp86 s.extract(0, len, destBuf, destCapacity, US_INV);
121 UnicodeString pattern(parseExp, -1, US_INV);
/macosx-10.10/ICU-531.30/icuSources/test/perf/leperf/
H A Dxmlreader.cpp57 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
75 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
103 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
125 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
/macosx-10.10/ICU-531.30/icuSources/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp289 fPat(pat, -1, US_INV),
290 fString(num,-1,US_INV),
417 fPat(pat, -1, US_INV),
418 fString(num,-1,US_INV),
541 fPat(pat, -1, US_INV),
542 fString(num,-1,US_INV),
632 fPat(pat, -1, US_INV),
633 fString(num,-1,US_INV),

Completed in 287 milliseconds

1234