HomeSort by relevance Sort by last modified time
    Searched refs:rlz (Results 1 - 7 of 7) sorted by null

  /external/autotest/client/common_lib/cros/
cr50_utils.py 205 """Get the RLZ brand code from vpd.
211 The current RLZ code or '' if the space doesn't exist
220 def SetRLZ(client, rlz):
221 """Set the RLZ brand code in vpd
225 rlz: 4 character string.
228 TestError if the RLZ code is too long or if setting the code failed.
230 rlz = rlz.strip()
231 if len(rlz) > SYMBOLIC_BID_LENGTH:
232 raise error.TestError('RLZ is too long. Use a max of 4 characters'
    [all...]
  /external/icu/icu4c/source/test/cintltst/
callcoll.c 671 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
672 uint32_t rlen = u_unescape(rules, rlz, RULE_BUFFER_LEN);
675 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
720 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
721 uint32_t rlen = u_unescape(rules, rlz, RULE_BUFFER_LEN);
724 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
    [all...]
cmsccoll.c 1235 UChar rlz[2048] = { 0 }; local
3320 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
3451 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
    [all...]
capitst.c 1402 UChar rlz[256] = {0}; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 1621 UChar rlz[256] = {0}; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationMiscTest.java 1255 String rlz = rules; local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationMiscTest.java 1252 String rlz = rules; local
    [all...]

Completed in 8860 milliseconds