Searched refs:uprv_syntaxError (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/ |
D | usprep.cpp | 437 uprv_syntaxError(const UChar* rules, in uprv_syntaxError() function 543 uprv_syntaxError(src,srcIndex-U16_LENGTH(ch), srcLength,parseError); in usprep_map() 733 uprv_syntaxError(b1, b2Index-U16_LENGTH(ch), b2Len, parseError); in usprep_prepare() 756 uprv_syntaxError(b2,(rtlPos>ltrPos) ? rtlPos : ltrPos, b2Len, parseError); in usprep_prepare() 766 uprv_syntaxError(b2, rtlPos, b2Len, parseError); in usprep_prepare()
|
D | sprpimpl.h | 105 uprv_syntaxError(const UChar* rules,
|
D | uidna.cpp | 306 uprv_syntaxError(b1,failPos, b1Len,parseError); in _internal_toASCII() 309 uprv_syntaxError(b1,0,b1Len,parseError); in _internal_toASCII() 312 uprv_syntaxError(b1, (b1Len>0) ? b1Len-1 : b1Len, b1Len,parseError); in _internal_toASCII() 374 uprv_syntaxError(b1,0,b1Len,parseError); in _internal_toASCII()
|
/external/icu/icu4c/source/test/intltest/ |
D | idnaref.cpp | 592 uprv_syntaxError(src,failPos, srcLength,parseError); in idnaref_toUnicode() 595 uprv_syntaxError(src,0,srcLength,parseError); in idnaref_toUnicode() 598 … uprv_syntaxError(src, (srcLength>0) ? srcLength-1 : srcLength, srcLength,parseError); in idnaref_toUnicode()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1360 #define uprv_syntaxError U_ICU_ENTRY_POINT_RENAME(uprv_syntaxError) macro
|