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

  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 33 fAllowedLocales(NULL), fCachedIdentifierInfo(NULL) {
43 fAllowedLocales = uprv_strdup("");
44 if (fAllowedCharsSet == NULL || fAllowedLocales == NULL) {
54 fAllowedLocales(NULL), fCachedIdentifierInfo(NULL) {
58 fAllowedLocales = uprv_strdup("");
66 fAllowedLocales(NULL), fCachedIdentifierInfo(NULL) {
79 fAllowedLocales = uprv_strdup(src.fAllowedLocales);
90 uprv_free((void *)fAllowedLocales);
306 uprv_free((void *)fAllowedLocales);
    [all...]
uspoof_impl.h 111 const char *fAllowedLocales; // The list of allowed locales.
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 30 fMagic(0), fSpoofData(NULL), fAllowedCharsSet(NULL) , fAllowedLocales(NULL) {
43 fAllowedLocales = uprv_strdup("");
54 fAllowedLocales = uprv_strdup("");
74 fAllowedLocales = uprv_strdup(src.fAllowedLocales);
84 uprv_free((void *)fAllowedLocales);
302 uprv_free((void *)fAllowedLocales);
303 fAllowedLocales = uprv_strdup("");
305 if (fAllowedLocales == NULL || tmpSet == NULL) {
337 uprv_free((void *)fAllowedLocales);
    [all...]
uspoof_impl.h 122 const char *fAllowedLocales; // The list of allowed locales.
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 530 milliseconds