/external/icu4c/test/intltest/ |
tstnorm.cpp | [all...] |
cpdtrtst.cpp | 216 UnicodeSet ts; 217 UnicodeSet *retUS = NULL; 224 UnicodeSet ss;
|
convtest.cpp | 378 UnicodeSet cnvSet, mapSet, mapnotSet, diffSet; 379 UnicodeSet *cnvSetPtr = &cnvSet; 511 ((UnicodeSet *)context)->remove(codePoint); // the converter cannot convert this code point 590 UnicodeSet expected; 617 UnicodeSet set; 640 UnicodeSet temp(0, 0x10ffff); 645 UnicodeSet diffSet; [all...] |
transtst.cpp | 671 virtual void addMatchSetTo(UnicodeSet& /*toUnionTo*/) const {} [all...] |
/external/icu4c/i18n/unicode/ |
regex.h | 66 class UnicodeSet; 607 UnicodeSet **fStaticSets; // Ptr to static (shared) sets for predefined 616 UnicodeSet *fInitialChars; [all...] |
coll.h | [all...] |
tblcoll.h | 604 * Get an UnicodeSet that contains all the characters and sequences tailored in 607 * @return a pointer to a UnicodeSet object containing all the 612 virtual UnicodeSet *getTailoredSet(UErrorCode &status) const; [all...] |
/external/icu4c/common/ |
rbbistbl.cpp | 87 // The $variable refers to a single UnicodeSet 114 // to sets. Instead, it takes advantage of the fact that the UnicodeSet 119 UnicodeSet *retVal = NULL; 132 // It is used by the UnicodeSet parser.
|
normalizer2impl.h | 268 UBool getCanonStartSet(UChar32 c, UnicodeSet &set) const; 461 void addComposites(const uint16_t *list, UnicodeSet &set) const; 475 const UnicodeSet &getCanonStartSet(int32_t n) const;
|
rbbisetb.cpp | 21 // - Derive a set of non-overlapping UnicodeSet (like things) 161 UnicodeSet *inputSet = usetNode->fInputSet; 205 // The current rlRange is now entirely within the UnicodeSet range. 257 // subtree for each UnicodeSet that contains the string {eof} 270 UnicodeSet *inputSet = usetNode->fInputSet;
|
brkeng.cpp | 102 fHandled[breakType] = new UnicodeSet();
|
filterednormalizer2.cpp | 264 *UnicodeSet::fromUSet(filterSet));
|
normalizer2impl.cpp | 251 UVector canonStartSets; // contains UnicodeSet * 703 void Normalizer2Impl::addComposites(const uint16_t *list, UnicodeSet &set) const { [all...] |
/external/icu4c/i18n/ |
name2uni.cpp | 45 ((UnicodeSet *)set)->add(start, end); 50 ((UnicodeSet *)set)->add(UnicodeString((UBool)(length<0), str, length)); 62 UnicodeSet *legalPtr = &legal; 65 (USet *)legalPtr, // USet* == UnicodeSet*
|
rbt_rule.cpp | 265 * operation should be performed to check for UnicodeSet 530 void TransliterationRule::addSourceSetTo(UnicodeSet& toUnionTo) const { 548 void TransliterationRule::addTargetSetTo(UnicodeSet& toUnionTo) const {
|
uspoof_wsconf.cpp | 315 UnicodeSet ignoreSet; 317 UnicodeSet inheritedSet;
|
transreg.cpp | 62 const UnicodeSet* cpdFilter) : 74 const UnicodeSet* cpdFilter) : 112 t->adoptFilter((UnicodeSet*)compoundFilter->clone()); 154 (compoundFilter ? (UnicodeSet*)(compoundFilter->clone()) : 0), 437 UnicodeSet* compoundFilter; // For COMPOUND_RBT [all...] |
rbt_set.cpp | 447 UnicodeSet& TransliterationRuleSet::getSourceTargetSet(UnicodeSet& result,
|
tblcoll.cpp | 317 UnicodeSet * 323 return (UnicodeSet *)ucol_getTailoredSet(this->ucollator, &status);
|
rematch.cpp | [all...] |
strrepl.cpp | 295 void StringReplacer::addReplacementSetTo(UnicodeSet& toUnionTo) const {
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
FontCacheChromiumWin.cpp | 267 typedef HashMap<const wchar_t*, icu::UnicodeSet*> FontCmapCache; 283 HashMap<const wchar_t*, icu::UnicodeSet*>::iterator it = fontCmapCache->find(family); 311 // 1) port back ICU 4.0's faster look-up code for UnicodeSet 314 icu::UnicodeSet* cmap = new icu::UnicodeSet;
|
/external/icu4c/test/thaitest/ |
thaitest.cpp | 74 // UnicodeSet of SA characters 75 UnicodeSet fComplexContext; 402 UnicodeSet complexContext(UNICODE_STRING_SIMPLE("[:LineBreak=SA:]"), status);
|
/external/chromium/net/base/ |
net_util.cc | 518 typedef std::map<std::string, icu::UnicodeSet*> LangToExemplarSetMap; 535 friend bool GetExemplarSetForLang(const std::string&, icu::UnicodeSet**); 536 friend void SetExemplarSetForLang(const std::string&, icu::UnicodeSet*); 542 icu::UnicodeSet** lang_set) { 553 icu::UnicodeSet* lang_set) { 562 bool IsComponentCoveredByLang(const icu::UnicodeSet& component_characters, 564 static const icu::UnicodeSet kASCIILetters(0x61, 0x7a); // [a-z] 565 icu::UnicodeSet* lang_set; 580 lang_set = reinterpret_cast<icu::UnicodeSet *>( 587 lang_set = new icu::UnicodeSet(1, 0) [all...] |
/external/icu4c/tools/genctd/ |
genctd.cpp | 284 UnicodeSet breaks;
|