Home
last modified time | relevance | path

Searched refs:uprv_syntaxError (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/
Dusprep.cpp435 uprv_syntaxError(const UChar* rules, in uprv_syntaxError() function
541 uprv_syntaxError(src,srcIndex-U16_LENGTH(ch), srcLength,parseError); in usprep_map()
731 uprv_syntaxError(b1, b2Index-U16_LENGTH(ch), b2Len, parseError); in usprep_prepare()
754 uprv_syntaxError(b2,(rtlPos>ltrPos) ? rtlPos : ltrPos, b2Len, parseError); in usprep_prepare()
764 uprv_syntaxError(b2, rtlPos, b2Len, parseError); in usprep_prepare()
Dsprpimpl.h103 uprv_syntaxError(const UChar* rules,
Duidna.cpp304 uprv_syntaxError(b1,failPos, b1Len,parseError); in _internal_toASCII()
307 uprv_syntaxError(b1,0,b1Len,parseError); in _internal_toASCII()
310 uprv_syntaxError(b1, (b1Len>0) ? b1Len-1 : b1Len, b1Len,parseError); in _internal_toASCII()
372 uprv_syntaxError(b1,0,b1Len,parseError); in _internal_toASCII()
/external/icu/icu4c/source/test/intltest/
Didnaref.cpp590 uprv_syntaxError(src,failPos, srcLength,parseError); in idnaref_toUnicode()
593 uprv_syntaxError(src,0,srcLength,parseError); in idnaref_toUnicode()
596uprv_syntaxError(src, (srcLength>0) ? srcLength-1 : srcLength, srcLength,parseError); in idnaref_toUnicode()
/external/icu/icu4c/source/common/unicode/
Durename.h1352 #define uprv_syntaxError U_ICU_ENTRY_POINT_RENAME(uprv_syntaxError) macro