Searched refs:uprv_syntaxError (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dsprpimpl.h103 uprv_syntaxError(const UChar* rules,
H A Duidna.cpp304 uprv_syntaxError(b1,failPos, b1Len,parseError);
307 uprv_syntaxError(b1,0,b1Len,parseError);
310 uprv_syntaxError(b1, (b1Len>0) ? b1Len-1 : b1Len, b1Len,parseError);
372 uprv_syntaxError(b1,0,b1Len,parseError);
559 uprv_syntaxError(src,failPos, srcLength,parseError);
562 uprv_syntaxError(src,0,srcLength,parseError);
565 uprv_syntaxError(src, (srcLength>0) ? srcLength-1 : srcLength, srcLength,parseError);
H A Dusprep.cpp434 uprv_syntaxError(const UChar* rules, function
541 uprv_syntaxError(src,srcIndex-U16_LENGTH(ch), srcLength,parseError);
757 uprv_syntaxError(b1, b2Index-U16_LENGTH(ch), b2Len, parseError);
780 uprv_syntaxError(b2,(rtlPos>ltrPos) ? rtlPos : ltrPos, b2Len, parseError);
790 uprv_syntaxError(b2, rtlPos, b2Len, parseError);
/external/icu/icu4c/source/common/
H A Dsprpimpl.h103 uprv_syntaxError(const UChar* rules,
H A Duidna.cpp304 uprv_syntaxError(b1,failPos, b1Len,parseError);
307 uprv_syntaxError(b1,0,b1Len,parseError);
310 uprv_syntaxError(b1, (b1Len>0) ? b1Len-1 : b1Len, b1Len,parseError);
372 uprv_syntaxError(b1,0,b1Len,parseError);
559 uprv_syntaxError(src,failPos, srcLength,parseError);
562 uprv_syntaxError(src,0,srcLength,parseError);
565 uprv_syntaxError(src, (srcLength>0) ? srcLength-1 : srcLength, srcLength,parseError);
H A Dusprep.cpp434 uprv_syntaxError(const UChar* rules, function
541 uprv_syntaxError(src,srcIndex-U16_LENGTH(ch), srcLength,parseError);
757 uprv_syntaxError(b1, b2Index-U16_LENGTH(ch), b2Len, parseError);
780 uprv_syntaxError(b2,(rtlPos>ltrPos) ? rtlPos : ltrPos, b2Len, parseError);
790 uprv_syntaxError(b2, rtlPos, b2Len, parseError);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Didnaref.cpp590 uprv_syntaxError(src,failPos, srcLength,parseError);
593 uprv_syntaxError(src,0,srcLength,parseError);
596 uprv_syntaxError(src, (srcLength>0) ? srcLength-1 : srcLength, srcLength,parseError);
/external/icu/icu4c/source/test/intltest/
H A Didnaref.cpp590 uprv_syntaxError(src,failPos, srcLength,parseError);
593 uprv_syntaxError(src,0,srcLength,parseError);
596 uprv_syntaxError(src, (srcLength>0) ? srcLength-1 : srcLength, srcLength,parseError);
/external/icu/icu4c/source/common/unicode/
H A Durename.h1315 #define uprv_syntaxError U_ICU_ENTRY_POINT_RENAME(uprv_syntaxError) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1384 #define uprv_syntaxError U_ICU_ENTRY_POINT_RENAME(uprv_syntaxError) macro

Completed in 170 milliseconds