OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CharacterClass
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/unicode/
selfmt.h
352
}
CharacterClass
;
362
//For the applyPattern , classifies char.s in one of the
characterClass
.
363
CharacterClass
classifyCharacter(UChar ch) const;
/external/webkit/Source/JavaScriptCore/yarr/
YarrPattern.h
65
struct
CharacterClass
{
68
// All
CharacterClass
instances have to have the full set of matches and ranges,
71
CharacterClass
(PassRefPtr<CharacterClassTable> table)
104
CharacterClass
*
characterClass
;
129
PatternTerm(
CharacterClass
* charClass, bool invert)
134
characterClass
= charClass;
283
CharacterClass
* newlineCreate();
284
CharacterClass
* digitsCreate();
285
CharacterClass
* spacesCreate()
[
all
...]
Completed in 589 milliseconds