OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScriptSet
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
uspoof_impl.cpp
233
const UChar *text, int32_t length,
ScriptSet
*result, UErrorCode &status) const {
620
fScriptSets = (
ScriptSet
*)((char *)fRawData + fRawData->fScriptSets);
677
//
ScriptSet
implementation
680
ScriptSet
::
ScriptSet
() {
686
ScriptSet
::~
ScriptSet
() {
689
UBool
ScriptSet
::operator == (const
ScriptSet
&other) {
698
void
ScriptSet
::Union(UScriptCode script)
[
all
...]
uspoof_impl.h
43
class
ScriptSet
;
86
const UChar *text, int32_t length,
ScriptSet
*result, UErrorCode &status) const;
184
//
ScriptSet
- Wrapper class for the Script code bit sets that are part of the
192
class
ScriptSet
: public UMemory {
194
ScriptSet
();
195
~
ScriptSet
();
197
UBool operator == (const
ScriptSet
&other);
198
ScriptSet
& operator = (const
ScriptSet
&other);
200
void Union(const
ScriptSet
&other)
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 301 milliseconds