OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PreparsedUCD
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/toolutil/
ppucd.cpp
55
const int32_t
PreparsedUCD
::kNumLineBuffers;
57
PreparsedUCD
::
PreparsedUCD
(const char *filename, UErrorCode &errorCode)
83
PreparsedUCD
::~
PreparsedUCD
() {
104
PreparsedUCD
::LineType
105
PreparsedUCD
::readLine(UErrorCode &errorCode) {
170
PreparsedUCD
::firstField() {
177
PreparsedUCD
::nextField() {
185
PreparsedUCD
::getProps(UnicodeSet &newValues, UErrorCode &errorCode)
[
all
...]
ppucd.h
61
class U_TOOLUTIL_API
PreparsedUCD
{
96
PreparsedUCD
(const char *filename, UErrorCode &errorCode);
99
~
PreparsedUCD
();
Completed in 105 milliseconds