Searched refs:NUM_DIGIT_SIZE (Results 1 – 2 of 2) sorted by relevance
104 std::string splitDigit[NUM_DIGIT_SIZE]; in Init()105 Split(unprocessedNumberDigit, splitDigit, NUM_DIGIT_SIZE, NUM_DIGIT_SEP); in Init()106 defaultData->SetNumSystem(splitDigit, NUM_DIGIT_SIZE); in Init()
46 #define NUM_DIGIT_SIZE 10 macro