HomeSort by relevance Sort by last modified time
    Searched refs:ICU_Utility (Results 1 - 19 of 19) sorted by null

  /external/icu/icu4c/source/common/
util.cpp 36 UnicodeString& ICU_Utility::appendNumber(UnicodeString& result, int32_t n,
71 UBool ICU_Utility::isUnprintable(UChar32 c) {
81 UBool ICU_Utility::escapeUnprintable(UnicodeString& result, UChar32 c) {
109 int32_t ICU_Utility::quotedIndexOf(const UnicodeString& text,
135 int32_t ICU_Utility::skipWhitespace(const UnicodeString& str, int32_t& pos,
164 //?int32_t ICU_Utility::skipWhitespace(const Replaceable& text,
201 UBool ICU_Utility::parseChar(const UnicodeString& id, int32_t& pos, UChar ch) {
229 int32_t ICU_Utility::parsePattern(const UnicodeString& pat,
297 void ICU_Utility::appendToRule(UnicodeString& rule,
306 (escapeUnprintable && ICU_Utility::isUnprintable(c)))
    [all...]
util_props.cpp 28 int32_t ICU_Utility::parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit) {
88 int32_t ICU_Utility::parsePattern(const UnicodeString& rule, int32_t pos, int32_t limit,
146 UnicodeString ICU_Utility::parseUnicodeIdentifier(const UnicodeString& str, int32_t& pos) {
188 int32_t ICU_Utility::parseNumber(const UnicodeString& text,
util.h 21 // class ICU_Utility
22 // i18n utility functions, scoped into the class ICU_Utility.
29 class U_COMMON_API ICU_Utility /* not : public UObject because all methods are static */ {
235 ICU_Utility();
uniset_closure.cpp 107 ICU_Utility::skipWhitespace(pattern, i, TRUE);
uniset_props.cpp 362 ICU_Utility::skipWhitespace(pattern, i, TRUE);
    [all...]
uniset.cpp     [all...]
  /external/icu/icu4c/source/i18n/
strrepl.cpp 252 ICU_Utility::appendToRule(rule, (UChar)0x0040 /*@*/, TRUE, escapeUnprintable, quoteBuf);
259 ICU_Utility::appendToRule(rule, (UChar)0x007C /*|*/, TRUE, escapeUnprintable, quoteBuf);
265 ICU_Utility::appendToRule(rule, c, FALSE, escapeUnprintable, quoteBuf);
271 ICU_Utility::appendToRule(rule, buf,
282 ICU_Utility::appendToRule(rule, (UChar)0x0040 /*@*/, TRUE, escapeUnprintable, quoteBuf);
284 ICU_Utility::appendToRule(rule, (UChar)0x007C /*|*/, TRUE, escapeUnprintable, quoteBuf);
287 ICU_Utility::appendToRule(rule, -1,
rbt_rule.cpp 488 ICU_Utility::appendToRule(rule, anteContext, escapeUnprintable, quoteBuf);
491 ICU_Utility::appendToRule(rule, (UChar) 0x007B /*{*/, TRUE, escapeUnprintable, quoteBuf);
494 ICU_Utility::appendToRule(rule, key, escapeUnprintable, quoteBuf);
497 ICU_Utility::appendToRule(rule, (UChar) 0x007D /*}*/, TRUE, escapeUnprintable, quoteBuf);
500 ICU_Utility::appendToRule(rule, postContext, escapeUnprintable, quoteBuf);
507 ICU_Utility::appendToRule(rule, UnicodeString(TRUE, FORWARD_OP, 3), TRUE, escapeUnprintable, quoteBuf);
511 ICU_Utility::appendToRule(rule, output->toReplacer()->toReplacerPattern(str, escapeUnprintable),
514 ICU_Utility::appendToRule(rule, (UChar) 0x003B /*;*/, TRUE, escapeUnprintable, quoteBuf);
tridpars.cpp 133 if (ICU_Utility::parseChar(id, pos, OPEN_REV)) {
135 if (!ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
138 if (specsB == NULL || !ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
267 withParens = ICU_Utility::parseChar(id, pos, OPEN_REV) ? 1 : 0;
269 if (!ICU_Utility::parseChar(id, pos, OPEN_REV)) {
275 ICU_Utility::skipWhitespace(id, pos, TRUE);
296 if (withParens == 1 && !ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
374 if (!ICU_Utility::parseChar(id, pos, ID_DELIM)) {
401 if (!ICU_Utility::parseChar(id, pos, ID_DELIM)) {
427 ICU_Utility::parseChar(id, pos, ID_DELIM)
    [all...]
quant.cpp 115 ICU_Utility::appendNumber(result, minCount);
118 ICU_Utility::appendNumber(result, maxCount);
strmatch.cpp 174 ICU_Utility::appendToRule(result, keyChar, FALSE, escapeUnprintable, quoteBuf);
176 ICU_Utility::appendToRule(result, m->toPattern(str, escapeUnprintable),
184 ICU_Utility::appendToRule(result, -1,
251 ICU_Utility::appendNumber(rule, segmentNumber, 10, 1);
esctrn.cpp 151 ICU_Utility::appendNumber(buf, c, supplementalHandler->radix,
163 ICU_Utility::appendNumber(buf, c, radix, minDigits);
rbt_pars.cpp 559 !ICU_Utility::parseChar(rule, iref, SEGMENT_OPEN)) {
608 r = ICU_Utility::parseNumber(rule, pos, 10);
    [all...]
name2uni.cpp 151 ICU_Utility::parsePattern(openPat, text, cursor, limit);
translit.cpp     [all...]
  /external/icu/icu4c/source/tools/toolutil/
dbgutil.cpp 145 if(ICU_Utility::isUnprintable(c)) {
147 ICU_Utility::escapeUnprintable(*dst, c);
  /external/icu/icu4c/source/test/intltest/
tokiter.cpp 68 ICU_Utility::skipWhitespace(line, pos, TRUE);
textfile.cpp 119 ICU_Utility::skipWhitespace(line, pos, TRUE);
regextst.cpp     [all...]

Completed in 333 milliseconds