Check ascii casing in the candidate process (#254) 43/238243/1 accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20200717.033338 accepted/tizen/5.5/unified/wearable/hotfix/20201027.115300 submit/tizen_5.5/20200710.032453 submit/tizen_5.5_wearable_hotfix/20201026.184303
author조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>
Mon, 29 Jun 2020 21:51:32 +0000 (06:51 +0900)
committerWoongsuk Cho <ws77.cho@samsung.com>
Fri, 10 Jul 2020 02:01:36 +0000 (11:01 +0900)
commiteb0359cb975a2e6b4fdc17f07e3a7d35ab9200f5
tree203b05e9cbb1a30b44ba8aad577abe977b651514
parent2c1d99d518f1d5d8720d6ef4f5cd1f9ac38df62b
Check ascii casing in the candidate process (#254)

If current culture's casing for ASCII is the same as invariant, it can take a fast path than calling out to the OS for culture-aware casing.
However, in certain languages, the "ascii casing check function" may be significantly slowed down.
To avoid that kind situation, call it in advance on the candidate process.

Change-Id: I46509deec025f724b8fdb3bfd81431e08e611209
Managed/Tizen.Runtime/Preloader.cs