Lines Matching refs:uKey
1223 UnicodeString uKey(tzID);1224 for (int32_t i = 0; i < uKey.length(); i++) {1225 if (uKey.charAt(i) == (UChar)0x2F) {1226 uKey.setCharAt(i, (UChar)0x3A);1229 uKey.extract(0, uKey.length(), key, sizeof(key), US_INV);