Searched defs:rlz (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_rlz_module.cc11 #include "rlz/win/lib/lib_values.h"
110 char rlz[rlz_lib::kMaxRlzLength + 1]; local
111 rlz_lib::GetAccessPointRlz(access_point, rlz, rlz_lib::kMaxRlzLength);
112 result_.reset(Value::CreateStringValue(rlz));
/external/chromium/chrome/browser/rlz/
H A Drlz.cc9 #include "chrome/browser/rlz/rlz.h"
174 // For organic brandcodes do not use rlz at all. Empty brandcode usually
182 // empty rlz which means we haven't got a chance to do it.
204 // time but the rlz lib should ingore all but the first one.
312 std::wstring* rlz) {
317 *rlz = cached_ommibox_rlz;
336 rlz->erase();
343 *rlz = ASCIIToWide(std::string(str_rlz));
346 cached_ommibox_rlz.assign(*rlz);
311 GetAccessPointRlz(rlz_lib::AccessPoint point, std::wstring* rlz) argument
[all...]
/external/icu4c/test/cintltst/
H A Dcallcoll.c637 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
638 uint32_t rlen = u_unescape(rules, rlz, RULE_BUFFER_LEN);
641 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
686 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
687 uint32_t rlen = u_unescape(rules, rlz, RULE_BUFFER_LEN);
690 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
H A Dcapitst.c1343 UChar rlz[256] = {0}; local
1344 uint32_t rlzLen = u_unescape(rules, rlz, 256);
1415 coll = ucol_openRules(rlz, rlzLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status);
H A Dcmsccoll.c2012 UChar rlz[2048] = { 0 }; local
2017 rlen = u_unescape(tests[i].rules, rlz, 2048);
2019 credundant = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL,&status);
2028 rlen = u_unescape(tests[i].expectedRules, rlz, 2048);
2029 cresulting = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL,&status);
2075 UChar rlz[2048] = { 0 }; local
2080 rlen = u_unescape(rules[i], rlz, 2048);
2082 credundant = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status);
2090 rlen = u_unescape(expectedRules[i], rlz, 2048);
2091 cresulting = ucol_openRules(rlz, rle
2513 UChar rlz[2048] = { 0 }; local
4650 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
4781 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
[all...]
/external/icu4c/test/intltest/
H A Dapicoll.cpp1536 UChar rlz[256] = {0}; local
1554 u_unescape(rules, rlz, 256);
1610 coll = new RuleBasedCollator(rlz, status);

Completed in 661 milliseconds