Searched refs:LE_NO_LAYOUT_ERROR (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/layout/
H A DLEGlyphStorage.cpp183 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...]
H A DLETypes.h655 LE_NO_LAYOUT_ERROR = U_UNSUPPORTED_ERROR, /**< You must call layoutChars() first. */ enumerator in enum:LEErrorCode
/external/chromium_org/third_party/icu/source/test/letest/
H A Dcletest.c73 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");
H A Dletest.cpp82 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
[all...]
/external/icu4c/test/letest/
H A Dcletest.c73 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");
H A Dletest.cpp82 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
[all...]

Completed in 101 milliseconds