Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dpunycode.cpp80 #define _SMALL_Z 0X7a macro
144 if(_SMALL_A<=b && b<=_SMALL_Z) { in asciiCaseMap()