Searched defs:skeletonToUse (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/i18n/
H A Ddtptngen.cpp875 // If skeletonToUse is specified, then an availableFormats entry is being added. In this case:
887 const UnicodeString* skeletonToUse,
898 if ( skeletonToUse == NULL ) {
902 matcher.set(*skeletonToUse, fp, skeleton); // this still trims skeleton fields to max len 3, may need to change it.
903 matcher.getBasePattern(basePattern); // or perhaps instead: basePattern = *skeletonToUse;
910 if (!override || (skeletonToUse != NULL && entryHadSpecifiedSkeleton)) {
919 if (!override || (skeletonToUse != NULL && entrySpecifiedSkeleton != NULL)) {
923 patternMap->add(basePattern, skeleton, pattern, skeletonToUse != NULL, status);
885 addPatternWithSkeleton( const UnicodeString& pattern, const UnicodeString* skeletonToUse, UBool override, UnicodeString& conflictingPattern, UErrorCode& status) argument
/external/icu4c/i18n/
H A Ddtptngen.cpp883 // If skeletonToUse is specified, then an availableFormats entry is being added. In this case:
895 const UnicodeString* skeletonToUse,
906 if ( skeletonToUse == NULL ) {
910 matcher.set(*skeletonToUse, fp, skeleton); // this still trims skeleton fields to max len 3, may need to change it.
911 matcher.getBasePattern(basePattern); // or perhaps instead: basePattern = *skeletonToUse;
918 if (!override || (skeletonToUse != NULL && entryHadSpecifiedSkeleton)) {
927 if (!override || (skeletonToUse != NULL && entrySpecifiedSkeleton != NULL)) {
931 patternMap->add(basePattern, skeleton, pattern, skeletonToUse != NULL, status);
893 addPatternWithSkeleton( const UnicodeString& pattern, const UnicodeString* skeletonToUse, UBool override, UnicodeString& conflictingPattern, UErrorCode& status) argument

Completed in 47 milliseconds