Home
last modified time | relevance | path

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

/external/icu4c/common/
Duts46.cpp699 UErrorCode punycodeErrorCode=U_ZERO_ERROR; in processLabel() local
702 NULL, &punycodeErrorCode); in processLabel()
703 if(punycodeErrorCode==U_BUFFER_OVERFLOW_ERROR) { in processLabel()
710 punycodeErrorCode=U_ZERO_ERROR; in processLabel()
713 NULL, &punycodeErrorCode); in processLabel()
716 if(U_FAILURE(punycodeErrorCode)) { in processLabel()