Searched refs:DERIVED_CORE_PROPERTIES (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py69 DERIVED_CORE_PROPERTIES = {} variable
155 in the DERIVED_CORE_PROPERTIES dictionary.
182 if code_point in DERIVED_CORE_PROPERTIES:
183 DERIVED_CORE_PROPERTIES[code_point].append(prop)
185 DERIVED_CORE_PROPERTIES[code_point] = [prop]
260 or (code_point in DERIVED_CORE_PROPERTIES
261 and 'Uppercase' in DERIVED_CORE_PROPERTIES[code_point]))
272 or (code_point in DERIVED_CORE_PROPERTIES
273 and 'Lowercase' in DERIVED_CORE_PROPERTIES[code_point]))
277 return ((code_point in DERIVED_CORE_PROPERTIES
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py69 DERIVED_CORE_PROPERTIES = {} variable
155 in the DERIVED_CORE_PROPERTIES dictionary.
182 if code_point in DERIVED_CORE_PROPERTIES:
183 DERIVED_CORE_PROPERTIES[code_point].append(prop)
185 DERIVED_CORE_PROPERTIES[code_point] = [prop]
260 or (code_point in DERIVED_CORE_PROPERTIES
261 and 'Uppercase' in DERIVED_CORE_PROPERTIES[code_point]))
272 or (code_point in DERIVED_CORE_PROPERTIES
273 and 'Lowercase' in DERIVED_CORE_PROPERTIES[code_point]))
277 return ((code_point in DERIVED_CORE_PROPERTIES
[all...]

Completed in 122 milliseconds