OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnicodeSet
(Results
101 - 123
of
123
) sorted by null
1
2
3
4
5
/external/icu4c/i18n/
coll.cpp
581
UnicodeSet
*Collator::getTailoredSet(UErrorCode &status) const
587
return new
UnicodeSet
(0, 0x10FFFF);
utrans.cpp
276
filter = new
UnicodeSet
(pat, *status);
plurrule.cpp
882
idStartFilter = new
UnicodeSet
(idStart, err);
883
idContinueFilter = new
UnicodeSet
(idContinue, err);
uspoof_conf.cpp
167
fKeySet = new
UnicodeSet
();
369
// It is an oddity of the
UnicodeSet
API that simply enumerating the contained
ucol_res.cpp
[
all
...]
ucol_bld.cpp
[
all
...]
ucol_elm.cpp
[
all
...]
/libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp
540
UnicodeSet
set1;
544
UnicodeSet
set2;
/external/icu4c/common/
dictbe.cpp
84
DictionaryBreakEngine::setCharacters( const
UnicodeSet
&set ) {
unormcmp.cpp
588
const
UnicodeSet
*uni32;
caniter.cpp
441
UnicodeSet
starts;
/external/icu4c/test/intltest/
itutil.cpp
338
UnicodeSet
emptySet;
apicoll.cpp
[
all
...]
normconf.cpp
174
//
UnicodeSet
for all code points that are not mentioned in NormalizationTest.txt
175
UnicodeSet
other(0, 0x10ffff);
211
// Remove a single code point from the "other"
UnicodeSet
restest.cpp
501
UnicodeSet
set(strSet,status);
503
errln("Could not construct
UnicodeSet
from pattern for ExemplarCharacters in locale : %s. Error: %s",locale,u_errorName(status));
ssearch.cpp
[
all
...]
csdetest.cpp
735
UnicodeSet
setOfCharsetNames; // UnicodSets can hold strings.
/external/icu4c/tools/dumpce/
dumpce.cpp
994
UnicodeSet
* uniset = new
UnicodeSet
(UnicodeString(pattern), error);
[
all
...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
urename.h
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 943 milliseconds
1
2
3
4
5