Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Ddtitvinf.cpp458 const UChar CHAR_Z = 0x007A; in getBestSkeleton() local
466 if ( skeleton.indexOf(CHAR_Z) != -1 ) { in getBestSkeleton()
468 copySkeleton.findAndReplace(UnicodeString(CHAR_Z), UnicodeString(CHAR_V)); in getBestSkeleton()
/external/icu/icu4c/source/i18n/
Ddtitvinf.cpp458 const UChar CHAR_Z = 0x007A; in getBestSkeleton() local
466 if ( skeleton.indexOf(CHAR_Z) != -1 ) { in getBestSkeleton()
468 copySkeleton.findAndReplace(UnicodeString(CHAR_Z), UnicodeString(CHAR_V)); in getBestSkeleton()
/external/pcre/dist/
Dpcre_internal.h1309 #define CHAR_Z 'Z' macro
1572 #define CHAR_Z '\132' macro
/external/chromium_org/components/search_engines/
Dtemplate_url_prepopulate_data.cc711 #define CHAR_Z 'Z' in GetPrepopulationSetFromCountryID() macro