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

  /external/chromium_org/third_party/icu/source/tools/toolutil/
package.cpp 100 makeTypeLetter(int32_t typeEnum) {
101 return types[typeEnum];
106 int32_t typeEnum=makeTypeEnum(type);
107 charset=(uint8_t)(typeEnum>>1);
108 isBigEndian=(UBool)(typeEnum&1);
311 int32_t fileLength, typeEnum;
355 typeEnum=getTypeEnumForInputData(data, length, &errorCode);
356 if(typeEnum<0 || U_FAILURE(errorCode)) {
366 type=makeTypeLetter(typeEnum);
443 int32_t itemLength, typeEnum;
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 100 makeTypeLetter(int32_t typeEnum) {
101 return types[typeEnum];
106 int32_t typeEnum=makeTypeEnum(type);
107 charset=(uint8_t)(typeEnum>>1);
108 isBigEndian=(UBool)(typeEnum&1);
311 int32_t fileLength, typeEnum;
356 typeEnum=getTypeEnumForInputData(data, length, &errorCode);
357 if(typeEnum<0 || U_FAILURE(errorCode)) {
367 type=makeTypeLetter(typeEnum);
455 int32_t itemLength, typeEnum;
    [all...]

Completed in 66 milliseconds