OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LE_NO_LAYOUT_ERROR
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/layout/
LEGlyphStorage.cpp
183
success =
LE_NO_LAYOUT_ERROR
;
204
success =
LE_NO_LAYOUT_ERROR
;
226
success =
LE_NO_LAYOUT_ERROR
;
247
success =
LE_NO_LAYOUT_ERROR
;
261
success =
LE_NO_LAYOUT_ERROR
;
280
success =
LE_NO_LAYOUT_ERROR
;
299
success =
LE_NO_LAYOUT_ERROR
;
318
success =
LE_NO_LAYOUT_ERROR
;
342
success =
LE_NO_LAYOUT_ERROR
;
356
success =
LE_NO_LAYOUT_ERROR
;
[
all
...]
LETypes.h
655
LE_NO_LAYOUT_ERROR
= U_UNSUPPORTED_ERROR, /**< You must call layoutChars() first. */
/external/chromium_org/third_party/icu/source/test/letest/
cletest.c
73
if (status !=
LE_NO_LAYOUT_ERROR
) {
74
log_err("Calling getGlyphs(glyphs, status) on an empty layout did not return
LE_NO_LAYOUT_ERROR
.\n");
87
if (status !=
LE_NO_LAYOUT_ERROR
) {
88
log_err("Calling getCharIndices(indices, status) on an empty layout did not return
LE_NO_LAYOUT_ERROR
.\n");
101
if (status !=
LE_NO_LAYOUT_ERROR
) {
102
log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return
LE_NO_LAYOUT_ERROR
.\n");
115
if (status !=
LE_NO_LAYOUT_ERROR
) {
116
log_err("Calling getGlyphPositions(positions, status) on an empty layout did not return
LE_NO_LAYOUT_ERROR
.\n");
letest.cpp
82
if (status !=
LE_NO_LAYOUT_ERROR
) {
83
log_err("Calling getGlyphs(glyphs, status) on an empty layout did not return
LE_NO_LAYOUT_ERROR
.\n");
96
if (status !=
LE_NO_LAYOUT_ERROR
) {
97
log_err("Calling getGlyphs(glyphs, 0xFF000000L, status) on an empty layout did not return
LE_NO_LAYOUT_ERROR
.\n");
110
if (status !=
LE_NO_LAYOUT_ERROR
) {
111
log_err("Calling getCharIndices(indices, status) on an empty layout did not return
LE_NO_LAYOUT_ERROR
.\n");
124
if (status !=
LE_NO_LAYOUT_ERROR
) {
125
log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return
LE_NO_LAYOUT_ERROR
.\n");
138
if (status !=
LE_NO_LAYOUT_ERROR
) {
139
log_err("Calling getGlyphPositions(positions, status) on an empty layout did not return
LE_NO_LAYOUT_ERROR
.\n")
[
all
...]
/external/icu4c/test/letest/
cletest.c
73
if (status !=
LE_NO_LAYOUT_ERROR
) {
74
log_err("Calling getGlyphs(glyphs, status) on an empty layout did not return
LE_NO_LAYOUT_ERROR
.\n");
87
if (status !=
LE_NO_LAYOUT_ERROR
) {
88
log_err("Calling getCharIndices(indices, status) on an empty layout did not return
LE_NO_LAYOUT_ERROR
.\n");
101
if (status !=
LE_NO_LAYOUT_ERROR
) {
102
log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return
LE_NO_LAYOUT_ERROR
.\n");
115
if (status !=
LE_NO_LAYOUT_ERROR
) {
116
log_err("Calling getGlyphPositions(positions, status) on an empty layout did not return
LE_NO_LAYOUT_ERROR
.\n");
letest.cpp
82
if (status !=
LE_NO_LAYOUT_ERROR
) {
83
log_err("Calling getGlyphs(glyphs, status) on an empty layout did not return
LE_NO_LAYOUT_ERROR
.\n");
96
if (status !=
LE_NO_LAYOUT_ERROR
) {
97
log_err("Calling getGlyphs(glyphs, 0xFF000000L, status) on an empty layout did not return
LE_NO_LAYOUT_ERROR
.\n");
110
if (status !=
LE_NO_LAYOUT_ERROR
) {
111
log_err("Calling getCharIndices(indices, status) on an empty layout did not return
LE_NO_LAYOUT_ERROR
.\n");
124
if (status !=
LE_NO_LAYOUT_ERROR
) {
125
log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return
LE_NO_LAYOUT_ERROR
.\n");
138
if (status !=
LE_NO_LAYOUT_ERROR
) {
139
log_err("Calling getGlyphPositions(positions, status) on an empty layout did not return
LE_NO_LAYOUT_ERROR
.\n")
[
all
...]
Completed in 3101 milliseconds