HomeSort by relevance Sort by last modified time
    Searched refs:uprv_syntaxError (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/common/
sprpimpl.h 105 uprv_syntaxError(const UChar* rules,
usprep.cpp 437 uprv_syntaxError(const UChar* rules,
543 uprv_syntaxError(src,srcIndex-U16_LENGTH(ch), srcLength,parseError);
733 uprv_syntaxError(b1, b2Index-U16_LENGTH(ch), b2Len, parseError);
756 uprv_syntaxError(b2,(rtlPos>ltrPos) ? rtlPos : ltrPos, b2Len, parseError);
766 uprv_syntaxError(b2, rtlPos, b2Len, parseError);
uidna.cpp 306 uprv_syntaxError(b1,failPos, b1Len,parseError);
309 uprv_syntaxError(b1,0,b1Len,parseError);
312 uprv_syntaxError(b1, (b1Len>0) ? b1Len-1 : b1Len, b1Len,parseError);
374 uprv_syntaxError(b1,0,b1Len,parseError);
560 uprv_syntaxError(src,failPos, srcLength,parseError);
563 uprv_syntaxError(src,0,srcLength,parseError);
566 uprv_syntaxError(src, (srcLength>0) ? srcLength-1 : srcLength, srcLength,parseError);
  /external/icu/icu4c/source/test/intltest/
idnaref.cpp 592 uprv_syntaxError(src,failPos, srcLength,parseError);
595 uprv_syntaxError(src,0,srcLength,parseError);
598 uprv_syntaxError(src, (srcLength>0) ? srcLength-1 : srcLength, srcLength,parseError);
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 434 milliseconds