OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPreFixups
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/layout/
MPreFixups.h
24
class
MPreFixups
: public UMemory
27
MPreFixups
(le_int32 charCount);
28
~
MPreFixups
();
MPreFixups.cpp
9
#include "
MPreFixups
.h"
19
MPreFixups
::
MPreFixups
(le_int32 charCount)
25
MPreFixups
::~
MPreFixups
()
31
void
MPreFixups
::add(le_int32 baseIndex, le_int32 mpreIndex)
43
void
MPreFixups
::apply(LEGlyphStorage &glyphStorage, LEErrorCode& success)
IndicLayoutEngine.h
23
class
MPreFixups
;
161
MPreFixups
*fMPreFixups;
HangulLayoutEngine.h
23
class
MPreFixups
;
IndicReordering.h
78
class
MPreFixups
;
154
MPreFixups
**outMPreFixups, LEErrorCode& success);
156
static void adjustMPres(
MPreFixups
*
mpreFixups
, LEGlyphStorage &glyphStorage, LEErrorCode& success);
IndicReordering.cpp
12
#include "
MPreFixups
.h"
120
MPreFixups
*fMPreFixups;
176
IndicReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage,
MPreFixups
*
mpreFixups
)
180
fMatraFeatures(0), fMPreOutIndex(-1), fMPreFixups(
mpreFixups
),
627
MPreFixups
**outMPreFixups, LEErrorCode& success)
633
MPreFixups
*
mpreFixups
= NULL;
637
mpreFixups
= new
MPreFixups
(charCount)
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
Completed in 722 milliseconds