OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCharIndices
(Results
1 - 10
of
10
) sorted by null
/external/icu4c/layout/
LEGlyphStorage.h
175
void
getCharIndices
(le_int32 charIndices[], LEErrorCode &success) const;
188
void
getCharIndices
(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
LayoutEngine.h
411
void
getCharIndices
(le_int32 charIndices[], LEErrorCode &success) const;
424
void
getCharIndices
(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
loengine.cpp
100
le->
getCharIndices
(charIndices, *success);
116
le->
getCharIndices
(charIndices, indexBase, *success);
LayoutEngine.cpp
164
void LayoutEngine::
getCharIndices
(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
166
fGlyphStorage->
getCharIndices
(charIndices, indexBase, success);
169
void LayoutEngine::
getCharIndices
(le_int32 charIndices[], LEErrorCode &success) const
171
fGlyphStorage->
getCharIndices
(charIndices, success);
LEGlyphStorage.cpp
169
void LEGlyphStorage::
getCharIndices
(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
192
void LEGlyphStorage::
getCharIndices
(le_int32 charIndices[], LEErrorCode &success) const
/external/chromium_org/third_party/icu/source/test/letest/
letest.cpp
101
engine->
getCharIndices
(NULL, status);
104
log_err("Calling
getCharIndices
(NULL, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
108
engine->
getCharIndices
(indices, status);
111
log_err("Calling
getCharIndices
(indices, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
115
engine->
getCharIndices
(NULL, 1024, status);
118
log_err("Calling
getCharIndices
(NULL, 1024, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
122
engine->
getCharIndices
(indices, 1024, status);
125
log_err("Calling
getCharIndices
(indices, 1024, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
267
engine->
getCharIndices
(indices, status);
290
engine->
getCharIndices
(biasedIndices, 1024, status)
[
all
...]
gendata.cpp
264
engine->
getCharIndices
(indices, leStatus);
/external/icu4c/test/letest/
letest.cpp
101
engine->
getCharIndices
(NULL, status);
104
log_err("Calling
getCharIndices
(NULL, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
108
engine->
getCharIndices
(indices, status);
111
log_err("Calling
getCharIndices
(indices, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
115
engine->
getCharIndices
(NULL, 1024, status);
118
log_err("Calling
getCharIndices
(NULL, 1024, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n");
122
engine->
getCharIndices
(indices, 1024, status);
125
log_err("Calling
getCharIndices
(indices, 1024, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
267
engine->
getCharIndices
(indices, status);
290
engine->
getCharIndices
(biasedIndices, 1024, status)
[
all
...]
gendata.cpp
264
engine->
getCharIndices
(indices, leStatus);
/external/icu4c/layoutex/
ParagraphLayout.cpp
471
engine->
getCharIndices
(&fGlyphToCharMap[glyphBase], runStart, layoutStatus);
[
all
...]
Completed in 1286 milliseconds