Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duts46.cpp711 UErrorCode punycodeErrorCode=U_ZERO_ERROR; in processLabel() local
714 NULL, &punycodeErrorCode); in processLabel()
715 if(punycodeErrorCode==U_BUFFER_OVERFLOW_ERROR) { in processLabel()
722 punycodeErrorCode=U_ZERO_ERROR; in processLabel()
725 NULL, &punycodeErrorCode); in processLabel()
728 if(U_FAILURE(punycodeErrorCode)) { in processLabel()